/*__________________________________________________/menu haut\________________________________________________________________*/
#menu_haut {	
	margin: 0;
	padding-top: 3px;
}
#menu_haut ul {
	list-style-type: none;
}
#menu_haut li {
	display: inline;
/*	border-right: 1px solid #eee;*/
	padding-right: 5px;
	padding-left: 5px;
}
#menu_haut li.dernier {
	border-right: none;
}
#menu_haut a {
	text-decoration: none;
	color: #eee;
}
#menu_haut a:hover {
	font-weight: lighter;
	color: #345393;
}
/*___________________________________________________/menu gauche\_______________________________________________________________*/
#menu_gauche {
 	width: 150px;
}
#menu_gauche dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_gauche dt {
	cursor: pointer;
	margin-top:2px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

#menu_gauche dt a {
	text-decoration: none;
	display: block;	
	height: 100%;
	color:#325192;
	background: #DEEAF6;
	background-image:url(../image/puce0.png);
	background-position: 4% center;
	background-repeat: no-repeat;
	border: 0px none;
	border-top:1px solid;
	border-top-color:#FFFFFF;
	border-bottom:1px solid;
	border-bottom-color:#96B3DF;
	padding-left:20px;
}
#menu_gauche dt a:hover {
 	background: #D1E2F2;
	background-image:url(../image/puce1.png);
	background-position: 4% center;
	background-repeat: no-repeat;	
}
#menu_gauche dd {
 	border: 0px none;
}
#menu_gauche li {
	text-align: left;
	background: #F6E9D6;
}
#menu_gauche li a {
	color: #325192;
	text-decoration: none;
	display: block;
	border: 0px none;
	border-top:1px dotted;
	border-top-color:#D4A300;	
	height: 100%;
	padding-left:20px;
}
#menu_gauche li a:hover{
	color:#D4A300;
 	background: #FFF2DE;
	font-weight:lighter;
}
#menu_gauche span{
	color:#42A4A2;
	font-weight:bold;
}
#menu_gauche dt.deplacements_pasteurs{
	height: 50px;
}
/*___________________________________________________________________/membre\___________________________________*/
#menu_membre ul, li {	/* utilisation de liste pour le menu */
	list-style-type: none;	/* suppression des puces de liste */
	margin:0px;
	padding:0px;
}
#menu_membre ul {
	position: relative;	/* positionnement pour IE5 et IE5.5 */
	top: 0px;
	left: 10px;
	background: transparent url(../image/inscription.png) top left no-repeat;	/* arriıre-plan gınıral du menu */
	height: 30px;
	text-align: center;
}
#menu_membre li {
	float: left;
}

#menu_membre li a {	/* dimensions et dıfinitions des boutons */
	display:block;	/* mise en block de <a> pour lui donner des dimensions */
	height: 30px;
	width: 130px;	
}

#menu_membre a:hover {
	background: transparent url(../image/inscription.png) top left no-repeat;
	height: 30px;
}
#menu_membre  a#ins_pastorale:hover {
	background-position: 0px -30px;	
}

#menu_gestion li{
	list-style-position:inside;
	list-style-type:disc;
	margin: 5px;
	padding:0px;
	text-align:left;
}
#menu_confirme li {
	list-style-position:inside;
	list-style-type:none;
	margin: 10px;
	padding:0px;
	text-align:center;
}


