body {
	background-color: Gray;
	margin: 0;
	padding: 0;
	color: White;
}

a {
	color: White;
}
.sommaire{
	position: relative;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	height: 630px;
}

.sommaire .description {
	width: 401px;
	height: 251px;
	left: 225px;
	top: 262px;
	position: absolute;
	padding: 3px;
	text-align: justify;
	font-size: 12px;
	overflow: auto;
}

.sommaire .actu {
	width: 106px;
	height: 257px;
	left: 81px;
	top: 235px;
	position: absolute;
	font-size: 12px;
	overflow: auto;
}

.menu_actu {
	left: 80px;
	top: 207px;
	position: absolute;
}

.menu_contact {
	left: 635px;
	top: 537px;
	position: absolute;
}

.menu_titre {
	left: 58px;
	top: 8px;
	position: absolute;
}

.menu1 {
	left: 61px;
	top: 116px;
	position: absolute;
}

.menu2 {
	left: 234px;
	top: 116px;
	position: absolute;
}

.menu3 {
	left: 434px;
	top: 118px;
	position: absolute;
}

.menu4 {
	left: 614px;
	top: 118px;
	position: absolute;
}

.contenu{
	position: relative;
	background-image: url(images/fond2.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	height: 630px;
}
.contenu .description {
	width: 635px;
	height: 329px;
	left: 69px;
	top: 178px;
	position: absolute;
	padding: 3px;
	text-align: justify;
	font-size: 12px;
	overflow: auto;
}

.contenu UL {
	list-style-type: none;
	padding: 0;
}

.contenu .entete {
	font-size: 18px;
	font-weight: bold;
}

.contenu .titre {
	font-size: 18px;
	font-weight: bold;
}

.contenu .chapo {
	font-size: 16px;
	font-weight: bold;
}

.contenu .texte {
	color: White;
	text-decoration: none;
}