/* CSS Document */
body
{
	font-size:0.2 em;
	font-family:Arial;
	color:black;

}
#centrer{
width:100%;
height:100%;
text-align: center;
vertical-align:middle;
}
div.content{
position:relative;
text-align:left;
overflow:hidden;
background-image : url(images/background.jpg);
background-position : top left;
background-repeat : no-repeat;
background-color: #FFFFFF;
width:878px;
height:577px;
/*top:50%;
left : 50%;
margin-left: -439 px;
margin-top:-228 px;
margin-top:-288px;*/
margin-left: auto;
margin-right: auto;

z-index:2;
}
#menu {
	position:absolute;
	left:3em;
	top:9.2em;
	width:100px;
	height:331px;
	font-size:0.75em;
	z-index:1;
	color:#595959;
}
#menu a {
	color:#595959;
	text-decoration:none;
}
#menu a:hover {
	color:#e60003;
	text-decoration:none;
	font-weight:bold;
}
#accueil, #presentation, #situation, #installations, #prestations, #tarifs, #partenaires, #plan, #coordonnees{
 position:absolute;
 text-align:left;
}
#accueil{
top:1.1em;
}
#presentation{
top:4.2em;
}
#situation{
top:7.2em;
}
#installations{
top:10.4em;
}
#prestations{
top:13.4em;
}
#tarifs{
bottom:9.9em;
}
#partenaires{
bottom:6.7em;
}
#plan{
bottom:3.5em;
}
#coordonnees{
bottom:0.7em;
}
div.lien_harras{
position:absolute;
font-family: Arial;
font-size : 0.8em;
top:37.7em;
left:14em;
}
div.titre{
position:absolute;
top:9.8em;
left:11em;
color:#e60003;
font-size:1em;
text-transform:uppercase;
font-weight:bold;
}
div.contenu{
position:absolute;
top:15em;
left:15em;
font-size:0.75em;
width:420px;
height:285px;

}
div.contenu a{
text-decoration:none;
color:#e60003
}
div.contenu a:hover{
text-decoration:underline;
color:#e60003
}
div.cont_part{
position:absolute;
top:15em;
left:15em;
font-size:0.75em;
width:440px;
height:285px;
}
div.contenu table{
width:400px;
font-size:1em;
border-collapse:collapse;
}
div.contenu table td#gauche{
border-right:solid 1px black;
width:250px;
}
div.contenu table td#droit{
color:red;
}
div.lien_harras a{
color:white;
text-decoration:none;

}
div.lien_harras a:hover{
color:white;
text-decoration:underline;
}
div.adresse{
position:absolute;
text-align:right;
font-size:0.8em;
top:39.5em;
right:4.7em;
}
div.auteur{
position:absolute;
text-align:left;
top:50em;
left:1.5em;
font-size:0.7em;
}
div.auteur a{
color:black;
text-decoration:none;
}
div.auteur a:hover{
color:black;
text-decoration:underline;
}
img{
border:0;
}

