.titre_mission {
	font-family: Time News Roman;
	font-size: 30px;
	font-weight : bold;
	color : #c60031;
}

.titre_domaine{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight : bold;
	color : #000000;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align : justify;
	font-weight : bold;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
}

.input_form {
	background-color: #FFFFFF;
	border: 1px SOLID #C60031;
	text-decoration: none;
	clip:   rect(auto);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.input_form_image {
	background-color: #FFFFFF;
	text-decoration: none;
	clip:   rect(auto);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.button_form {
	background : #F7E7EB;
	color : #C60031;
	font-family : Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : rgb(204,204,153) rgb(68,68,68) rgb(68,68,68) rgb(204,204,153);
	text-align : center;
}

a:link {
	text-decoration : none;
	font-weight : bold;
	color : #C60031; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.lien1
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
}

a.lien1:visited
{
	text-decoration : none;
	font-weight : bold;
	color : #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:visited{
	text-decoration : none;
	font-weight : bold;
	color : #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover{
	text-decoration : underline;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:active{
	text-decoration : underline;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rouge{
	text-decoration : none;
	font-weight : bold;
	color : #C60031;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.normale{
	text-decoration : none;
	font-weight : none;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* LISTE */
ol.niveau1 
{
	counter-reset:Point_liste_niveau1;
    list-style-type:none;
	list-style-position: outside;
		margin : 1em 1 1em 1;
}
ol.niveau1 li:before 
{
	content: counter(Point_liste_niveau1) ". ";
    counter-increment:Point_liste_niveau1;
	list-style-position: outside;
		margin : 1em 1 1em 1;
}
ol.niveau2 
{
	counter-reset:Point_liste_niveau2;
    list-style-type:none;
	list-style-position: outside;
	margin : 1em 1 1em 1;
}
ol.niveau2 li:before 
{
	content: counter(Point_liste_niveau2,upper-alpha) ". ";
    counter-increment:Point_liste_niveau2;
	list-style-position: outside;
	margin : 1em 1 1em 1;
}


/* FIN LISTE */

.Vendue{
	text-decoration : none;
	font-weight : bold;
	color : #6DD01D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Active{
	text-decoration : none;
	font-weight : bold;
	color : #D01D1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

