
/* ######### MENU HORIZONTAL UTILISE POUR CERTAINS ARTICLES ######### */

ul#menu_horizontal li {
	display: inline;
	padding : 5px 10px; /* hauteur / largeur des boutons */
	margin: 0px 38px 0px 38px; /* espacement */
	border: 1px dotted black;
	background-color: #ebeffd;
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
}

ul#menu_horizontal {
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
	text-align: left;
}

ul#menu_horizontal a {
	color: black;
	font-weight:bold;
	text-decoration:none;
	
}
ul#menu_horizontal a:hover{
	background-color: #BBBBBB;
}

/* ######### MENU VERTICAL ######### */

#MenuLeft a:link { color: white; text-decoration: none }
#MenuLeft a:visited { color: white; text-decoration: none }
#MenuLeft a:hover { color: white; text-decoration: none }

/* Elements du menu. Le menu est découpé en 10 items */
#MenuLeft{
	background-color: #6e82aa;
	
	line-height: 48px;
	vertical-align:middle; 
	height: 49px;
	font-family: "Script MT Bold";
	font-size: 16px;
}

#MenuLeft div {
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:0px solid #000000;
	border-top:0px solid #000000;
	padding-left:5px;	/* marges à l'interrieur du cadre */
}

#MenuLeft a {
	display: block;
	width: 100%;
}

#MenuLeft:hover{
	background-color: #BBBBBB;
	display : list-item;
	list-style-image : url(./../Images/puces.gif);
	list-style-position: outside;
}

#MenuLeft.actived{
	background-color: #506388;
}
