html,body {
	font-family: Verdana,  Helvetica, Arial, sans-serif;
	font-size: 11px;
    color: #666666;
	text-align:justify;
    width: 100%;
    height:100%;
    background: #cccccc;
}

body {
     position: relative;
     width:1010px;
     margin-left:auto;
     margin-right:auto;
   }

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #cc3300;
 	border-color: #CC3300;
	border-style: solid;
	border-width : 0 0 1px 0;
    background: url(images/carre-orange.jpg) no-repeat;
	padding:0px 0px 8px 20px;
  	clear:left;
    background-position : 0% 20%;
}

h1.erreur {
	font-size: 16px;
    background: url(images/attention.gif) no-repeat;
	border-width : 0 0 0px 0;
	padding:0px 0px 20px 60px;
}	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #cc6699;
	padding:8px 4px 10px 0px;
	clear:left;
}

h3 {
	font-size: 14px;
    color: #cc3300;
}

h4 {
	font-size: 12px;
    color: #99cc00;
}

a {
    color: #ff9900;
	text-decoration: underline;	
}

a:hover {
    color:#99cc00;
}

a.sans_deco {
	text-decoration: none;	
}

img  {
    border:0px;
}
    
 
hr {
	border-color: #99CC00;
	border-style: solid none none none;
	border-width: 1px;
	clear:both;
}

ul,ol,li, li a {
    list-style-position: inside;
	margin:0px 0px 5px 0px;
    vertical-align:middle;
 	text-decoration: none;
    }

li a {
 	text-decoration: underline;	
}
ul {
	list-style-image : url(images/puce3.png);
}
li a:hover {
 	 color:#99CC00;
}

.vignette {
    float : right;
    margin: 5px 2px 5px 20px; 
    padding: 2px 2px 2px 2px;
 	border-color: #ffcc00;
	border-style: solid;
	border-width: 1px;
	text-align:center;
	background-color: #99CC00;
}
.vignette_g {
    float : left;
    margin: 5px 20px 5px 2px; 
    padding: 2px 2px 2px 2px;
 	border-color: #ffcc00;
	border-style: solid;
	border-width: 1px;
	text-align:center;
	background-color: #99CC00;
}

.legende {
	text-align:center;
	font-size : 10px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
}

.centre {
	text-align:center;
}

img.attente  {
     vertical-align:middle;
     padding : 0 8px 0 0;
     margin : 0;
}
img.icone {
 height:15px;
 width:15px;
 padding:0 3px 2px 0;
 vertical-align:middle;
}
img.attention {
 height:30px;
 width:30px;
 padding:0 3px 2px 0;
 vertical-align:middle;
}
img.puce {
 height:8px;
 width:8px;
}

.date_article {
		font-size: 10px;
}

img.drapeau {
	width:32px;
	height:32px;
}


/* formulaires */

label { 
   color:#6699FF;
	font-weight: bold;
 }

label.champ {
	display: block;
	float: left;
	width: 220px;
	text-align: left; 
    background: url(images/puce3.png) no-repeat;
	padding:0px 0px 5px 20px;
	margin-left: 10px;
}

.info {
	margin: 0px 0px 5px 5px;
	vertical-align:middle;
	font-size: 9px;
}

input.radio {
	padding: 0px 0px 5px 10px;
}
	
textarea,input,select {
	background-color: #FFCCCC;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 12px;
	text-align:justify;
	margin:0 0 8px 0;	
	cursor:text;
}


textarea:focus,input:focus, textarea:hover,input:hover {
    color:#ff3333;
	background-color: #ffffff;
}

textarea.champ {
	margin-left: 0px;
    padding:0px 5px 0px 5px;
}
 
.submit,.submit2 {
	border: 1px outset #cc3333;
	padding: 3px 2px 3px 2px;
	margin : 5px 0 0 5px;
	background-color: #CC3300;
	color:#ffffff;
	font-size: 11px;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
	
	
}
.submit:hover,.submit2:hover {
    color: #660000;
	background-color: #99CC00;
	border: 1px inset #cc3333;
}


.submit2 {
  margin: 0 0 6px 0;
	background-color: #CC3300;
}

/* OBJETS */

    
#principal {
	position: absolute;left: 0px;top: 0px;
	width:1024px;
  	z-index:0;
    }
    
#P1 {
     position:absolute; left:0px; top:2px;
	 width:1024px; 
	 height:280px;
     z-index:0;
     }   

#logo {
     position:absolute; left:15px; top:10px;
	 width:350px; 
	 height:90px;
     z-index:1;
     }   
     

#contenu {
     position:absolute; left:0px; top:280px;
     background: #ffffff;
     width:1024px;
     height:auto;
     background-repeat:repeat-y;
     z-index:1;
     }

  
.P3{
    position: relative; left:0px;top:0px;
    margin:0px;
	width:1024px;
	height:40px;
	z-index:2;
    padding-bottom:0px;
    }
	
#titre_site {
	font-family: Verdana, Arial,  Helvetica,  sans-serif;
	position:absolute; left:140px; top:3px;
	width:880px;
	font-size: 13px;
	padding-right: 5px;
	text-align:center;
	font-weight: bold;
	color : #CC6600;
	font-family : Verdana;
	z-index:2;
}

.titre_site_petit {
	font-size:11px;	
}

.titre_site_gros {
	font-size: 25px;
	padding-right: 5px;
}

#cadre_texte {
     width:950px;
     height:auto;
     margin : 30px 0px 0px 30px;
     z-index:3;
     }

.bas_page{
    position: relative; left:130px;top:-40px;
	width: 900px;
	color: #ffffff;
	text-align:center;
	height:64px;
	font-family : Verdana;
	font-size: 13px;
	z-index:3;
    padding-bottom:0px;
	word-spacing: 5px;
   }

#phrase_bas {
    position: absolute; left:-60px;top:0px;
	word-spacing: 0px;
  }

#phrase_bas a {
	color: #ffffff;
}
#phrase_bas a:hover {
	color: #CC3300;
}
#slogan {
	position: absolute; left:500px; top:30px;	
	z-index:2;
}




#logo-t9{
	position: absolute; left:830px; top:-5px;
    color: #ffffff;
   }

#cadre_recherche {
     position: absolute; left :750px; top:270px;
     color: #333333;
     background:transparent;
	 z-index:4;
}

/*  boutons*/


#lien_accueil {
	position: absolute; left:12px; top:64px;
 	height: 28px;
	width: 28px;    
    background:  url(images/accueil_on.png) no-repeat;   
	z-index:2;
   }

#lien_accueil a {
	display: block;
    height: 100%;
    width: 100%;
    background: transparent url(images/accueil.png) no-repeat;  
	color: black;
	z-index:2;
   }

#lien_accueil a:hover {
    background: transparent none repeat;
  }  


#lien_drapeau_fr,#lien_drapeau_en {
	position: absolute; left:985px; top:5px;
 	height: 32px;
	width: 32px;    
 	z-index:2;
   }

#lien_drapeau_fr {
	   background: url(images/fr_on.png) no-repeat;
}
#lien_drapeau_en {
	   background: url(images/en_on.png) no-repeat;   
}

#lien_drapeau_fr a,#lien_drapeau_en a  {
	display: block;
    height: 100%;
    width: 100%;
	z-index:2;
   }
#lien_drapeau_fr a{
    background:  url(images/fr.png) no-repeat;  
}
#lien_drapeau_en a{
    background:  url(images/en.png) no-repeat;
}

#lien_drapeau_fr a:hover,#lien_drapeau_en a:hover {
    background: transparent none repeat;
  }  

#lien_drapeau_texte {
}

.bouton,.bouton_page {
	font-size: 10px;
	position:relative;top:12px;
	text-align:center;
}

.bouton_page {
	position:relative;top:0px;
}
	
.bouton,.bouton_page a {
	text-decoration: none;
    color: #666666;
}


.bouton_sel {
	font-size: 10px;
 	color: #993300;
	position:relative;top:12px;
}

.bouton a:hover { 
 	color: #993300;
   } 




#lien_rub1,#lien_rub1_sel {
	position:absolute; left:50px; top:61px;
}

#lien_rub2,#lien_rub2_sel {
	position:absolute; left:230px; top:61px;
}

#lien_rub4,#lien_rub4_sel {
	position:absolute; left:410px; top:61px;
}

#lien_contact,#lien_contact_sel {
	position:absolute; left:590px; top:61px;
}

#lien_archives,#lien_archives_sel {
	position:absolute; left:770px; top:61px;
}

#lien_rub1,
#lien_rub1_sel,
#lien_archives, 
#lien_archives_sel, 
#lien_rub2,
#lien_rub2_sel,
#lien_rub4,
#lien_rub4_sel,
#lien_contact, 
#lien_contact_sel,
#lien_rub1 a,#lien_archives a,#lien_rub2 a, #lien_contact a,#lien_rub4 a  { 
	z-index:2;
	width:172px;
	height:43px;
	text-align:center;
	color: #333;
	text-decoration:none;
    }


#lien_rub1,
#lien_archives, 
#lien_rub2,
#lien_rub4,
#lien_contact {
	 background: transparent url(images/bouton.png) no-repeat;  
   }
   
#lien_rub1_sel,
#lien_archives_sel, 
#lien_rub2_sel,
#lien_rub4_sel,
#lien_contact_sel{
	 background: transparent url(images/bouton_R.png) no-repeat;  
     position:absolute; top:58px;
  }
  
#lien_rub1 a:hover,#lien_rub2 a:hover,#lien_rub4 a:hover, #lien_archives a:hover, #lien_contact a:hover {
 color: #cc3300	
}
	
/*  Articles */

.titre_breve {
  	padding: 0 0 0 0px;
}

.titre_breve,.titre_breve a {
 	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.titre_breve a:hover {
	color: #99CC00;	
}

.savoirplus,.savoirplus a {
    color: #99CC00;
	font-size: 10px;
	font-weight: bold;
}

.savoirplus a:hover {
    color:#ff0000;
}

.savoirplus a {
	text-decoration: none;	
}

.texte_breve {
	font-size: 11px;
	margin : 0 0 0 0px;
}

.mot_resultat {
 	background-color: #ffff00;
 }
 
.mot_resultat2 {
 	background-color: #ff9999;
 }


/* barre page */
.barre_page  {
	font-size: 11px;
	font-weight: normal;
	color: #6666cc;
	font-style: normal;
	text-align:center;
    width:auto;
    background-color: #ffffff;
    }

a.bouton,a.bouton_page {
	border: 1px outset #cc3333;
	padding: 3px 2px 3px 2px;
	margin : 5px 0 0 5px;
	color: #ffffff;
	background-color: #CC3300;
	text-decoration: none;
	font-size: 11px;
	text-align:center;
	cursor:pointer;
}
a.bouton:hover {
    color: #ffffff;
    background-color : #99CC00;
	border: 1px inset #cc3333;
}





.page_on {
	font-weight: bold;
 	background-color: #3399CC;
 	color: #ffffff;
    border: 1px outset  #66ccff;
	padding: 3px 2px 3px 2px;
	margin-left:5px;
	font-size: 12px;
	text-align:center;
}

.img_recherche {
 position: absolute; top:0px; left:-40px;
}

#baseline {
	 position: absolute; top:40px; left:10px;
	 font-size:9px;
	 text-align:center;
	 color:#CC6600;
	 z-index:6;
}


#bouton_gauche {
	position:absolute;left:Opx;
}

#bouton_droit {
	position:absolute;left:860px;
}

#club {
	position: absolute; top:450px; left:-15px;
    background:  url(images/etoile.png) no-repeat;
    padding:30px 18px 0 0;
    background-position : 30% 0%;
	font-size:10px;
	font-weight:bold;
	width:145px;
	height:120px;
	text-align:center;
 	color:#CC6600;
	z-index:6;
}

#club2 {
	position: absolute; top:270px; left: 0px;
	font-size:14px;
	font-weight:bold;
	width:300px;
	height:40px;
	text-align:center;
 	color:#CC6600;
	z-index:6;
}	

#facebook {
 clear:both;
 padding: 5px 0 10px 0;
}

