@charset "utf-8";

/* Références couleurs :

Pastel :	 #e5f1ec
Vert : 		 #00632f
Gris clair : #d9dadb
Gris moyen : #9c9d9f
Gris foncé : #58585a
*/

/* Grandes zones */
#header {
	height: 226px;
	width: 800px;
}
#contenu {
	height: 324px;
	width: 800px;
}
#footer {
	height: 20px;
	width: 800px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	display: table-cell; 
	vertical-align: middle;
}

/* Contenus */
.bg01 {
	background-image: url(../img/im_int.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 136px;
}

/* Blocs */
/* à gauche */
#contenu #titreL {
	text-decoration: none;
	height: 16px;
	width: 177px; 
	vertical-align: middle;
	padding-top: 2px;
	/* 
	text-decoration: none;
	height: 18px;
	width: 225px;
	vertical-align: middle;
	*/
}
#contenu #txtL {
	text-decoration: none;
	height: 304px;
	width: 177px;
}
/* au milieu */
#contenu #titreM {
	text-decoration: none;
	height: 16px;
	width: 396px;
	vertical-align: middle;
	padding-top: 2px;
	/* 
	text-decoration: none;
	height: 18px;
	width: 225px;
	vertical-align: middle;
	*/
}
#contenu #txtM {
	text-decoration: none;
	height: 304px;
	width: 396px;
}
/* à droite */
#contenu #titreR {
	text-decoration: none;
	height: 16px; 
	width: 225px;
	vertical-align: middle;
	padding-top: 2px;
	/* 
	text-decoration: none;
	height: 18px;
	width: 225px;
	vertical-align: middle;
	*/
}
#contenu #txtR {
	text-decoration: none;
	height: 304px;
	width: 225px;
}
/* LINKS */
#txtL a, #txtR a {
	padding: 0 15px 0 15px;
	display: block;
	margin: 0px;
}
#txtL a:hover, #txtR a:hover {
	display: block;
	margin: 0px;
}

/* Fonds */
.fondfr {
	background-image: url(../img/logo-fr.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
}
.fonden {
	background-image: url(../img/logo-en.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
}