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

body {
margin:0;
background:url("images/fond-top.png") repeat-x top left;
}

#general {
width:850px;
margin: 72px auto 0 auto;
}

#bandeau {
height: 150px;
margin: 0 auto 20px auto;
}

#corps {
margin-right: 0;
margin-left: 250px;
min-height:400px;
_height:400px;
}

#contexte2 {
width: 230px;
float: right;
display: none;
}

#contexte1 {
width: 230px;
float: left;
}

#fin-corps {
clear:both;
}

#footer {
margin-top: 20px;
padding: 26px 0 60px 0;
background: url("images/fond-footer.png") top left repeat-x #E56410;
font-size:9px;
}

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