@CHARSET "ISO-8859-1";

#CONTAINER #MENU ul li {
	position: relative;
	z-index: 20;
}
	#CONTAINER #MENU ul li div {
		display: none;
		position: absolute;
		top: 26px;
		left: 0px;
		width: 194px;
		z-index: 50;
		margin:0;
		padding: 0;
		padding-top: 10px;
	}
	
		#CONTAINER #MENU ul li div div {
			top: 10px;
			padding: 0;
			margin: 0;
			padding-bottom: 5px;
		}
		*html #CONTAINER #MENU ul li div div {
			margin-top: 0px;
			position: relative;
		}
		#CONTAINER #MENU ul li div div ul {
			float: left;
			width: 194px;
			margin: 0;
			padding: 0;
			background: none;
		}
			#CONTAINER #MENU ul li div div ul li {
				float: none;
				width: 194px;
				margin: 0;
			}
				#CONTAINER #MENU ul li div div ul li a {
					color: #ffffff;
					text-decoration: none;
					display: block;
					padding: 3px 0;
					margin: 0 5px;
					font-weight: bold;
					border-bottom: 1px solid #ffffff;
				}
				#CONTAINER #MENU ul li div div ul li a:hover {
					color: #172236;
				}
				#CONTAINER #MENU ul li div div ul li a.default {
					color: #ffffff;
				}
				#CONTAINER #MENU ul li div div ul li a.selected {
					color: #172236;
				}
				#CONTAINER #MENU ul li div div ul li.last a {
					border: none;
				}
			
	#CONTAINER #MENU ul li div#menuContainer1 {
		/*left: -194px;*/
		width: 970px;
		background-image: url('../imgs/menu-activite-top.gif');
		background-repeat: no-repeat;
		background-color: #9faace;
	}
		#CONTAINER #MENU ul li div#menuContainer1 div {
			background-image: url('../imgs/menu-activite-bottom.gif');
			background-repeat: no-repeat;
			background-position: bottom;
			width: 970px;
			background-color: #9faace;
		}
	#CONTAINER #MENU ul li div#menuContainer2 {
		/*left: -388px;*/
		width: 776px;
		background-image: url('../imgs/menu-sciences-top.gif');
		background-repeat: no-repeat;
		background-color: #79c6d6;
	}
		#CONTAINER #MENU ul li div#menuContainer2 div {
			background-image: url('../imgs/menu-sciences-bottom.gif');
			background-repeat: no-repeat;
			background-position: bottom;
			width: 776px;
			background-color: #79c6d6;
		}
	#CONTAINER #MENU ul li div#menuContainer3 {
		width: 582px;
		background-image: url('../imgs/menu-management-top.gif');
		background-repeat: no-repeat;
		background-color: #9bbc25;
	}
		#CONTAINER #MENU ul li div#menuContainer3 div {
			width: 582px;
			background-image: url('../imgs/menu-management-bottom.gif');
			background-repeat: no-repeat;
			background-position: bottom;
			background-color: #9bbc25;
		}
	#CONTAINER #MENU ul li div#menuContainer4 {
		background-image: url('../imgs/menu-college-top.gif');
		background-repeat: no-repeat;
		background-color: #daaf4e;
	}
		#CONTAINER #MENU ul li div#menuContainer4 div {
			background-image: url('../imgs/menu-college-bottom.gif');
			background-repeat: no-repeat;
			background-position: bottom;
			background-color: #daaf4e;
		}
	#CONTAINER #MENU ul li div#menuContainer5 {
		background-image: url('../imgs/menu-calendrier-top.gif');
		background-repeat: no-repeat;
		background-color: #cc8353;
	}
		#CONTAINER #MENU ul li div#menuContainer5 div {
			background-image: url('../imgs/menu-calendrier-bottom.gif');
			background-repeat: no-repeat;
			background-position: bottom;
			background-color: #cc8353;
		}