body {
	background-color: #ffffff;
}
.style_bandeau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: oblique;
	line-height: 82px;
	font-weight: bolder;
	color: #0000FF;
	text-align: center;
	vertical-align: middle;
	border: medium groove #0000FF;
	
}
.presentation {
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
	padding: 8px;
}

.titrePage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	background-color: #000000;
	color: #FFFFFF;
}
.bandeau_infos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: blink;
	background-color: #0000FF;
	font-size: large;
}

.titreResult {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	background-color: #6666FF;
	color: #FFFFFF;
}
.actualite (
	font-size : 12px;
)	
.actualite {
	font-style: oblique;
	text-decoration: blink;
	background-color: #99FFFF;
}

a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
z-index:25;
background-color:#FFF
}
 
a.info span{
display: none
}
 
a.info:hover span{
display:block;
position:absolute;
top:2em; left:2em; width:15em;
border:1px solid #000;
background-color:#FFF;
color:#000;
text-align: justify;
font-weight:none;
padding:5px;

