*{
	font-family: Arial, Helvetica, sans-serif;

}
.titreMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #808080;
	padding: 7px;
}
.colonneGauche {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.sousTitreMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #808080;
	padding: 7px;
	font-weight: bold;
}
.texteColonneGauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575757;
	padding: 7px;
}
.titreBleuMiddle {
	font-weight: bold;
	color: #103184;
	font-size: 14px;
}

.lienMenu {
	font-size: 16px;
	color: #103184;
	text-decoration: underline;
}
.borderBlack {
	border: 1px solid #333333;
}
.titreBleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #103184;
}
.listePuceBleue {
	list-style-image: url(../images/puce_bleue.jpg);
	list-style-type: none;
}
.listePuceTransp {
	list-style-image: url(../images/puce_transparente.jpg);
}

.texteBleu {
	font-family: Arial, Helvetica, sans-serif;
	color: #103184;
	font-size: 12px;
}
.texteRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CB0101;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.titreBigBleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.titreTexteGris {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	border: 1px dotted #666666;
	padding:5px;
	background-color: #E0E0E0;
}
.legende {
	font-size: 12px;
	color: #808080;
}
.fondBleu {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #113283;
}
.lienTitreMenu {
	color: #FFFFFF;
	text-decoration: none;
}
legend {
	border: 1px solid #103184;
}
legend {
	font-weight: bold;
	color: #103184;
}
.lienSousTitre {
	color: #808080;
	text-decoration: none;
}
.rougeBlink {
	color: #F00;
	text-decoration: blink;
}
