/* CSS Document */
body {
font-family: Arial, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color:#301830;
}

#header {
height: 200px;
background-image:  url('img/banniere.jpg');
}
#header2 {
position: absolute;
height: 15px;
color:#000;
font-size:11px;
right:5;
top:18px;
}
#conteneur {
position: relative;
width: 796px;
margin: 0 auto; 
background-color:#fff;
left: 50%; 
margin-left: -398px; /* moitié de la largeur */ 
}

#centre {
margin-left: 180px;
margin-right: 20px;
height:auto;
padding-top:30px;
text-align:justify;
color:#4F274F;
}
#gauche {
position: absolute;
left:0;
width: 150px;
top:220px;
}

#pied {
height: 15px;
background-image:  url('img/banniere.jpg');
color:#FFF;
font-size:10px;
text-align:center;
padding-top:4px;
}
#pied2 {
height: 30px;
background-color:#FFF;
color:#4F274F;
font-size:11px;
text-align:right;
}
p {margin: 0 0 10px 0;}

h1{
font-size:16px;
color:#4F274F;
font-weight:bold;
}

h2{
font-size:14px;
font-weight:bold;
}
