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

body {
margin:0;
background: url("images/fond-top.png") repeat-y top center #000000;
/*background-attachment:fixed;*/
}

#top {
margin-top: 0;
padding: 15px 0 0 0;
background: url("images/fond-haut.png") top left repeat-x;
font-size:9px;
}

#general {
width:900px;
margin: 0 auto 0 auto;
}

#bandeau {
height: 150px;
margin: 49px auto 10px auto;
background:url("images/bandeau.jpg") no-repeat center center;
border-top:1px solid #000;
border-bottom:1px solid #000;
}

#corps {
margin-right: 472px;
}

#contextes {
float:right;
width:452px;
}

#contexte1 {
width: 185px;
float: right;
}

#contexte2 {
width: 247px;
float:right;
margin-right:20px;
}

#fin-corps {
clear:both;
}

#footer {
margin-top: 20px;
margin-bottom: 0;
padding: 20px 0 33px 0;
background: url("images/fond-footer.png") top left repeat-x #006F9D;
font-size:12px;
}

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