/* 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 {
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
margin-top: 0;
height: 150px;
background:url("images/bandeau.jpg") no-repeat center center;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#corps {
border-left-color: #9f6200;
border-left-width: thin;
border-left-style: dotted;
padding-top: 10px;
background-position: 0px 0px;
margin-right: 190px;
margin-left: 190px;
padding-left: 10px;
min-height:400px;
_height:400px;
}

#contexte2 {
width: 180px;
float: right;
}

#contexte1 {
width: 180px;
position:absolute;
}

#fin-corps {
clear:both;
}

#footer {
padding-left: 0;
padding-bottom: 60px;
padding-right: 0;
padding-top: 26px;
background-image: url("images/fond-footer.png");
margin-top: 54px;
background: top left repeat-x;
font-size:9px;
}

#footer p {
width:850px;
margin:0 auto 6px auto;
}
