/* CSS Document */
html {
height: 100%;
}
body {
font-family:Arial, Helvetica, sans-serif;
height: 100%;
background-color: #FFFFFF;
}
.bg_body {
width: 902px;
height: 100%;
margin: 0 auto;
}
.header {
width: 902px;
height: 110px;
background-image: url("./images/header.gif");
background-repeat:no-repeat;
}
.titre {
position: absolute; left: -5000px;
}
.bg_centre {
width: 902px;
background-color: #E5E5E5;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 0px;
border: solid #336699 1px;
}
.bg_menu_horizon {
width: 902px;
background-color: #336699;
padding-top: 2px;
}
.bg_menu_horizon a {
color: #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
/* menu puces horizontal */
#navi-horizon {
	list-style: none;
	padding: 0; 
	margin: 0;
	}
#navi-horizon li {
	display: inline;
	margin-bottom: 1px;
	margin-left: 5px;
	color: #FFFFFF;
	}
#navi-horizon li a {
	padding: 1px;
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	line-height: 1em ;
	text-align: center;
	}
#navi-horizon li a:hover {
	color: #CC0000;
	font: 1em,Arial,sans-serif;
	text-decoration: underline;
	background-color: #FFFFFF;
				}
.bg_text {
width : 500px;
height: 100%;
float: left;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 10px;
font-weight: bold;
background-color:#FFFFFF;
}
#map {
visibility: hidden;
z-index: 300;
position: absolute;
top: 100px;
left: 500px;
width: 425px;
height: 370px;
border: solid 1px #000000;
background-color: #FFFFFF;
}
#map a{
background-color: #336699;
color: #FFFFFF;
padding-left: 5px;
padding-right: 5px;
}
.infos {
float:left; margin-right:40px; 
}
.puce {
list-style-type: square;
font-size: 0.8em;
line-height: 2em;
color: #000066;
}
#contact {
	list-style: none;
	padding: 0;
	float: right;
	margin: 5px;
	border: 1px  solid #336699;
}
#contact li {
    display: block;
	margin-right: 1px;
}
#contact li a {
	color: #CC0000;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
}
#contact li a:hover {
	text-decoration: underline;
}
#lecteur_image {
float: left;
text-align: center;
padding-top: 10px;
margin-left: 60px;
}
.bouton_lecteur_image {
	color: #FFFFFF; background-color: #336699; border: 1px #FFFFFF outset;
}
p {
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
text-align: justify; 
color: #336699;
}
#footer {
background-color: #336699;
background-repeat: no-repeat;
height: 2em;
width: 902px;
text-align: center;
font: 10px Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
#footer a {
text-align: center;
font: 10px Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
#footer a:hover {
text-align: center;
font: 10px Arial, Helvetica, sans-serif;
color: #CCCCFF;
}

