/***** menu CSS *****/

#Menu {
	width:170px;
	/* position:absolute; */
	/* top:126px;*/
	/*left:0; */
	float:left;
	overflow:hidden;
	padding:10px 0 100px 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Menu a {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #482D0D;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/puce-b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 15px;
	margin:10px 0 0 5px;
}
#Menu a:hover {
	background-image: url(../images/puce-a.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#Menu a.SousMenu {
	font-size:10px;
	margin:0 0 0 30px;
}