/* CSS Document */

a.menu, a.menusel {
	width: 250px;
	height: 17px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family:  Verdana, System, Arial, Helvetica, serif;
	font-size: 14px;
	color: #808080;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	display: block;
	border: #FFF3C6;
	line-height: 15px;
	position: relative;
	font-weight: bold;
	background: url(../images/puce-trait.gif) no-repeat 0px;
}
a.menusel {
	color: #FF6633;
	background: url(../images/puce-trait_b.gif) no-repeat 0px;
}
a.menu:hover {
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/puce-trait_b.gif) no-repeat 0px;
}
.conteneurMenus {
	position: absolute;
	top:250px;
	height: 350px;
	width: 250px;
	z-index: 1;

