
#menugaucheecole {
	position: relative;
	top: 0;
	left: 0;
	width: 180px;
	display: block;
}

#menugaucheecole dt {
	cursor: pointer;
	height: 20px;
	padding: 3px;
	color: #555;
	text-decoration: none;
	display: block;
	font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align : left;
	/*text-transform : uppercase;*/
	border-bottom: 1px solid #EEE;
	background: url(imgs/collapsed.jpg) no-repeat right center;
}

#menugaucheecole dt a{
	height: 15px;
}
#menugaucheecole dt a:hover{
	background: #D23D39;
	color: #FFF;
}


#menugaucheecole dd {
	position: absolute;
	z-index: 100;
	left: 150px;
	/*margin-top:-32px;*/
	margin-top:-25px;
	width: 16em;
	font: normal 11px/22px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	/*background: #F9F9F9;*/
	background: #FFF;
	/*
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
	border: 10px solid #D23D39;*/
	border: 10px solid #EEE;
}

#menugaucheecole dt:hover {
	background: #D23D39;
	color: #FFF;
}

#menugaucheecole ul {
	padding: 2px;
	display: block;
}
#menugaucheecole li {
	text-align: left;
	/*font-size: 85%;*/
	height: 20px;
	line-height: 18px;
	width: 150px;
	text-indent: 15px;
	list-style-type: none;
}
#menugaucheecole li a, #menugaucheecole dt a {
	color: #555;
	text-decoration: none;
	display: block;
	width: 170px;
	line-height: 25px;
}

#menugaucheecole li a:hover {
	text-decoration: none;
	background: #D23D39;
	color: #FFF;
}

#menugaucheecole .nossmenu {
	background: #FFF;
}

#menugaucheecole .nossmenu a{
	color: #555;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 23px;
}
#menugaucheecole .nossmenu a:hover{
	background: #D23D39;
	color: #FFF;
}