/* --------------  menu ------------ */
#Menu * {
	zoom:1;
}
#Menu {
	position: absolute;
	width: 184px;
	left: 0px;
	top: 100px;
}

#Menu ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#Menu li {
	font-size:10px;
	font-weight:bold;
	color:#666666;
	list-style-type: none;
	margin-left: 25px;
	padding-left: 0px;
	margin-bottom: 5px;

}

#Menu ul li a {
	display:block;
	background-image: url(../images/puce-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
	text-decoration: none;
	margin:0;
	padding:2px 0 2px 25px;
}

#Menu ul li a:hover {
	background-image: url(../images/puce-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#C10020;
}

/* --- sous menu ---- */

#Menu ul li ul {
	list-style-type: none;
	margin-left: 30px;
}
#Menu ul li ul li a {
	background-image: url(../images/puce-plus.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	height:auto;
	color:#444444;
}

#Menu ul li ul li a:hover {
	background-image: url(../images/puce-plus-on.gif);
	background-repeat: no-repeat;
	color:#C10020;
}


#Menu ul li ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* ----------------------------------------------- */

#LienBas {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#LienBas a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	padding:0 5px 0 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#LienBas a:hover {
	color:#C10020;
}

#Copyright {
	font-size:9px;
	margin-left:20px;
}