/* CSS Document */
body {
background-color: #ffffff;
margin:0px;
font-family:"Century Gothic";
color:#666666;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #FF0000;
font-weight: bold;
padding: 5px;
text-align:center;
font-style:italic;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #FF0000 ;
}
h3 {
font-size: 16px;
font-weight: bold;
}
a {
color: #000000;
text-decoration: none;
} 
a:hover {
text-decoration: underline;
color: #FF0000;
}
a.mentions {
font-family: verdana;
font-size: 10px;
text-align:right;
padding-right: 10px;
color: #fff;
}
a.mentions:hover {
color: #fff;
text-decoration:underline;
font-weight:normal;
}
div#conteneur {
background-color: #ffffff;
width: 900px; 
margin: 0px auto;
}
div#header {
background-image:url(images/header.jpg);
background-repeat: no-repeat;
height: 150px;
}
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: #000000;
background-image: url(images/bas.jpg);
background-position: bottom center;
height: 15px;
text-align:right;
}
div#navbar {
width: 900px;
position:absolute;
margin-top: 127px;
}
div#navbar ul {
margin: 0px;
padding: 0px;
line-height: 23px;
}
div#navbar li {
list-style-type: none;
display:inline;
margin-left: 5px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
text-align: center;
}
div#navbar li a {
text-decoration: none;
color: #ffffff;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 3px;
padding-top: 3px;
background-color: #FF0000;
border-top: solid #6b6c6d 1px;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
border-bottom: solid #6b6c6d 1px;
}
div#navbar li a:hover {
padding: 7px;
color: #FF0000;
background-color: #ffffff;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
border-top: solid #6b6c6d 1px;
border-bottom: solid #6b6c6d 1px;
}
.navover {
padding: 7px;
text-decoration: none;
color: #FF0000;
background-color: #ffffff;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
border-top: solid #6b6c6d 1px;
border-bottom: solid #ffffff 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;
}