<!--
/* Mes ajouts */
.titreviolet {color: #660066}

.titre {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #996633;
}

.petittitre {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #996633;
}

.toutpetittitre {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #996633;
}

.lien {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #996633;
	font-weight: normal;
}

.classe_semi_transparente { 
filter:alpha(opacity=50); 
-moz-opacity:0.5; 
-khtml-opacity: 0.5; 
opacity: 0.5; 
} 

body {
font-size: 10px; 
font-family: Trebuchet, Verdana, Arial, Sans-Serif;
	background-image:url(/images/fond_rouge_lis.jpg);
	background-color: #660000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
color: #333333;
}

input, select, textarea {
font-family:Trebuchet, Verdana, Arial, Sans-Serif;
font-size: 10px; 
font-weight:normal; 
border-color : #000000; 
border-width : 1px; 
border-style:dotted;
color:#555555; 
}


.commentaires {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	color: #444444;
	font-weight: normal;
}

.commentaires_rouge {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	color: #CC2222;
	font-weight: bold;
}

hr
{
 color: #888888;
 border-style:dotted;
}

a {
 color: #996633;
 font-weight: bold;
 text-decoration: none ;
}

a:hover	{ text-decoration: overline underline ;}

