body {
	margin : 0;
	padding : 0;

	background-color : #87943C;
	text-align : center;
}

/*--------------------------------------------------------------------
/* PAGE
/**/

#page {
	position : relative;

	text-align : left;
	margin : auto;

	width : 1003px;
	background-color : #fff;
}

/*--------------------------------------------------------------------
/* ENTETE
/**/

#entete {
	position : relative;
	z-index : 10;

	background-image : url(../images/entete-fond.jpg);
	height : 32px;
}

#entete-menu {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#entete-menu li {
	margin : 0;
	padding : 0;

	text-indent : -9000px;
	overflow : hidden;

	height : 26px;

	position : absolute;
	top : 2px;
}

#entete-menu li a {
	display : block;
	position : relative;
	height : 26px;
}

#entete-accueil {
	background-image : url(../images/entete-accueil.gif);
	width : 85px;
	left : 32px;
}

#entete-contact {
	background-image : url(../images/entete-contact.gif);
	width : 88px;
	left : 151px;
}

#entete-cartes {
	background-image : url(../images/entete-cartes.gif);
	width : 83px;
	left : 280px;
}

#entete-plan_du_site {
	background-image : url(../images/entete-plan_du_site.gif);
	width : 84px;
	left : 396px;
}

#entete-infolettre {
	background-image : url(../images/entete-infolettre.gif);
	width : 84px;
	left : 396px;
}

#entete-meteo {
	background-image : url(../images/entete-meteo.gif);
	width : 83px;
	left : 617px;
}

#entete-recherche {
	background-image : url(../images/entete-recherche.gif);
	width : 272px;
	left : 723px;
}

#meteo {
	width: 37px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 660px;

	text-align : center;

	font-size : 0.85em;
}

#recherche {

}

#recherche form {
	margin : 0;
	padding : 0;
}

#recherche form input {
	padding : 0;
	margin : 0;
	border-width : 0px;

	width : 174px;
	font-family : "Trebuchet MS";
	font-size : 8pt;

	color : #999;

	position: absolute;
	top: 8px;
	left: 807px;
}

/*--------------------------------------------------------------------
/* ACCUEIL - BOITES
/**/

.boite {
	width : 216px;
	font-size : 0.85em;
	line-height : 1.5em;
}

.boite ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

.boite ul li {
	margin : 0;
	padding : 0;

	padding-top : 0.5em;
	padding-bottom : 0.5em;

	border-bottom : 1px solid #F6921D;
}

.boite .titre {
	text-transform : uppercase;
	font-weight : bold;
}

.boite .plus {
	padding-top : 0.5em;
	text-align : right;
}

#boite-au_calendrier {
	position : absolute;
	left : 304px;
	top : 399px;
}

#boite-au_calendrier h2 {
	margin : 0;
	padding : 0;

	text-indent : -9000px;
	overflow : hidden;

	width : 216px;
	height : 45px;
	background-image : url(../images/boite-titre_au_calendrier.gif);
}

#boite-escapades {
	position : absolute;
	left : 539px;
	top : 281px;
}

#boite-escapades h2 {
	margin : 0;
	padding : 0;

	text-indent : -9000px;
	overflow : hidden;

	width : 216px;
	height : 45px;
	background-image : url(../images/boite-titre_escapades.gif);
}

#boite-actualites {
	position : absolute;
	left : 775px;
	top : 211px;
}

#boite-actualites h2 {
	margin : 0;
	padding : 0;

	text-indent : -9000px;
	overflow : hidden;

	width : 216px;
	height : 45px;
	background-image : url(../images/boite-titre_actualites.gif);
}

/*--------------------------------------------------------------------
/* COPYRIGHT
/**/

#copyright {
	text-align: left;
	color: #CAD49B;
	width: 1003px;
	font-size : 0.85em;

	margin: auto;
	margin-top : 1em;
}

#copyright a {
	color: #CAD49B;
	text-decoration : none;
	
}

#copyright a:hover {
	color: #fff;
	text-decoration : underline;
}

.droits {
	padding-bottom : 1em;
	margin-left : 10px;
}

.createur {
	padding-bottom : 1em;
	margin-right : 10px;
}
