* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	float: left;
	height: 149px;
	width: 1000px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 53px;
	width: 950px;
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 13px;
	padding-left: 50px;
}
#container #menu a {
	color: #060;
	text-decoration: none;
	font-weight: bold;
	margin-right: 28px;
}
#container #menu a:hover {
	color: #C00;
	text-decoration: underline;
}



#container #principale {
	background-image: url(images/fond2.png);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	width: 900px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
	font-size: 13px;
	text-align: center;
}
#container #principale p {
	padding-bottom: 20px;
}
#container #principale p a {
	color: #C00;
	text-decoration: none;
}
#container #principale p a:hover {
	text-decoration: underline;
}
#container #principale #actu {
	float: right;
	width: 239px;
	background-image: url(images/actu.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 20px;
}
#container #principale #actu #flashinfo {
	float: left;
	width: 191px;
	margin-top: 80px;
	margin-right: 23px;
	margin-left: 25px;
	height: 185px;
	overflow: hidden;
}
#container #principale #actu #savoir {
	float: left;
	width: 239px;
	color: #FFF;
	margin-top: 10px;
	text-align: center;
}
#container #principale #actu #savoir a {
	color: #FFF;
}
#container #principale #actu #savoir a:hover {
	text-decoration: none;
}




#container #footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 167px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #footer #adresse {
	float: left;
	width: 1000px;
	text-align: center;
	color: #060;
	margin-top: 30px;
	font-size: 13px;
}
#container #footer #adresse p {
	margin-bottom: 5px;
}
#container #footer #adresse p a {
	text-decoration: underline;
	color: #C00;
}
#container #footer #adresse p a:hover {
}



#container #footer #balise {
	float: left;
	width: 480px;
	text-align: center;
	font-size: 9px;
	color: #FFF;
	margin-top: 10px;
	margin-left: 260px;
}

#container #footer #liens {
	float: left;
	width: 1000px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin-top: 40px;
}
#container #footer #liens a {
	text-decoration: none;
	color: #FFF;
}
#container #footer #liens a:hover {
	text-decoration: underline;
	color: #000;
}
#centrer {
	width: 239px;
	text-align: center;
	margin-top: 20px;
	float: left;
}


h1 {
	font-size: 16px;
	margin-bottom: 20px;
}
.petit {
	font-size: 11px;
}
.imgD {
	float: right;
	margin-left: 20px;
}

