/*menu déroulant*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu {
	position: relative;
	z-index:110;
	top: 0px;
	left: 295px;
	width: 100%;
	}

#menu dl {
	float: left;
	width: 12em;
	margin: 0 1px;
	}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #C1B2AB;/*gris toile*/
	border: 1px solid #C1B2AB;
	}

#menu dd {
	border: 1px solid #C1B2AB;
	}

#menu li {
	text-align: left;
	background: white;
	}
	
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	}

#menu li a:hover, #menu dt a:hover {
	background: #ff9632;
	color: white;
	}

a {
	text-decoration: none;
	color: white;
	color: #9966CC;
	}
/*fin menu déroulant*/

