@charset "utf-8";
/* CSS Document */
body {
background: #1F1E21;
margin: 0px auto;
}
/*Conteneur --- On applique un overflow:auto pour éviter que le menu qui est en float 
sorte du cadre*/
#moncadre {
width:950px;
height:650px;
margin: 0px auto;
background-color:#1F1E21;
overflow:auto;
top:auto;
}
/*Header*/
.cadrehaut {
width:950px;
height:650px;
background:#ffffff;
top:auto;
text-align:center;
}
#conteneur {
width:950px;
float:left;
overflow:auto;
}

/* cadre du conteneur */
.contenu {
width:950px;
height:auto;
background-color:#ffffff;
margin:0px 0 0 0px;
float:left;
overflow:auto;
border:0px;
}

.infos {
width:750px;
height:400px;
background-color:#ffffff;
margin:0px 0 0 0px;
float:left;
overflow:auto;
border:0px;
}
.infos h1{
font-family: "Times New Roman", Times, serif;
margin:0px;
padding:0px;
color:#6b6b6b;
font-size: 14px;
font-weight:normal;
}

/*Pied de page*/
#footer {
width:950px;
height:155px;
background:url(images/footer_fd.jpg) no-repeat;
margin:auto;
bottom:auto;
border-top:0.5px #848484 solid;
}

#footer h1{
margin:0px;
padding:0px;
color:#6c6c6c;
font-family: "Times New Roman", Times, serif;
font-size: 10px;
border:none;
font-weight:normal;
text-align:center;
}
#liens {
width:450px;
height:100px;
padding: 30px 0px 30px 30px;
color:#6c6c6c;
text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size: 11px;
font-weight:normal;
text-align:left;
}

#liens h1{
margin:0px;
padding:0px;
color:#6c6c6c;
text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size: 11px;
border:none;
font-weight:normal;
text-align:left;
}

a {color : #999999; text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size: 11px;}
a:hover {color : #D3D51D; text-decoration:underline;}

#contact {
width:200px;
height:100px;
padding: 30px 0px 30px 30px;
float:right;
top:auto;
color : #999999; text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size: 11px;
}
#contact h1{
margin:0px;
padding:0px;
color : #999999; text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size: 11px;
border:none;
font-weight:normal;
text-align:left;
}
#mentions {
width:950px;
height:20px;
margin:auto;
bottom:auto;
padding-top:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#555555;
text-align:right;
}

#mentions a {color : #333333; text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size: 9px;}
#mentions a:hover {color : #333333; text-decoration:underline;}