@charset "UTF-8";
body {
	background-color: #AEAEAE;
	background-image: url(img/fond_rep.png);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-position: center;
	
}
.container {
	width: 655px;
	margin: 0px auto;
}
.container .entete h1 {
	text-indent: -1000px;
}
.container .entete h2 {
	text-indent: -1000px;
}
.container .entete ul {
	display: inline;
	list-style-type: none;
}
.container .entete ul li {
	display: inline;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	width: 75px;
	height: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	top: 43px;
	z-index: 1000;
	background-color: #F89823;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-right: 10px;
	margin-left: 10px;
}
.entete {
	background-image: url(img/entete.png);
	background-color: #aeaeae;
	background-repeat: no-repeat;
	height: 154px;
	width: 655px;
	top: -20px;
	position: relative;
}
.content {
	position: relative;
	left: 20px;
	width: 600px;
}
.intro {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	padding: 10px;
	font-size: 1.2em;
	position: relative;
	font-weight: bold;
}
.lumiere {
	width: 100%;
	position: relative;
}
.container .pied a {
	text-indent: -1000px;
	position: relative;
	left: 590px;
}
.lumiere ul li {
	list-style-image: url(img/pLum.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
.lumiere ul p {
	background-color: #BC999D;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	left: -25px;
	position: relative;
}
.actualite {
	width: 100%;
	position: relative;
}
.actualite ul li {
	list-style-image: url(img/pActu.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
.actualite ul p {
	background-color: #9B968D;
}
.element {
	width: 100%;
	position: relative;
}
.element ul li {
	list-style-image: url(img/pElem.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
.element ul p {
	background-color: #8EABBC;
}
.container .pied h4 {
	color: #524f4b;
	text-align: center;
	font-size: 0.9em;
}
