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

.titre {
	font-family: Impact, Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
}

.petittitre {
	font-family: Impact, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

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

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

.petittitreclair
{
	font-family: Impact, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #D1B793;
	font-weight: normal;
}

.titreclair
{
	font-family: Impact, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 16px;
	color: #D1B793;
	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-color: #420027;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
color: #111111;
}

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

input.doublebordure {
border-width:2;
background-color:#D1B793;
}

.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: #222222;
 text-decoration: none ;
}

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

a.lienclair:link { color: #D1B793;
	font-weight: bold; }
a.lienclair:visited { color: #B19773;
	font-weight: bold; }	