/* positionnement du site AWP */
/* 3 colonnes : principale à gauche, 2 contextes à droite */

body {
margin:0;
background: repeat-y top center;
}

#general {
width:670px;
margin: 42px auto 0 auto;
overflow: hidden;
}

#bandeau {
height: 198px;
margin: 0 auto 0 auto;
background: no-repeat center center;
}

#corps {
margin-left:202px;
margin-top:30px;
}

#contextes {
width: 185px;
}

#contexte2 {
width: 175px;
float: left;
/*margin-left:2px;*/
/*min-height: 400px;*/
}

#contexte1 {
	display: none;
}

#fin-corps {
clear:both;
}

#footer {
margin-top: 20px;
padding: 26px 0 20px 0;
font-size:9px;
}

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