/* --- GÉNÉRAL --- */	
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
	}
	
	/* --- BLOC CONTENEUR GLOBAL --- */
	div#page {
		position: relative;
			/* permet au bloc de servir de référent pour
			   ses descendants positionnés en absolu */
		width: 100%;
		margin: 0 auto;
		min-height: 100%;
	}	
	/* Ne pas oublier les styles suivants, à appliquer au premier élément
	   et au dernier élément (hors pied de page) du bloc conteneur */
		div#page #premier-element {
			margin-top: 0; /* évite tout risque de fusion des marges */
			}
		div#page #dernier-element {
			margin-bottom: 0; /* évite tout risque de fusion des marges */
			padding-bottom: 1em;
				/* ATTENTION : cet espace doit permettre de placer le pied de page ! */
		}
	
	/* --- PIED DE PAGE --- */
	div#piedpage {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	top: 100;
	height: 1%;
		}	
	
	
		
	div#page {background: white;}
	
	
	
	div#dernier-element { visibility: hidden; }
	div#piedpage {
	background-color: #C3CBDD; 
	/*height: 0px; 
	background-image: url(images/adresse.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;*/
	}	



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bandeau {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:140px;
	z-index:1;
	background-color: #DCE0EB;
}
#navigation {
	position:absolute;
	left:0px;
	top:140px;
	width:100%;
	height:26px;
	z-index:2;
	background-image: url(images/navigation.jpg);
}
#contenu {
	position:relative;
	left:0px;
	top:145px;
	width:95%;
	height: 100%;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 1px;
	padding-top : 5 px;
	z-index:3;
	
}

#test {
	position:absolute;
	left:374px;
	top:166px;
	width:141px;
	height:30px;
	z-index:5;
	background-color: #DEE2EC;
	visibility: hidden;
}

#cinq {
	position:absolute;
	left:374px;
	top:166px;
	width:65px;
	height:30px;
	z-index:5;
	background-color: #DEE2EC;
	visibility: hidden;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}
