.blanc-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.bleu-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #017DC5;
	text-decoration: none;
}
.gris-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A4A4A5;
	text-decoration: none;
}

.blanc-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.bordeaux-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #741327;
	text-decoration: none;
}
.bordeaux-12g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #741327;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.bleu-12g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #017DC5;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.noir-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.bordeaux-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #741327;
	text-decoration: none;
}
.fondcons {
	background-image: url(fond_page.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.fondsoc {
	background-image: url(fond_gris.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.fondenc {
	background-image: url(fond_bleu.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bleu-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #017DC5;
	text-decoration: none;
}
.surlignecons {
	background-color: #EFCBD3;
}
.surligneenc {
	background-color: #D0E0E9;
}
a.bton_menu{
	text-align:center;
	margin-top:10px;
	display:block;
}
ol.olpremier li{
	margin-top:5px;
	list-style-type:decimal;
	list-style-position:outside;
}
ol.oldeuxieme li{
	margin-top:5px;
	list-style-type:upper-roman;
}

a.infobulle {
text-decoration: none;
/*position:relative;*/
z-index:150;
}

a.infobulle span {
display: none;
}
a.infobulle:hover{
background: none;
color:#000;
}

a.infobulle:hover span  {
font:12px Arial, Helvetica, sans-serif;
display: block;
width: 130px;
height:0px;
position:relative;
top:-15px;
left:225px;
_top:835px;
_position:absolute;
_left:625px;
text-align:center;
color: #333;
padding: 0;
z-index:200;
background-color:#fff;
}

