/* CSS Document */
body {
background-color: #ffffff;
margin:0px;
font-family:"Century Gothic";
color:#000000;
}
div#conteneur {
background-image: url(images/fond.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
width: 900px; 
margin: 0px auto;
}
div#header {
background-image:url(images/header.jpg);
background-repeat: no-repeat;
height: 196px;
}
div#contenu {
padding: 10px;
background-color: #fff;
border-top: solid #6b6c6d 1px;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
}
div#footer {	
background-color: #99CC33;
background-image: url(images/bas.jpg);
background-position: bottom center;
height: 19px;
text-align:right;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #99CC33;
font-weight: bold;
padding: 5px;
text-align:center;
font-style:italic;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #6b6c6d;
font-weight: bold;
border-bottom: 1px solid #9b2 ;
}
h3 {
font-size: 16px;
font-weight: bold;
}
a {
font-family: verdana;
font-size: 12px;
color: #6b6c6d;
text-decoration: none;
} 
a:hover {
text-decoration: underline;
color: #99CC33;
}
a.mentions {
font-family: verdana;
font-size: 12px;
text-align:right;
padding-right: 10px;
color: #fff;
}
a.mentions:hover {
color: #fff;
text-decoration:underline;
font-weight:normal;
}
div#navbar {
height: 50px;
width: 900px;
position:absolute;
margin-top: 170px;
}
div#navbar ul {
margin: 0px;
padding: 0px;
}
div#navbar li {
list-style-type: none;
display:inline;
margin-right: 5px;
margin-left: 5px;
font-family: verdana;
font-size: 12px;
font-weight:bold;
line-height: 50px;
}
div#navbar li a {
text-decoration: none;
color: #ffffff;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 3px;
padding-top: 3px;
background-color: #6b6c6d;
border-top: solid #6b6c6d 1px;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
}
div#navbar li a:hover {
padding: 7px;
color: #99CC33;
background-color: #ffffff;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
border-top: solid #6b6c6d 1px;
}
.navover {
margin-right: 5px;
margin-left: 5px;
font-family: verdana;
font-size: 12px;
font-weight:bold;
text-decoration: none;
padding: 7px;
color: #99CC33;
background-color: #ffffff;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
border-top: solid #6b6c6d 1px;
}
.white_content {
display: none;
position:absolute;
left: 50%; 
top: 50%;
width: 600px;
height: auto;
margin-top: -240px; /* moitié de la hauteur */
margin-left: -300px; /* moitié de la largeur */
border: 1px solid #white;
padding: 10px;
background-color: white;
z-index:1002;
overflow: auto;
}
div#close{
text-align:right;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
margin-left: auto;
margin-right: auto;
}
p{
  text-align: justify;
}
.intro {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 800px;
	height: auto;
	margin-top: -300px; /* moitié de la hauteur */
	margin-left: -400px; /* moitié de la largeur */
	border: 1px solid #white;
	padding: 10px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	text-align:center;
}