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

body {
margin:0;
background:url("corps_bg.png") repeat-y ;
color:#000;
font-family:geneva, arial, helvetica, sans-serif;
font-size:12px;
}

#image_2 {

background:url("llv_bg.png") no-repeat;
background-position: top left;
margin-left: 10px;
}


#image_1 {

background:url("bord_haut.png") repeat-x;
background-position: top left;
margin-top: 0px;
margin-left: 50px;
}


#bandeau {

width:945px;
height: 170px;
margin: 0px 0px 0px 0px;
background:url("bandeau.jpg") no-repeat ;
}



#general {
width:945px;
margin: 0px auto;
padding:0px 0 12px 0;
}



#navigation {
position:absolute;
margin-left: -50px;
width:950px;
top:75px;

}

#chemin {
display: none;
font-size:9px;
margin: 0 0 10px 0;
color:#8c8c8c;
}

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

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

#corps {
margin: 40px 310px 0 25px;
}

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


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

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

#fin-corps {
clear:both;
}

#footer {
display: none;
margin: 0px 17px 0 15px;
padding: 10px;
background-color: #fff;
font-size:9px;
color:#868687;
}

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