/* Arkoweb école Saint-Georges menu déroulant */

#menu {
	z-index: 70;
	position: absolute;
	top: 140px;
	width: 944px;
}

#accueil #menu {
	top: 486px;
	padding-left: 39px;
	width: 905px;
 }

#menu a:hover { text-decoration: none; }

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	list-style-image: none;
}

#menu li {
	float:left;
	list-style-image: none;
}
#menu li a {
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	line-height: 31px;
	height: 31px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C11A16;
}
#accueil #menu li a {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 27px;
	height: 27px;
}
#menu  li:hover  { background-image: url(../images/interface/menu_roll.png); }
#menu  li a:hover  {
	text-decoration: none;
	background-image: url(../images/interface/menu_roll.png);
}
#menu li li a {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	background-color: #D26150;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE513E;
	line-height: normal;
	height: auto;
	border-right-width: 0px;
	border-right-style: none;
}
#menu li li:last-child a{
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#menu li li a:hover {
	background-color: #81130B;
	color: #FFF;
	text-decoration: none;
	background-image: none;
}
#menu li:hover > .sous_menu {
	display:block;
	visibility: visible;
	z-index: 5;
}
#accueil #menu li:hover > .sous_menu { display: none; }

.sous_menu {
	display:none;
	list-style-type:none;
	font-size: 12px;
	width: 200px;
	position: absolute;
	visibility: hidden;
}
#bouton_contact {
	width: 31px;
	margin-left: 913px;
	position: absolute;
	top: 140px;
	z-index: 100;
	height: 31px;
}

#accueil #bouton_contact {
	margin-left: 875px;
	top: 486px;
}

#bouton_contact a {
	background-image: url(../images/icones/contact.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 31px;
	display: block;
}

#accueil #bouton_contact a {
	height: 28px;
	width: 28px;
	background-position: -2px -2px;
}

#bouton_contact a:hover { background-position: -31px 0px; }
#accueil #bouton_contact a:hover { background-position: -33px -2px; }

#bouton_contact span { display: none; }

#menu9 { display: none; }

#bandeau {
	position: relative;
}
#logo_header {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 80px;
	background-color: #FFF;
	background-image: url("../images/interface/logo_ecole.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 70%;
}
#logo_header span { display: none; }
