.rouge_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#AC033A;	
}
.rouge_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#AC033A;	
}
.noir_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:black;	
}
.noir_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:black;	
}
.blanc_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:white;	
}
.blanc_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:white;	
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#AC033A;	
	text-decoration: none;
}
a:hover{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#AC033A;	
	text-decoration: underline;
}
textarea {
   background-color: white;
   border-width: 1px;
   border-color: #AC033A;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: justify;
}
INPUT {
   border-width: 1px;
   border-color: #AC033A;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
   font-size : 11px;
}

