#menu{
	width:254px;
	float:left;
	height:1200px;
	background:#fff;
	margin:0;
}
#logo{
	padding-left:24px;
	padding-top:23px;
	padding-bottom:9px;
	width:230px;
	background:url('../images/fond_logo.png') top left repeat-y;
	display:block;
}
#ombre_gauche_menu{
	float:left;
}
#ombre_droite_menu{
	float:right;
}
#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	background-color:#95005c;
	background:url('../images/fond_menu.png') top left repeat-y;
	padding-bottom:20px;
	zoom:1;
}
#menu ul ul{
	background:none;
	padding-bottom:0;
}
#menu ul li #haut_menu{
	margin-left:-15px;
}
#menu ul li{
	padding:0;
	margin:0;
	padding-left:15px;
	margin-bottom:18px;
	zoom:1;
	
}
#menu a.sel{
	text-decoration:underline;
}
#menu ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li li{
	background:url('../images/fleche_menu.png') top left no-repeat;
	padding-left:27px;
	font-size:1.4em;
}
#menu ul li li.menu_fermer ul{
	display:none;
}
#menu ul li li.menu_ouvert{
	background:url('../images/fleche_menu_ouvert.png') top left no-repeat;
}
#menu ul li li li{
	margin-bottom:0px;
	background:none;
	padding-left:8px;
	font-size:0.8em;
}
#menu ul li li li li{
	font-size:1em;
}
#menu ul li li li a{
	color:#b9caf2;
	background:url('../images/point_menu.png') center left no-repeat;
	padding-left:10px;
}
#menu ul li li li a:hover{
	text-decoration:underline;
}
#menu ul li li li a.niveau2{
	background:url('../images/fleche_menu_niveau2.gif') center left no-repeat;
	text-transform:uppercase;
	margin-left:-7px;
	padding-left:10px;
	color:#fff;
}
#menu ul li li li li a{
	text-transform:none;
	color:#b9caf2;
	background:url('../images/point_menu.png') center left no-repeat;
	padding-left:10px;
}
#communes{
	background:url('../images/fond_commune.png') top left repeat-y;
	width:238px;
	float:right;
}
#communes .img_entete_commune{
	margin-left:-16px;
}
#communes ul{
	margin:0;
	padding:0;
	width:238px;
	margin-top:15px;
	background:url('../images/carte_de_france.png') bottom right no-repeat;
}
#communes ul li{
	margin-bottom:10px;
	padding:0;
}
#communes ul li a{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	margin-left:15px;
}
#recherche_mot_cle{
	float:right;
	background:url('../images/fond_recherche.png') top left no-repeat;
	width:214px;
	height:41px;
	margin-top:14px;
	margin-right:9px;
	position:relative;
}
#recherche_mot_cle input.texte{
	width:141px;
	height:16px;
	margin-top:10px;
	margin-left:10px;
	color:#9a9a9a;
}
#valide_recherche{
	background:url('../images/bouton_valide_recherche.png') top left no-repeat;
	border:0;
	width:47px;
	height:27px;
	position:absolute;
	top:8px;
	right:6px;
}
#agenda{
	float:right;
	width:214px;
	border:1px solid #bfbfbf;
	margin-top:20px;
	margin-right:9px;
	position:relative;
	height:115px;
}
#agenda a{
	text-decoration:none;
}
#valide_agenda{
	position:absolute;
	bottom:6px;
	right:5px;
}
#agenda #calendrier{
	position:absolute;
	top:-10px;
	right:-9px;
	z-index:0;
}
#agenda h3{
	color:#fff;
	background-color:#bfbfbf;
	margin:0;
	padding:0;
	padding:5px;
	font-size:1.1em;
}
#agenda p{
	margin-left:8px;
	padding-right:100px;
	color:#9a9a9a;
	z-index:1;
	position:absolute;
}
#form_communes{
	background:url('../images/form_carte.png') top left no-repeat;
	width:239px;
	height:63px;
	float:right;
	margin-top:20px;
	position:relative;
}
#form_communes select{
	margin-top:10px;
	margin-left:15px;
}
#form_communes .img_entete_commune{
	position:absolute;
	top:-20px;
	left:-15px;
}
