
html {
overflow-y: scroll;
}



#global  {

	margin-left : auto;
	margin-right : auto;
	width : 929px;
	text-align : left;



}


#conteneur  {
	float: left;
	width : 929px;
	text-align : left;
	background-color: #FFFFFF;

}




#tete {
height : 139px;
width : 929px;
background-image : url(../images/head.jpg);
float : left;
background-repeat : no-repeat;
}
#conteneurmenu {
height : 42px;
width : 929px;
float : left;
background-repeat : no-repeat;
}

#menu, #menu ul {
padding : 0;
margin : 0;
list-style : none;
float: left;
z-index : 100;
}


#menu {
height : 42px;
float : left;


width : 929px;
background-image : url(../images/menu.jpg);
padding-top : 5px;
}
#menu ul {
position : absolute;
left : -9999px;
top : -9999px;
}
#menu li {
float : left;
}
#menu li a {
display : block;
float : left;
color : #fff;
height : 40px;
padding : 0 5px 0 0;
line-height : 25px;
text-decoration : none;
}
#menu li a b {
	display : block;
	float : left;
	height : 25px;
	padding : 0 0 0 7px;
	line-height : 25px;
	cursor : pointer;
	width : 100px;
	margin-left :19px;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	background-image : url(../images/bouton.png);
	color : #FFFFFF;
	font-weight : normal;
	background-repeat: no-repeat;
}
#menu li:hover {
position : relative;
z-index : 100;
}
#menu a:hover {
position : relative;
z-index : 100;
color : #fc0;
}
#menu li:hover > a {
color : #fc0;
}
#menu :hover ul {
left : 0;
top : 21px;
z-index : 300;
width : 100px;
padding-top : 4px;

}
#menu :hover ul li a {
height : 25px;
width : 100px;
padding : 0 0 0 7px;
line-height : 25px;
color : #000000;
background-repeat: no-repeat;
font-size : 11px;
background-image :url(../images/boutonsurvol.png);
margin-left : 19px;
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
#menu :hover ul li a:hover.fly {
background-image : url(../images/boutonsurvol2.png);
color : #ffcc00;
background-repeat: no-repeat;
height : 25px;
width : 100px;


float : left;


}


a.menu:active {
	height : 25px;
	width : 100px;
	padding : 0 0 0 7px;
	line-height : 25px;
	color : #000000;
	background-repeat: no-repeat;
	font-size : 11px;
	margin-left : 19px;
	float : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}




#menu :hover ul li:hover > a {
color : #ffcc00;
background-image : url(../images/boutonsurvol2.png);
background-repeat: no-repeat;



}



#pied {
	width : 929px;
	background-image : url(../images/pied.png);
	float : left;
	background-repeat : no-repeat;
	height: 60px;
	}


	#menubas {
	width : 929px;
	float : left;

	padding: 0;
	text-decoration : none;

	}


#menubas li
{
	float:left;
	margin-top:9px;
	list-style: none;
text-decoration : none;

}
#menubas li a {
	display:block;
	padding:0 10px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-right-color: #FFCC00;
	border-right: 1px dotted;
}



#menubas li a:hover {
	display:block;
	padding:0 10px;
	float:left;
	color:#FFCC00;
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-color: #FFCC00;
	border-right: 1px dotted;
}

