html,body {
	height : 100%;
}

	
body {
	margin: 0;
	padding: 0;
	background-color: #6e8c37;
}

#page {
	margin: auto;
	width: 969px;
}

/*--------------------------------------------------------------------
/* ENTETE
/**/

#entete {
	width: 969px;

	text-align: right;

	font-size : 12px;
	color: #c9d4b4;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#entete a {
	color: #c9d4b4;
	text-decoration: none;
}

#entete a:hover {
	color: #fff;
}

/*#recherche {
	font-size: 9px;
	color: #bebebe;
	text-align: center;
}*/

/*--------------------------------------------------------------------
/* PRINCIPAL
/**/

#principal {
	width: 969px;

	background-image: url("/images/principal-bas.gif");
	background-repeat : no-repeat;
	background-position: bottom; 
	background-color: #fff;	
}


/*--------------------------------------------------------------------
/* COLONNE GAUCHE
/**/

#colonne_gauche {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 33px;

	float: left;
	z-index : 101;
	position : relative;

	width: 300px;

	background-image: url("/images/haut_gauche-fond.gif");
	background-repeat : no-repeat;
}


#colonne_gauche-contenu a {
	color: #326e24;
}

#colonne_gauche-contenu a:hover {
	color : #000;
}



/*--------------------------------------------------------------------
/* MENU
/**/

#menu {
	padding-left: 13px;
	
	width: 282px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#menu a {
	display: block;
	width: 256px;

	font-size: 12px;
	font-weight: bold;

	height: 20px;

	padding-left: 7px;
	padding-top: 4px;

	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .menu-gauche-fond {
	background-image: url("/images/menu-fond.gif");
	background-position: left;
	color: #326e24;
}

#menu .menu-gauche {
	color: #a7b53d;
}

#colonne_gauche-contenu {
	position: relative;
	padding-left: 13px;
	width: 285px;
	color: #6b6b6b;
	text-align: center;
	margin-bottom: 20px;
}

#lien-bas-gauche {
	/*position: absolute;
	top: 150px;
	right: 20px;
	height: 25px;
	padding-left: 10px;
	padding-top: 6px;
	background-color: #cfd992;
	background-image: url("/images/lien-bas-gauche.gif");
	background-repeat : no-repeat;*/
}

#lien-bas-gauche a {
	/*color: #326e24;
	font-weight: bold;
	text-decoration: none;
	font-style : italic;*/
}

#lien-bas-gauche a:hover {
	/*text-decoration : underline;*/
}


/*--------------------------------------------------------------------
/* COLONNE DROITE
/**/

#colonne_droite {
	z-index : 100;
	position : relative;
	float: right;

	width: 624px;
	overflow : hidden;
}

#splash {
	position: relative;

	z-index: 10;
	left: -21px;

	background-image: url("/images/splash-fond.jpg");
	background-repeat : no-repeat;

	width: 600px;
	height: 287px;

	padding-top: 40px;
	padding-left: 34px;
}

#section {
	width: 624px;
	height: 147px;

	margin-bottom: 10px;

	overflow : hidden;
}

#titre {
	position: absolute;
	bottom: 20px;
	left: 2px;
	width: 382px;
	padding-left: 15px;
	padding-bottom: 10px;
	
	color: #326e24;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	position: relative;
	width: 573px;
	color: #595959;

	padding-bottom: 20px;
	margin-left: 20px;
}



/*--------------------------------------------------------------------
/* FIL
/**/

#fil {
	margin-left: 20px;
	margin-top : 12px;
}



/*--------------------------------------------------------------------
/* PIED
/**/

#pied {
	position: relative;
	width: 969px;
	margin-top : 1.5em;

	height : 2.5em;

	color: #cfd992;
	font-size: 0.85em;
}

#pied a {
	text-decoration: none;
	color: #cfd992;
}

#pied a:hover {
	color: #fff;
}

#copyright {
	float: left;
}

#conception {
	float: right;
}


/*--------------------------------------------------------------------
/* ÉQUIPE
/**/

.equipe {
	margin-bottom : 20px;
	
}


/*--------------------------------------------------------------------
/* MUNICIPALITÉ
/**/

#municipalite {
	width : 100%;
}

#municipalite h2 {
	color: #326e24;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

#municipalite h3 {
	color: #326e24;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

#municipalite #municipalite-logo {
	float: right;
	padding-left : 10px;
}




