body , html
{
	/*  Les margin, les scrolls, et la hauteur sont les seuls propriétés a redefinir dans le body   */
	
	font: 0.85em/1.5em georgia; 
	color: #000000; 

	scrollbar-base-color: #5C2016;
	background-color:#5C2016;
}
#container{
	position:absolute;
	width:904px;
	height:548px;
	margin-left: -452px;
	margin-top: -274px;
	top:50%;
	left:50%;
	
	
}
#gauche{
	float:left;
}
#navigation{
	float:left;
}
#droite{
	float:left;
	width:416px;
	height:547px;
	background-image:url(images/charte/droite.jpg);
	
}
#contenu{
	float:left;
	width:306px;
	height:384px;
	overflow:hidden;
	margin-top:20px;
	margin-left:10px;
	
}
#footer{
position: absolute;
bottom: 0;

height:17px;
width:950px;
text-align:center;

}

ul {
list-style-image: url(images/charte/bullet.jpg);
text-align: left;
}

.txtbeige {
font: 11px/13px arial; 
color:#9E8059;
text-decoration:none;
}
.txtbeige a:visited{
font: 11px/13px arial; 
color:#9E8059;
text-decoration:none;
}

.txtbeige a{
font: 11px/13px arial; 
color:#9E8059;
text-decoration:none;
}

.txtbeige a:hover{
font: 11px/13px arial; 
color:#9E8059;
text-decoration:underline;
}

