body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#EFEDEA;
}

/* CADRES		CADRES		CADRES */
#fenetre_centre {
	position:relative;
	width:977px;
	margin-left:auto;
	margin-right:auto;
}
#entete {
	position:relative;
	margin-top:-15px;
	width:977px;
	height:208px;
	background-image:url(images/entete.jpg);
	background-repeat:no-repeat;
}
#contenu {
	width:100%;
	float:left;
	background-image:url(images/fond-contenu.jpg);
	background-repeat:repeat-x;
/*	background-color:#6ec3d7;*/
/*outline:red solid 2px;*/
}
#pied {
	clear:both;
	width:100%;
	height:28px;
	background-image:url(images/pied.jpg);
	background-repeat:no-repeat;
}
#gauche {
	position:absolute;
	top:208px;
	left:0px;
/*	float:left;*/
	width:213px;
	height:100%;
	color:#FFFFFF;
	font-size:9px;
}
#centre {
	position:relative;
	left:213px;
	float:left;
	width:501px;
	height:100%;
	background-color:#EFEDEA;
	text-align:justify;
	color:#666666;
}
#droite {
	position:relative;
	left:213px;
	float:left;
	clear:right;
	width:263px;
	height:100%;
}
/* SOUS CADRES		SOUS CADRES		SOUS CADRES */
#contact_login {
	position:absolute;
	left:0px;
	top:229px;
	width:197px;
	height:126px;
}
#mentions_legales {
	position:absolute;
	left:0px;
	top:360px;
	width:197px;
	text-align:center;
}
#infos {
	position:absolute;
	left:11px;
	top:20px;
	width:228px;
	height:369px;
	background-image:url(images/infos.jpg);
	background-repeat:no-repeat;
}
#contenu_infos {
	position:absolute;
	text-align:left;
	top:30px;
	left:28px;
	height:314px;
	width:182px;
}
#titre_court {
	position:absolute;	/* IE */
	left:0px;
	top:0px;
	margin:-40px 0 0 20px;
	padding:0;
	color:#ff9933;
}
.col_icone {
	margin:15px 5px 10px 8px;
	width:96px;
	float:left;
	text-align:center;
}
.col_texte {
	margin:15px 15px 10px;
/* border:1px black solid;*/
}
#login, #recherche {
	position:absolute;
	left:34px;
	top:59px;
	font-size:9px;
	width:130px;
	border:0px;
}
#recherche {
	top:98px;
}
/* STYLES SIMPLES */
#entete img {
	border:0;
}
#entete a {
	outline:none;
}
#centre p {
	margin:15px 15px 10px 38px;
}
#centre h1, #droite h1 {
	font-size:18px;
	text-align:left;
}
#centre h2, #droite h2 {
	font-size:16px;
	text-align:left;
}
#centre h3, #droite h3 {
	font-size:14px;
	margin-top:10px;
	text-align:left;
}

/********************************** MENU ************************/
#menu {
	position:relative;	/* IE */
	margin-top:-60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 197px;
}

#menu h1 {
	font-size:11px;
	margin: 0;
	padding: 4px 10px 0px 42px;
	cursor: pointer;
	border-bottom:#4f6d83 solid 1px;	
	border-top:#899eac solid 1px;	
}

#menu h1 a {
	position:relative;	/* IE */
	display:block;
	text-decoration:none;
	color: #fff;
	font-size:11px;
	background-image:url(images/mnu_ferme.gif);
	background-repeat:no-repeat;
	padding-left:14px;
	outline:none;
}

.accordion a {
	display:block;
	padding: 2px 0px 2px 62px;
	margin: 0;
	font-size:10px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#598195;
	border-bottom:#114e6a solid 1px;	
	border-top:#346880 solid 1px;	
}

.accordion a:hover, .accordion a:active {
	background-color:#86acbc;
}

