/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-color:#611600;
}

a img {
border: none;
}

img{
border: none;
}

dl, dt, dd{
list-style-type: none;
display:inline;
}

ul{
list-style-type: none;
width: 450px;
text-align:justify;
}

#conteneur{
position: absolute;
top: 50%;
left: 50%;
width: 1000px;
height: 600px;
margin-top: -300px; /* moitié de la hauteur */
margin-left: -500px; /* moitié de la largeur */
border-color:#551C01;
border-style:solid;
border-width:thin;*/
}

#header{
background:url(../img/logonew.jpg) no-repeat;
background-color:#611600;
background-position:center top;
height: 120px;
}

#header_noir{
background:url(../img/logo_noir.jpg) no-repeat;
background-color:#000000;
background-position:center top;
height: 120px;
}

#central{
width: 1000px;
height: 275px;
background-color:#611600;
}

#droite_titre{
background:url(../img/fond_droite_titre.jpg) no-repeat;
background-color:#611600;
height:25px;
margin-left: 500px;
font-family:Steelfish, Arial;
text-indent: 35px;
line-height: 1.4em;
font-size: 1.3em;
letter-spacing: 0.1em;
}

#droite_titrenoir{
background:url(../img/fond_droite_titre_noir.jpg) no-repeat;
height:25px;
margin-left: 500px;
font-family:Steelfish, Arial;
font-size: 1.2em;
color:#CCCCCC;
text-indent: 35px;
line-height: 1.5em;
letter-spacing: 0.1em;
}

#droite_titre a{
text-decoration:none;
}

#droite_titre a:visited{
color:#000000;
text-decoration:none;
}

#droite{
background:url(../img/fond_droite.jpg) no-repeat;
margin-left: 500px;
height: 265px;
padding: 10px 0 0 0;
font-size: 0.7em;
text-align:justify;
line-height: 10.2px;
}

#droite a{
text-decoration:none;
color:#90857b;
text-align:justify;
}

#droite_fondnoir{
background:url(../img/fond_droite_noir.jpg) no-repeat;
margin-left: 500px;
height: 265px;
padding: 10px 0 0 0;
font-size: 0.7em;
color:#CCCCCC;
text-align:justify;
line-height: 11px;
}

#droite_fondnoir a{
text-decoration: none;
color:#999999;
text-align:justify;
}

#gauche_titre{
background:url(../img/gauche_titre.jpg) no-repeat;
position: absolute;
left:0;
width: 500px;
height:25px;
}

#gauche_titrenoir{
background:url(../img/gauche_titre_noir.jpg) no-repeat;
position: absolute;
left:0;
width: 500px;
height:25px;
}

#gauche{
background:url(../img/fond_gauche.jpg) no-repeat;
position: absolute;
left:0;
width: 500px;
height: 275px;
font-size: 0.65em;
text-align:right;
border:none;
}

#gauche_texte{
background:url(../img/fond_gauche.jpg) no-repeat;
position: absolute;
left:0;
width: 420px;
height: 265px;
padding: 10px 70px 0 10px;
font-size: 0.7em;
text-align:right;
line-height: 13px;
}

#gauche_texte li{
list-style-type: none;
text-align: right;
}

#gauche_fondnoir{
background:url(../img/fond_gauche_noir.jpg) no-repeat;
position: absolute;
left:0;
width: 500px;
height: 300px;
font-size: 0.65em;
color:#CCCCCC;
text-align:right;
border:none;
}

#fleches{
right:0;
clear:both;
}

#menu{
height: 180px;
}

.btn_contact {
background:url(../img/btn_contact.jpg) no-repeat; 
border:0;
cursor:pointer; 
width:81px; 
height:18px;
margin-left:10px;
}
