@charset "UTF-8";
/* CSS Document */

body {
background-color:#800e05;
text-align:center;
margin:0px;
font-family:"Lucida Grande",Verdana,Geneva,Arial,sans-serif;
font-size:12px;
}

body p {
margin:0px;
}

body a {
color:#6e0d05;
}

#wraper {
margin:auto;
width:900px;
text-align:left;

}

#haut {
background-image:url(images/haut_01a.jpg);
background-repeat:no-repeat;
min-height:115px;
}

#haut #titre{
color:#800e05;
padding-left:385px;
padding-top:55px;
font-weight:bold;
}

#navigation {
margin-top:-20px;
height:20px;
}
#navigation a {
color:#CFC8B9;
text-decoration:none;
}
#navigation a:hover {
color:#450b06;
}

#navigation ul {
list-style-type:none;
margin:0px;
padding:0px;
margin-left:20px;
font-weight:bold;
color:#cfc8b9;
}

#navigation li {
display:inline;
background-color:#800e05;
padding-left:12px;
padding-right:12px;
padding-top:5px;
padding-bottom:5px;
}

#contenu {
background-image:url(images/milieu_a.jpg);
background-repeat:repeat-y;
min-height:200px;
}

#contenu img {
border-style:solid;
border-width:1px;
border-color:#800e05;
}

#contenu p {
text-align:justify;
line-height:14px;
padding-top:8px;
}

#contenu h1 {
margin:0px;
padding-top:8px;
color:#800e05;
font-size:14px;
font-weight:bold;
}

#contenu h2 {
font-size:12px;
margin:0px;
padding-top:8px;
color:#800e05;
}

#contenu .gauche {
width:400px;
padding-left:40px;
}

#contenu .droite {
float:right;
width:400px;
padding-right:40px;
}

#contenu .tout {
padding-right:40px;
padding-left:40px;
}

#bas {
background-image:url(images/bas_a.jpg);
background-repeat:no-repeat;
min-height:200px;
}