body {
	margin: 0px; 
	background:#000000;
}
#bandeau {
width:900px;
height:100px;	
text-align:center;
margin-top:30px;
background:url(header2.gif) no-repeat center top;
}
#menu {
float:left;
text-align:left;
width:500px;
height:500px;
background:#000000 url(header.jpg);
}
#contenu {
float:left;
width:400px;
height:500px;
text-align:left;
background:#000000 url(contenu.jpg);
color:#ffffff;
}
#page { 
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: right;
font-family:georgia;
font-size:12px;
 }
#pied {
	clear:both;
	width:900px;
	height:100px;
	text-align:center;
	color:#ffffff;
	}
#pied a:link, #pied a:visited { color:#ffffff; text-decoration:none; font-family: georgia; font-size: 12px; }
#pied a:hover { color:#ff0000; text-decoration:none; font-family: georgia; font-size: 12px; }

.overflow{
	overflow:auto;
	position:absolute;
	margin-left: auto;
	margin-right: auto; 
	padding-left: 5px;
	padding-right: 5px; 
	width: 380px;
	height:500px;
	font-family: georgia;
	font-size: 12px;
	color:#ffffff;	
	text-align:justify;
} 
.navi {
width:600px;
height:30px;	
margin-left:150px;
margin-top:70px; 
color:#FFFFFF;
text-align:center;
position:absolute;
text-transform:uppercase;
}
.navi a:link, .navi a:visited { color:#FF0000; text-decoration:none; font-family: georgia; font-size: 14px; font-weight:bold; }
.navi a:hover { color:#ffffff; text-decoration:none; font-family: georgia; font-size: 14px; font-weight:bold; }

.image { 
padding:5px;
margin: 5px;
border:1px solid #FF0000;
}
.image:hover { 
padding:5px;
margin: 5px;
border:1px solid #ffffff;
}
