/*liens*/

a:link, a:visited { color:#333333; text-decoration:none; font-family: georgia; font-size: 12px; }
a:hover { color:#bbbbbb text-decoration:underline; font-family: georgia; font-size: 12px; }

/* Style principal des pages */

body {
	margin: 0px; 
	background:#6D7153;
	background-repeat:repeat-y;
	background-position: center center; margin: 0px;
}
#bandeau {
width:900px;
height:50px;	
text-align:center;
margin-top:0px;
background:#6D7153;
}
#menu {
float:left;
text-align:left;
width:450px;
height:440px;
background:#000000 url(header.jpg);
}
#contenu {
float:left;
width:450px;
height:440px;
text-align:left;
background:#77EBB2 url(contenu.jpg);
}
#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;
	background:#000000;
	text-align:center;
	color:#ffffff;
background:#6D7153;
	}
::selection { background: #333333; }
::-moz-selection { background: #333333; }
.overflow{
	overflow:auto;
	position:absolute;
	margin-left: 10px; 
	margin-right: auto; 
	width: 400px;
	height:420px;
	border: 0px solid black
	font-family: georgia;
	font-size: 12px;
	color:#000000;	
	text-align:justify;
} 
.navi {
width:719px;
height:140px;	
margin-left:181px;
margin-top:60px; 
position:absolute;
}