/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 3px!important;
}

ul, li, p, div, form, h1, h2, h3{
	margin: 0;
	padding: 0;
}

p a{
	color: #ff6600;
}

.user {	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#menu_gauche{
	/*border-top: solid 1px #D4D4D4;*/
	/*border-bottom: solid 6px #EEEEEE;*/
	width: 150px;
	float: left;
}

#menu_gauche h2{
	font-size: 0.9em;
	padding: 5px 0 2px 0;
	border-top: solid 1px #D4D4D4;
	border-bottom: solid 6px #EEEEEE;		
}

#menu_gauche ul{
	padding: 0;
	margin: 0;
	list-style-position : inside;
	list-style-type : none;
}

#menu_gauche ul li{
	border-bottom: solid 1px #D4D4D4;
	font-size: 0.75em;
	letter-spacing: 1px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

#menu_gauche ul li ul{
	float: left;
	padding: 0;
	margin: 0;
	background-color: #f0f0f0;
	list-style-position : inside;
}

#menu_gauche  ul li ul li{
	border-top: solid 1px #D4D4D4;
	font-size: 1em;
	letter-spacing: 1px;
}

ul.fleche{
	list-style-image:url(Images/fleche_droite.gif);	
	margin-left: 40px;
	float: left;
	width: 80%;
}

#menu_gauche ul li a{
	display: block; 
	padding: 5px 0 5px 15px;
	letter-spacing: 0em;
	background : url(Images/fleche_droite.gif) left no-repeat;
	color: #333333;
	text-decoration: none;
}

#menu_gauche ul li a:hover{
	background : url(Images/fleche_droite.gif) left no-repeat;
	padding-left: 15px;
	color: #ff6600;
}

#menu_gauche  ul li  a.current{
	background : url(Images/fleche01.gif) left no-repeat;
	font-weight: bold;
	/*color: #ff6600;*/
}

#menu_gauche  ul li  a.current:hover{
	font-weight: bold;
	color: #ff6600;
	background : url(Images/fleche01.gif) left no-repeat;
}
#menu_gauche  ul li  a.current1{
	background : url(Images/fleche_droite.gif) left no-repeat;
	font-weight: bold;
	/*color: #ff6600;*/
}

#menu_gauche  ul li  a.current1:hover{
	font-weight: bold;
	color: #ff6600;
	background : url(Images/fleche_droite.gif) left no-repeat;
}

#menu_gauche  ul li ul li a{
	display: block;
	background: none;
}

#menu_gauche ul li ul li a:hover{
	background: none;
	color: #ff6600;
}

#menu_gauche ul li ul li a.current{
	background: none;
	color: #ff6600;
}
