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/entete2.jpg);
	background-repeat:no-repeat;
}
#contenu {
	width:100%;
	float:left;
/*	background-image:url(images/fond-contenu2.jpg);
	background-repeat:repeat-x;*/
	background-color:#EFEDEA;
}
/*#pied {
	clear:both;
	width:100%;
	height:28px;
	background-image:url(images/pied2.jpg);
	background-repeat:no-repeat;
}
*/#gauche {
	position:absolute;
	top:208px;
	left:0px;
/*	float:left;*/
	width:213px;
	height:100%;
	color:#333333;
	font-size:9px;
}
#centre {
	position:relative;
	left:233px;
	top:0px;
	float:left;
	width:741px;
	height:100%;
	text-align:justify;
	color:#333333;
	margin:0 0 0 0;
}
#droite {/*
	position:relative;
	left:213px;
	float:left;
	clear:right;
	width:163px;
	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;
}
#titre_court {
	position:absolute;	/* IE */
	left:0px;
	top:0px;
	margin:-40px 0 0 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 0px 10px 0px;
}
#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;
}
#centre b {
	background-color:#ff9933;
}
#centre img {
	border:0;
}
#centre ul {
	list-style-image:url(images/puce_grise.gif);
}
ul li ul {
	padding-left:0px;
	margin-left:15px;
}
/********************************** 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:#cccccc solid 1px;	
	border-top:#999999 solid 1px;	
	outline:none;
}

#menu h1 a {
	position:relative;	/* IE */
	display:block;
	text-decoration:none;
	color: #666666;
	font-size:11px;
	background-image:url(images/mnu_ferme.gif);
	background-repeat:no-repeat;
	padding-left:14px;
	outline:none;
}

a {
	outline:none;
}

.accordion a {
	display:block;
	padding: 2px 0px 2px 62px;
	margin: 0;
	font-size:10px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
	background-color:#dddddd;
	border-bottom:#dddddd solid 1px;	
	border-top:#eeeeee solid 1px;	
}

.accordion a:hover, .accordion a:active {
	background-color:#bbbbbb;
}
