body {
	background-color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

a {
	color: #ffffee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img{
	border: 0px;
}


.titre_news {
	font-weight: bold;
}

.contenu_news {
	margin-left: 20px;
	margin-bottom: 20px;
}

.date_news {
	font-size: 11px;
}

#centreur{
	background-color: #000;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	background-image: url(images/gauche.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#header{
	background-image: url(images/haut.jpg);
	background-repeat: no-repeat;
	margin-left: 108px;
	top: 0px;
	width: 652px;
	height: 133px;
}

#menu{
	padding: 0px;
	margin: 0px;
	margin-left: 108px;
	top: 133px;
	width: 652px;
	height: 30px;
}

#contenu{
	margin-left: 120px;
	margin-top: 25px;
}

#footer{
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
}