.taille10{ font-size: 10px; }
.taille12{ font-size: 12px; }
.taille14{ font-size: 14px; }
.taille16{ font-size: 16px; }
.taille20{ font-size: 20px; }

.Gris_Bold{ font-weight: bold; color: #53586c; }
.Vert_Bold{ font-weight: bold; color: #75a78e; }
.Bleu_Bold{ font-weight: bold; color: #566d8a; }
.Rouge_Bold{ font-weight: bold; color: #ca4544; }

.Fond_Gris { background-color: #efefef; }
.Fond_Bleu{ background-color: #b2c0cf; }
.Fond_Rouge{ background-color: #cf5757; }
.Fond_Vert{ background-color: #75a78e; }
.Fond_jaune{ background-color: #fff791; }

body, div, table, tr, td, form  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a { text-decoration: none; color: #5F83A2;}
a:hover  { color: #a3c8de;}
