body {
	font-family:Avenir, "Akzidenz Grotesk", Arial, Helvetica, sans serif;
	font-size:12px;
}

#general {
width:805px;
margin: 15px auto 15px auto;
position:relative;
}

#bandeau {
position:absolute;
top:0;
left:0;
width:310px;
height:135px;
background-repeat:no-repeat;
background-position:top left;	
}

#navigation {
height:135px;
margin-left:335px;
}

#chemin, #chemin-vide {
display:none;	
}

#corps {
	margin-left:335px;
	border-top: 2px solid #000;
	padding-top:8px;
}

#fin-corps {
clear:both;	
}

#contextes {
	position:absolute;
	top:135px;
	left:0;
	width:310px;
	border-top: 2px solid #000;
	padding-top:8px;
}

#footer {
	margin-left:335px;
	padding-top:8px;
	border-top: 2px solid #000;
	margin-top:24px;
	font-size:9px;
	color:#333;
}

#footer a {
color:#222;
text-decoration:none;	
}

#footer a:hover {
	text-decoration:underline;
}