/*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:#E0B8EC;
}
#bandeau {
width:900px;
height:70px;	
text-align:center;
margin-top:10px;
text-transform:uppercase;
font-weight:bold;
font-size: 14px;
}
#bandeau a:link, #bandeau a:visited { color:#69286A; text-decoration:none; font-family: georgia; font-size: 12px; }
#bandeau a:hover { color:#000000; text-decoration:none; font-family: georgia; font-size: 12px; }

#menu {
float:left;
text-align:left;
width:450px;
height:440px;
background:url(header.jpg);
}
#contenu {
float:left;
width:450px;
height:440px;
text-align:left;
background:#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:130px;
	text-align:center;
	}
#pied a:link, #pied a:visited { color:#333333; text-decoration:none; font-family: georgia; font-size: 12px; }
#pied a:hover { color:#bbbbbb text-decoration:underline; font-family: georgia; font-size: 12px; }

.overflow{
	overflow:auto;
	position:absolute;
	margin-left: 10px; 
	margin-right: auto; 
	width: 440px;
	height:440px;
	border: 0px solid black
	font-family: georgia;
	font-size: 12px;
	color:#000000;	
	text-align:justify;
} 