a { color: #004894; font-family: Verdana; text-decoration: underline}
a:hover { color: #004894}
a.underline { text-decoration: underline ; color: #004894}
a.underline:hover { color: #004894}

table {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.border_table { 
border-style:solid; 
border-width:1px; 
border-color: #004894;
}

.fond_bleu { 
	background-color:#004894;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.fond_bleu:hover { 
	background-color:#004894;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.fond_bleu:underline { 
	background-color:#004894;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.txt {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.txt_small {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}

.txt_rouge {
	font-family: Verdana;
	font-size: 12px;
	color: #E31B1D;
}
.txt_rouge:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #E31B1D;
}
.txt_rouge:underline {
	font-family: Verdana;
	font-size: 12px;
	color: #E31B1D;
}

.txt_titre {
	font-family: Verdana;
	font-size: 12px;
	color: #004894;
	font-style: normal;
	font-weight: bold;
}

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.bouton {
	/*border: thin solid #F4F4F4;*/
	background-color: #871415;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana;
}
#newsletter { float:left; width:30px; }