@charset "utf-8";
.bandeau {
	background-image: url(../images/grandelignebleue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bandeaupetit {
	background-image: url(../images/petitelignebleue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bandeaupetithaut {
	background-image: url(../images/petitelignebleue.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.degrade {
	background-image: url(../images/fond3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.arial12orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D21B00;
}
.arial12blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.ligneblanchaut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ligneblanchautetbas {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.cadrenoir {
	border: 1px solid #000000;
}
.arial16blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.arial12bleufonce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26373B;
}
.lignebasse {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.cadrejaune {
	border: 1px solid #FFCC00;
}

