/* Feuille de Styles - Clipart Pack */
/* -------------------------------- */
/*       Mise en forme Menu         */
/* -------------------------------- */

#menu_gche {
	position:relative;
	text-align: right;
	background:#d9d9d9 url(../../images/matos/bas.jpg) repeat-x bottom;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/matos/bas.jpg);
	background-color: #FFFFFF;
	height: 100%;
	width: 150;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
}
dl#menu {
width: 150px;
padding-bottom:5px;
}
dl#menu dt {
cursor: pointer;
color: #666666;
margin: 2px 0;
padding-right:0px;
letter-spacing: 1px;
font-weight: bold;
}
dl#menu dd {
}
dl#menu li {
	background: url(../../images/matos/pointgrris.jpg) no-repeat right center;
	margin-right:0px;
	padding-right:10px;
	font-weight: lighter;
}

dl#menu li a, dl#menu dt a {
color: #666666;
letter-spacing: 1px;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
/*background: #eee;
*/
color:#FF9900}

