/****************************/
/*           MENU           */
/****************************/
.box{
	margin-bottom: 15px;
}

.box_haut{
	padding-top: 7px;
	background-image: url(box/box_haut.png);
	height: 18px;
	text-align:center;
	font-family: Arial;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.box_haut a{
	color: white;
	text-decoration: none;
}

.box_haut a:visited{
	color: white;
	text-decoration: none;
}

.box_haut a:hover{
	color: #81a3d1;
	text-decoration: none;
}

.box_milieu{
	background-image: url(box/box_milieu.png);
	background-repeat: repeat-y;
}

.box_bas{
	background-image: url(box/box_bas.png);
	height: 30px;
}


.box_milieu ul{ 
	list-style-image: url(../dist/puce.gif);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 25px;
	margin: 0;
}


.box_milieu ul ul{ 
	/* TODO : verifier mot clé pour supprimer affichage des puces */
	list-style-image: url(none);
	list-style: none;
	font-size: 11px;
	padding-top: 1px;
	margin: 0;
	/*margin-bottom: 5px;*/
	padding-left: 2px;
}


