/* MENU GAUCHE */

ul#menu
{
	width: 180px;
}

ul#menu a:link,
ul#menu a:visited
{
	color: #6fd2ff;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	cursor: pointer;
	width:100%;
	text-decoration: none;	
	
}

ul#menu a:hover,
ul#menu a:active,
ul#menu li.current a:link,
ul#menu li.current a:visited,
ul#menu li.current a:hover,
ul#menu li.current a:active
{
	font-weight:bold;
	color: #004260;
	background-image: url("../images/fleche_roll.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #6fd2ff;
	display: block;
	width:100%;
	cursor: pointer;
	text-decoration: none;
}

ul#menu li.current a:link,
ul#menu li.current a:visited,
ul#menu li.current a:hover,
ul#menu li.current a:active
{
	background-image: url("../images/fleche_roll.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;

	margin-left:0px;
	padding:3px;
	padding-left: 17px;
	border-bottom: 1px solid #006390;
	width:180px;
}

