/* positionnement de maiz */
/* 2 colonnes : principale à gauche, 1 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: 300px;

overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}

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

#contexte2 {
display: none; 
}

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

#fin-corps {
clear:both;
}

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

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