body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #d2d2d2;
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Verdana, sans-serif;
	font-size: 14px;

}

#entete{
	background-image: url('images/entete.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 129px;
}

#gauche{
	background-image: url('images/gauche.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	float:left;
	width: 350px;
	height: 351px;
}

#contenant{
	float:left;
	width: 450px;
	background-color: #ffffff;
}

#contenu{
	padding: 10px;
	height: 331px;
	width: 430px;
	overflow: auto;
	
	
	text-align: justify;
}

#bas{
	background-image: url('images/bas.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	float:left;
	clear: both;
	width: 800px;
	height: 120px;
}

#bas #copyright{
	float: right;
	margin-top: 60px;
	margin-right: 20px;
	
	font-size: 11px;
	text-align: right;
}

#menuhaut {
	float: right;
	margin-top: 20px;
	margin-right: 120px;
	color: #fbffd2;
}

	#menuhaut p {text-align: right;}
	#menuhaut a {color: #fbffd2; text-decoration:none;}
	#menuhaut a:hover {text-decoration:underline;}


.img {
	float: left;
	padding: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	
	border: 1px solid #cccccc;
	background-color: white;
	text-align: center; 
	font-size: 12px;
}
	.img img{border: 1px solid #cccccc;}
	.img a, .img a:hover{text-decoration:none;}
	.img:hover {background-color: #c794c2;}
	
#nav {
	font-size: 11px;
	margin-bottom: 10px;
}	
	
h3 {font-size: 16px; border-bottom: 1px solid black;}

a img {border:none;}
a{color: black; text-decoration:underline;}
a:hover{text-decoration:underline;}
