body {
	font-family:Verdana;
	font-size: 12px;
	color: #802b6a;
	text-align: center;
	background: url('images/fond.jpg') repeat-x #0C1131;
	margin: 0;
}
img { 
	border: none;
	margin: 0;
}
#site {
	margin: 0;
	padding: 0;
	width: 1000px;
	float: right;
 }
#header {
	margin: 0;
	padding: 0;
	 background-image: url('images/header.jpg');
	 height: 214px;
	 width: 1000px;
}
#menu {
	margin: 0;
	padding: 0;
	float: right;
	width: 975px;
	height: 67px;
	background-image: url('images/menu.jpg');
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 190px;
	height: 67px;
}
#menu li a {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration:none;
	width: 190px;
	height: 67px;
}
#contenu
{
	float: left;
	width: 1000px; 
	height: 588px;
	background-image: url('images/contenu.jpg');
}
p {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	margin-left: 55px;
	margin-top: 45px;
	width: 595px;
	height: 530px;
	overflow:auto;
}
#ensavoirplus {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 115px;
	margin-top: 95px;
	width: 150px;
	height: 37px;
}
p a {
	text-decoration:none;
	color:  #eb2503;
}
p a:hover {
	text-decoration:none;
	border-bottom: dotted 1px;
	color:  #eb2503;
}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	width: 1000px;
	height: 131px;
	background-image: url('images/footer.jpg');
}
#footer p {
	margin: 0;
	padding: 0;
	float: left;
	width: 1000px;
	margin-top: 95px;
	text-align:center;
	color: #fff;
	height: 36px;
 }

