/* CSS Document */
body {
background-color: #ffffff;
margin:0px;
font-family:"Century Gothic";
font-size:14px;
color:#000000;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #000000;
font-weight: bold;
font-style:italic;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #6b6c6d;
font-weight: bold;
border-bottom: 1px solid #FF9900 ;
}
h3 {
font-size: 16px;
font-weight: bold;
}
a {
font-family:"Century Gothic";
color: #6b6c6d;
text-decoration: none;
} 
a:hover {
text-decoration: underline;
color: #FF9900;
}
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#conteneur {
background-image: url(images/fond.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
width: 920px; 
margin: 0px auto;
padding:0px;
}
div#header {
background-image:url(images/header.jpg);
background-repeat: no-repeat;
height:196px;
margin:0px;
}
div#contenu {
padding: 10px;
background-color: #fff;
border-top: solid #6b6c6d 1px;
border-left: solid #6b6c6d 1px;
border-right: solid #FF9900 1px;
}
div#footer {	
background-color: #FF9900;
height: 19px;
text-align:right;
}
div#navbar {
height: 19px;
width: 920px;
position:absolute;
margin-top: 160px;
}
div#navbar ul {
margin:0px;
}
div#navbar li {
list-style-type: none;
display:inline;
margin: 0px;
font-size: 12px;
font-weight: bold;
line-height: 50px;
}
div#navbar li a {
text-decoration: none;
color: #ffffff;
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
padding-bottom: 3px;
background-color: #FF9900;
border-left: solid #FF9900 1px;
border-right: solid #FF9900 1px;
border-top: solid #FF9900 1px;
}
div#navbar li a:hover {
padding: 5px;
color: #FF3300;
background-color: #ffffff;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
border-top: solid #6b6c6d 1px;
}
.navover {
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
font-size: 12px;
font-weight:bold;
text-decoration: none;
color: #FF3300;
background-color: #ffffff;
border-left: solid #6b6c6d 1px;
border-right: solid #6b6c6d 1px;
border-top: solid #6b6c6d 1px;
}
p{
  text-align: justify;
}