/* CSS Document */

ul, li {
margin: 0;
padding: 0;

}

#menu {
	width: 600px;
	margin-left: 10px;
}
#menu h2 {
	cursor: pointer;
	margin: 2px 0;
	;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: url(../img/fond_titre_module.jpg);
	font-size: 14px;
	font-family: "Comic Sans MS";
}
#menu ul{
border: 1px solid gray;
list-style-type: none;
}
#menu ul.element_liste_ballon {
border: none;
margin-left:14px;

}
#menu ul.element_liste_ballon li {
text-align:left;}
#menu ul.element_liste_ballon li  a{
color:#003399;
text-decoration:underline;
}

#menu ul.element_liste_ballon li a:hover {
color:#000000;
background:none;
}

#menu ul.liste {
	border: none;
	list-style-type:none;
	list-style-position: inside;
	text-align:left;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu h2 a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu h2 a:hover {
background: #eee;
}
#menu ul li span.fermer  a {
	text-align:center;
	color:#4560AD;
	background:none;
	text-decoration:underline;
	font-size: 10px;
}
#menu ul li span.fermer  a:hover { text-align:center; color:#993300; background:none;}
