
body { 
	font-size: 10px Arial helvetica, sans-serif ;
	background: #FFF ;
	color: #000000; 
	margin: 0px; 
	}

p{
	text-indent: 2em ;
	color: #000000 ;
	font: normal 12px/normal Arial, Helvetica, sans-serif; 
}
td{
	color : #000;
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
}


.titre {
	font: 12px "Trebuchet MS", helvetica, sans-serif ;
	color: #000000; 
	margin: 3px; 
	font-weight: bold;
}
.nom {
	font: 12px "Trebuchet MS", helvetica, sans-serif ;
	color: #FFFFFF; 
	margin: 3px; 
	font-weight: bold;
}

.categorie{
	font: 12px "Trebuchet MS", helvetica, sans-serif ;
	color: #000000; 
	margin: 3px; 
	font-weight: bold;
}

.form_input {
	font: 10px "Trebuchet MS", helvetica, sans-serif ;
	background: #FFF ;
	color: #000000; 
	margin: 0px; 
}

.txt_blanc{
	font-size: 10px "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #FFFFFF; 
	margin: 0px; 
}
.txt_marron{
	font-size: 10px "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #685B4A; 
	margin: 0px; 
	font-weight: bold;
}

.lien_index{
	font-size: 8px "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #400F02; 
	margin: 0px; 
	/*font-weight: bold;*/
	text-decoration: none;
}
.lien_index:hover{
	font-size: 10px "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #400F02; 
	margin: 0px; 
	font-weight: bold;
	text-decoration: underline;
}
.lien_menu{
	font-size: 10px;
  font: "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #FFFFFF; 
	margin: 0px; 
	font-weight: bold;
  padding: 1px;
}
.lien_menu:hover{
	font-size: 10px; 
  font: "Trebuchet MS", Arial helvetica, sans-serif ;
	background: #FFFFFF;
	color: #00500A;  
	padding-top : 2px ;
	padding-bottom : 2px ;
	padding-left : 2px ;
	padding-right : 2px ;
	padding: 1px;
	font-weight: bold;
	text-decoration: underline;
}
.lien_smenu{
	font-size: 10px;
  font: "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #000000; 
	margin: 0px; 
	font-weight: bold;
  padding: 1px;
}
.lien_smenu:hover{
	font-size: 10px; 
  font: "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #000000;  
	padding-top : 2px ;
	padding-bottom : 2px ;
	padding-left : 2px ;
	padding-right : 2px ;
	padding: 1px;
	font-weight: bold;
	text-decoration: underline;
}

.lien_blanc{
	font-size: 10px;
  font: "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #FFFFFF; 
	margin: 0px; 
	font-weight: bold;
  padding: 1px;
}
.lien_blanc:hover{
	font-size: 10px; 
  font: "Trebuchet MS", Arial helvetica, sans-serif ;
	color: #FFFFFF; 
	margin: 0px; 
	padding: 1px;
	font-weight: bold;
	text-decoration: underline;
}

.vignette {
   filter:alpha(opacity=60);   /* Internet Explorer 6     */
   -moz-opacity:0.6;           /* Mozilla 1.6 et infér.   */
   opacity: 0.6;               /* CSS3 et Mozilla récents */
	text-decoration : none;
}

.vignette:hover {
   filter:alpha(opacity=100);  /* ignoré */
   -moz-opacity:1.0;           /* ignoré */
   opacity: 1.0;               /* ignoré */
	text-decoration : none;
}

a.info{
position : relative;
color: black;
text-decoration : none;
}

a.info span {
display : none;
}

a.info:hover{
background : none;
z-index : 500;
}
a.info:hover span{
display : inline;
position: absolute;
top : 0px;
left : 0px;
width : 168px;
text-align: center;
border: 1px #000 solid;
background : #FFFFFF;

}