/* Eléments des pages */


/*******************/
/*     le menu     */
/*******************/

#menu {
	width:100%;
	margin-top:-35px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #CCCCCC;
}

#menu img {
	float:right;
	margin-left:20px;	
}

#menu img#home {
	float:left;
	margin-left:0px;
}

/************************/
/*     la navigation    */
/************************/

#navigation {
	margin-top:15px;
	text-align:right;
}

/***********************/
/*     les éléments    */
/***********************/

#elements {
	margin-top:-25px;
}

/*l'intitulé*/
.intitule{
	margin-bottom:15px;
}

.intitule img {
	float:left;
}

.intitule h1 {
	float:left;
	margin-top:4px;	
	margin-left:10px;
	text-align:left;
	font-size:10px;
}

/*le lien*/
.lien {
	margin-top:10px;
	margin-bottom:5px;
}

/*la description*/
.description {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:2px solid #CCCCCC;
}

.description p {
	font-size:11px;
	text-align:justify;
	line-height: 20px;
	word-spacing:0.5px;
	letter-spacing:0.25px;
}

.description .recap {
	background-color:#FFFFFF;
	color:#000000;
	line-height: 40px;
	letter-spacing:0.25px;
	text-transform: uppercase;
}

/********************/
/*     l'adresse    */
/********************/

#adresse {
	margin-top:10px;
	padding-bottom:25px;
}

#adresse p {
	float:left;
	background-color:#FFFFFF;
	color:#999999; 
	font-size:10px;
}

#adresse img {
	float:right;
}

