/* positionnement de vie feminine */
/* 3 colonnes : principale à gauche, 2 contextes à droite */

body {
margin:0;
background:url(fond-body.png) repeat-x top left #121212;
color:#fff;
font-family:geneva, arial, helvetica, sans-serif;
font-size:12px;
}

#general {
width:835px;
margin: 0 auto;
padding:41px 0 12px 0;
background-color:#101010;
}

#bandeau {
height: 180px;
margin: 7px 17px 18px 17px;
background:url("bandeau.jpg") no-repeat center center;
}

#navigation {
position:absolute;
margin-left:10px;
width:825px;
top:0;
background:url(lignehorizontale.gif) repeat-x bottom left;
}

#chemin {
font-size:9px;
margin: 0 0 18px 0;
color:#cdcdcd;
}

#chemin a {
color:#cdcdcd;
text-decoration:none;
}

#chemin a:hover {
color:#fff;
text-decoration:underline;
}

#corps {
margin: 0 430px 0 17px;
}

#contextes {
float:right;
width:395px;
margin-right:17px;
}


#contexte1 {
width: 160px;
float:right;
margin-top:12px;
}

#contexte2 {
float: right;
margin-right:23px;
width: 200px;
}

#fin-corps {
clear:both;
}

#footer {
margin: 20px 17px 0 17px;
padding: 10px;
background-color: #353537;
font-size:9px;
color:#868687;
}

#footer p {
margin:0 auto 6px auto;
}