

#menu_images {
	display: block;
	border: none;
	position: absolute;
	top: 76px;
	left: 236px;
}


#menu_images ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu_images li {
	display: inline;
	margin: 0 20px 0 0;
}

.menu_bouton {
	cursor: pointer;
}

/***** ECOLE *****/

#sm_ecole {
	position: absolute;
	top: 117px;
	left: 368px;
	width: 200px;
	background: url(../images/menu/ss_menu_back.gif) left top repeat-y;
}

#sm_college {
	position: absolute;
	top: 117px;
	left: 497px;
	width: 200px;
	background: url(../images/menu/ss_menu_back.gif) left top repeat-y;
}

#sm_lycee {
	position: absolute;
	top: 117px;
	left: 626px;
	width: 200px;
	background: url(../images/menu/ss_menu_back.gif) left top repeat-y;
}

#sm_vie_scolaire {
	position: absolute;
	top: 117px;
	left: 755px;
	width: 190px;
	background: url(../images/menu/ss_menu_back_last.gif) left top repeat-y;
}



#sm_ecole_top, #sm_college_top, #sm_lycee_top {
	width: 200px;
	height: 8px;
	border: none;
	padding: 0;
	margin: 0;
	background: url(../images/menu/ss_menu_top.gif) left top no-repeat;
}
#sm_ecole_bottom, #sm_college_bottom, #sm_lycee_bottom {
	width: 200px;
	height: 8px;
	border: none;
	padding: 0;
	margin: 0;
	background: white url(../images/menu/ss_menu_bottom.gif) left top no-repeat;
}


#sm_vie_scolaire_top {
	width: 190px;
	height: 8px;
	border: none;
	padding: 0;
	margin: 0;
	background: white url(../images/menu/ss_menu_top_last.gif) left top no-repeat;
}
#sm_vie_scolaire_bottom {
	width: 190px;
	height: 8px;
	border: none;
	padding: 0;
	margin: 0;
	background: white url(../images/menu/ss_menu_bottom_last.gif) left top no-repeat;
}


#sous_menus ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sous_menus li {
	margin: 5px 0 0 10px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #006AB2;
}
#sous_menus a {
	text-decoration: none;
	color: #006AB2;
}
#sous_menus a:hover {
	text-decoration: underline;
}



#menu {
	display: none;
	border: 1px solid red;
	position: absolute;
	top: 90px;
	left: 90px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}


