/* CSS Document */
div#bandeau_haut1 {
  background-image: url(images/bandeau_haut1.jpg);
  background-repeat: no-repeat;
  width: 600px;
  height: 98px;
  padding: 0;
}
div#bandeau_haut2 {
  background-image: url(images/bandeau_haut2.jpg);
  background-repeat: no-repeat;
  width: 600px;
  height: 20px;
  padding: 0;
}
.titre_blanc{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;color: #996633;}
a.titre_blanc:link { color: #996633; text-decoration: none}
a.titre_blanc:visited { color: #996633; text-decoration: underline}
a.titre_blanc:hover { color: #996633; text-decoration: underline}

.titre_gris{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 13px;color: #CC0000;}
a.titre_gris:link { color: #CC0000; text-decoration: none}
a.titre_gris:visited { color: #CC0000; text-decoration: underline}
a.titre_gris:hover { color: #CC0000; text-decoration: underline}

.txtblanc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
}
a.txtblanc:link { color: #996633; text-decoration: none}
a.txtblanc:visited { color: #996633; text-decoration: underline}
a.txtblanc:hover { color: #996633; text-decoration: underline}
a.txtblanc:active { color: #996633; text-decoration: underline}

.txtblanc_s{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #996633;}
a.txtblanc_s:link { color: #996633; text-decoration: none}
a.txtblanc_s:visited { color: #996633; text-decoration: none}
a.txtblanc_s:hover { color: #996633; text-decoration: underline}
a.txtblanc_s:active { color: #996633; text-decoration: underline}

.txtannulation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CC0000;
}

.txtgris{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
a.txtgris:link { color: #CC0000; text-decoration: underline}
a.txtgris:visited { color: #CC0000; text-decoration: underline}
a.txtgris:hover { color: #CC0000; text-decoration: none}
a.txtgris:active { color: #CC0000; text-decoration: underline}

.txtgris_s{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #CCCCCC;}
a.txtgris_s:link { color: #CC0000; text-decoration: underline}
a.txtgris_s:visited { color: #CC0000; text-decoration: underline}
a.txtgris_s:hover { color: #CC0000; text-decoration: none}
a.txtgris_s:active { color: #CC0000; text-decoration: underline}

.txtorange{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #a1341b;}
a.txtorange:link {
	color: #a1341b;
	text-decoration: none;
	background-color: #E1B823;
}
a.txtorange:visited { color: #a1341b; text-decoration: underline}
a.txtorange:hover { color: #a1341b; text-decoration: none}
a.txtorange:active { color: #a1341b; text-decoration: underline}

.txtorange_s{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a1341b;
}
a.txtorange_s:link { color: #a1341b; text-decoration: none}
a.txtorange_s:visited { color: #a1341b; text-decoration: underline}
a.txtorange_s:hover {
	color: #a1341b;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.txtorange_s:active { color: #a1341b; text-decoration: underline}

