@charset "UTF-8";
/* CSS Document */
html, body {
	background-image: url(accueil_img/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
#contener {
	width: 1000px;
	margin: 0 auto;
}
#header{
	width: 1000px;
	height: 144px;
	background: url(accueil_img/header.png);
	/* IE */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='css/accueil_img/header.png');
}
#left_content {
	width: 487px;
	height: 354px;
	float: left;
	background: url(accueil_img/left.png);
	/* IE */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='css/accueil_img/left.png');
}
#right_content {
	width: 513px;
	height: 354px;
	float: left;
	background-image: url(accueil_img/right.png);
	/* IE */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='css/accueil_img/right.png');
}
#footer {
	width: 1000px;
	height: 29px;
	clear: both;
	color: #404042;
	font-size: 11px;
	text-align: center;
	padding-top: 31px;
	background-image: url(accueil_img/footer.png);
	background-repeat: no-repeat;
	/* IE */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='css/accueil_img/footer.png');
}
#footer a {
	color: #404042;
	text-decoration: none;
}
#footer a:hover {
	color: #cb3400;
}
#left_menu {
	float: left;
}
#right_menu {
	margin-left: 1px;
	float: left;
}
#news {
	position: relative;
	top: 143px;
	left: 327px;
	width: 110px;
	height: 74px;
	background-image: url(accueil_img/news.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 20px;
	color: #626262;
}
#news a{
	display: block;
	width: 110px;
	text-align: right;
	font-size: 10px;
	color: #cb3400;
}
/* Bouton right*/
a.btn_actualite {
	display: block;
	position:relative;
	top: 82px;
	width: 222px;
	height: 41px;
	line-height: 41px;
	background: url(accueil_img/btn_actualite.jpg) no-repeat 0 0;
}
a.btn_actualite:hover {
	background: url(accueil_img/btn_actualite.jpg) 0 -41px;
}
a.btn_insitu {
	display: block;
	position:relative;
	top: 82px;
	width: 222px;
	height: 44px;
	line-height: 44px;
	background-image: url(accueil_img/btn_insitu.jpg);
}
a.btn_insitu:hover {
	background-position: 0 44px;
}
a.btn_service {
	display: block;
	position:relative;
	top: 82px;
	width: 222px;
	height: 45px;
	line-height: 45px;
	background-image: url(accueil_img/btn_service.jpg);
}
a.btn_service:hover {
	background-position: 0 45px;
}
a.btn_culture {
	display: block;
	position:relative;
	top: 95px;
	width: 222px;
	height: 34px;
	line-height: 34px;
	background-image: url(accueil_img/btn_culture.jpg);
}
a.btn_culture:hover {
	background-position: 0 34px;
}
.lst_services {
	position:relative;
	top: 85px;
	left: 35px;
	color: #cb3400;
}
.lst_services a {
	color: #9b9c9e;
	text-decoration: none;
}
.lst_services a:hover {
	color: #cb3400;
}
.lst_culture {
	position:relative;
	top: 95px;
	left: 35px;
	color: #cb3400;
}
.lst_culture a {
	color: #9b9c9e;
	text-decoration: none;
}
.lst_culture a:hover {
	color: #cb3400;
}

/* Bouton right */
a.btn_manifestation {
	display: block;
	position:relative;
	top: 82px;
	width: 222px;
	height: 41px;
	line-height: 41px;
	background-image: url(accueil_img/btn_manifestation.jpg);
}
a.btn_manifestation:hover {
	background-position: 0 41px;
}
a.btn_village {
	display: block;
	position:relative;
	top: 82px;
	width: 222px;
	height: 44px;
	line-height: 44px;
	background-image: url(accueil_img/btn_village.jpg);
}
a.btn_village:hover {
	background-position: 0 44px;
}
a.btn_mistral {
	display: block;
	position:relative;
	top: 93px;
	width: 222px;
	height: 40px;
	line-height: 40px;
	background-image: url(accueil_img/btn_mistral.jpg);
}
a.btn_mistral:hover {
	background-position: 0 40px;
}
a.btn_musee {
	display: block;
	position:relative;
	top: 105px;
	width: 222px;
	height: 34px;
	line-height: 34px;
	background-image: url(accueil_img/btn_musee.jpg);
}
a.btn_musee:hover {
	background-position: 0 34px;
}
.lst_village {
	position:relative;
	top: 85px;
	left: 50px;
	color: #00a6ab;
}
.lst_village a {
	color: #9b9c9e;
	text-decoration: none;
}
.lst_village a:hover {
	color: #00a6ab;
}
.lst_mistral {
	position:relative;
	top: 97px;
	left: 50px;
	color: #00a6ab;
}
.lst_mistral a {
	color: #9b9c9e;
	text-decoration: none;
}
.lst_mistral a:hover {
	color: #00a6ab;
}

.small_red {
	font-size: 10px;
	color: #cb3400;
}
a:hover .small_red {
	color: #404042;
}
