@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial Narrow, Tahoma, Arial;
	margin: 0px;
	background-color: #C4C5C9;
	background-image: url(img/fd-d.png);
	background-repeat: repeat-x;
}
/*body {
	font-family: Tahoma, Arial;
	margin: 0px;
	background-color: #C01D2A;
}*/
#page {
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	width:1140px; /*ex: 1135*/
	background-image: url(img/fond_blanc.jpg);
	background-repeat: no-repeat;
	background-position: 176px 172px;
}
#blocgauche {
	float: left;
}
#page #blocdroit {
	
}

img {
margin:0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	text-transform: uppercase;
}
#page #blocdroit #centre {
	background-color: #FFFFFF;
}



h2 {
	font-size: 12px;
	text-transform: uppercase;
}
h5 {
	font-size: 10px;
}
p {
	font-size: 14px;
}
a {
	color: #333333;
}
a:hover, a:link, a:active, a:visited {
	text-decoration: underline;
}



#page #centre {
	background-color: #FFFFFF;
	width: 958px;
	float: left;

}



#page #footer {
	float: left;
}
#page #footer p {
	
}

#page    #footer a   {
	color: #FFFFFF;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 50px;
}
.formules a {
/*font-size: 12px;*/
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
.formules a:hover {
background: none; /* correction d'un bug IE */
}
.formules a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
.formules a:hover span { /* définition de la balise <span> au survol */
	display: inline;
	position: absolute;
	top: 550px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
	right: 20px;
	width: auto;
	height: auto;
	background: white;
	text-align: center;
	color: white;
	border: 2px dotted #666666;
}

