body {
	margin: 0;
	padding: 0;
	background: #FDFCF4;
}

h1 {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

h2 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 5px 0px;
}

h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 15px 0px 10px 0px;
	/*text-align: center;*/
}

h4 {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0px 0px 0px;
	/*text-align: center;*/
}

p {
	font: lighter 0.9em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin: 0px;
}

.justifie {
	text-align: justify;
	margin-bottom: 20px;
}

.horaire {
	font: bold 1em Arial, Helvetica, sans-serif;
	/*margin-right: 5px;*/
}

a, a:active, a:link {
	text-decoration: none;
	color: #000;
}

a img {
	border: 0;
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

table {
	margin: 10px 0px 10px 0px;
	font: lighter 0.9em Arial, Helvetica, sans-serif;
}

td {
	min-width: 55px;
	vertical-align: top;
}

ul {
	margin: 0;
	padding: 0;
}

#navigation {
	width: 332px;
	height: 40px;
	background: url(images/menu.jpg) no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 630px;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#navigation li, #navigation a {
	height: 40px;
	display: block;
	color: #669934;
}

#navaccueil {
	left: 0;
	width: 80px;
}

#navaccueil_actu {
	left: 0;
	width: 80px;
	background: transparent url(images/menu.jpg) 0px -47px no-repeat;
}

#navaccueil a:hover {
	background: transparent url(images/menu.jpg) 0px -40px no-repeat;
}

#navinfos {
	left: 84px;
	width: 80px;
}

#navinfos_actu {
	left: 84px;
	width: 80px;
	background: transparent url(images/menu.jpg) -84px -47px no-repeat;
}

#navinfos a:hover {
	background: transparent url(images/menu.jpg) -84px -40px no-repeat;
}

#navphotos {
	left: 168px;
	width: 80px;
}

#navphotos_actu {
	left: 168px;
	width: 80px;
	background: transparent url(images/menu.jpg) -168px -47px no-repeat;
}

#navphotos a:hover {
	background: transparent url(images/menu.jpg) -168px -40px no-repeat;
}

#navcontact {
	left: 252px;
	width: 80px;
}

#navcontact a:hover {
	background: transparent url(images/menu.jpg) -252px -40px no-repeat;
}

#navlegales {
	left: 336px;
	font: italic lighter 0.6em Arial, Helvetica, sans-serif;
	color: #669934;
	text-decoration: underline;
}

#navlegales a:hover {
	color: #8DBE0B;
}

#entete {
	width: 100%;
	height: 285px;
	padding: 20px 0px 0px 10px;
	background: url(images/index/paysage.jpg) no-repeat 0px 125px;
}

#colbulles {
	position: absolute;
	left: 5px;
	top: 200px;
	width: 240px;
	text-align: left;
}

#colgauche {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 220px;
	padding-left: 20px;
}

#coldroite {
	float: right;
	width: 280px;
	text-align: center;
}

#coldroite img {
	margin: 0px 0px 30px 0px;
}

#centre {
	margin-left: 250px;
	margin-right: 290px;
	min-width: 340px;
}

#centrebis {
	margin: 60px 0px 0px 350px;
	padding: 0;
	
}

#info_legales, #info_legales p {
	text-align: center;
	margin: 10px;
}

#fermer {
	font: italic bold 0.9em Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
	height: 14px;
	width: 75px;
	margin: auto;
	background: url(images/bouton_fermer.jpg) no-repeat;
}

#fermer:hover {
	background: url(images/bouton_fermer2.jpg) no-repeat;
}


