
		BODY {
	background-color: #FFFCFC;
		}


a {
	COLOR:#116711; 
	text-decoration:none;
	font-size:13px;
	font-family:"Tahoma";
}


A:hover {
	text-decoration:none; 
	color:#445993;
	font-size:13px;
	font-family:"Tahoma"; 	
}


.texte1 { 
color: #3F653F;
font-family : "Arial, Helvetica";
font-size : 15px;
font-weight : bold; 
}

.texte2 { 
color: #267D26;
font-family : Arial, Helvetica;
font-size : 13px;
font-weight : bold; 
}

.texte3 { 
color: #008800;
font-family : "arial narrow";
font-size : 15px;
font-weight : bold; 
}

.texte4 { 
color: #460404;
font-family : "Times new roman";
font-size : 13px;
font-weight : bold;
}


.texte5 { 
color: #0F690F;
font-family : "Arial, Helvetica";
font-size : 14px;
}

.texte6 { 
color: #0F690F;
font-family : "Times new roman";
font-size : 15px;
font-weight : bold; 
}

.texte7 { 
color: #3F653F;
font-family : "Times new roman";
font-size : 14px; 
}

.avant_apres { 
color: #B95B1D;
font-family : Arial, Helvetica;
font-size : 12px; 
}

.titre_photo {
color:#116911;
font-size:11px;
font-family:"Arial, Helvetica";
font-weight : bold;
}

.titre_photo_2 {
color:#116911;
font-size:9px;
font-family:"Arial, Helvetica";
font-weight : bold;
}

.cadre1 {	border: 1px dotted #007987;}

h1 {
	font: 17px Times new roman;
	color: #088;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}




/* Menu dans le haut de toutes les pages */
	#menu{
      float:left;
      width:100%;
      background:#FFFCFC;
      font-size:80%;
      line-height:normal;
	padding: 0px 0px 0px 0px;
	}
		#menu ul{
			list-style:none;
                       
		}
			#menu li{
			
				list-style:none;
				display:block;
				float:left;
				height:25px;
				border-right:1px solid #116711;
                                border-top:1px solid #116711;
				line-height:36px;
		                background:url(img/menu_bg.jpg) repeat-x;
			}
				#menu li a{
					display:block;
					float:left;
					color:#0F690F;
					text-transform:uppercase;
					font-size:12px;
                                        font-family:"Calibri";
					font-weight:bold;
					line-height:30px;
					text-decoration:none;
					padding:0 8px;				
				}
					#menu li a:hover{
						color:#4D5378;
						background:url(img/menu_off.jpg) repeat-x;
					}
				#menu li a.current{
					display:block;
					float:left;
					color:#0F690F;
					background:url(img/menu_on.jpg) repeat-x;
					text-transform:uppercase;
					font-size:12px;
                                        font-family:"Calibri";
					font-weight:bold;
					line-height:25px;
					text-decoration:none;
					padding:0 8px;	
				}
					#menu li a:hover.current{
						color:#0F690F;

					}

a.info {
   position: relative; 
   color:#116711;
   font-size:12px;
   font-family:"Tahoma";
   text-decoration: none;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   border-bottom: 1px gray dotted; /* on souligne le texte */
	color:#445993;
	font-size:12px;
	font-family:"Tahoma";
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 60px; /* on positionne notre infobulle */
   left: 200px;

   background: white;

   color: green;
   padding: 3px;

   border: 1px solid green;
   border-left: 4px solid green;
   border-top: 4px solid green;
   border-right: 4px solid green;
   border-bottom: 4px solid green;
}
