.fond_page{
	background-color : #DCDCDC;
}

.fond_menu{
	background-color : #C4CCD2;
}

.fond_blanc_vert{
	background-color : WHITE;
	color : #407587;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	text-transform : uppercase;
	height : 20px;
}

.fond_blanc_rouge{
	background-color : WHITE;
	color : RED;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	text-transform : uppercase;
	height : 20px;

}
.interligne{
	background-color : #C4CCD2;
	height: 10px;
}


.case_vert_menu{
	background-color : #407587;
	color : white;
	text-transform : uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	vertical-align : middle;
	height : 20px;
}

.titre_vert{
	color : #407587;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14;
	font-weight : bold;
	text-transform : uppercase;
}

.titre_rouge{
	color : #f00000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14;
	font-weight : bold;
	text-transform : uppercase;
}

.petit_texte_vert{
	color : #407587;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	height : 29px;
	vertical-align : middle;
	text-align : center;
}
BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
