/* MENU */

ul#menu2 {		margin:0;		padding:0;		list-style-type:none;		position: relative;	}	ul#menu2 li {		margin:0 0 5px 0;		padding:0;		position: absolute;		top: 0;	}	#itemA {		left:0;		width:150px;	}#itemB {		left:150px;		width:150px;	}#itemC {		left:300px;		width:150px;	}
#itemD {		left:450px;		width:150px;	}
#itemE {		left:600px;		width:150px;	}
#itemF {		left:750px;		width:150px;	}

	ul#menu2 li a {		display:block;		width:150px;		height:23px;	}	#itemA a {		background:url('/squelettes/images/menu.png') no-repeat 0 0;	}	#itemA a:hover {		background:url('/squelettes/images/menu.png') no-repeat -900px 0;	}	#itemB a {		background:url('/squelettes/images/menu.png') no-repeat -150px 0;	}	#itemB a:hover {		background:url('/squelettes/images/menu.png') no-repeat -1050px 0;	}
	
#itemC a {		background:url('/squelettes/images/menu.png') no-repeat -300px 0;	}	#itemC a:hover {		background:url('/squelettes/images/menu.png') no-repeat -1200px 0;	}

#itemD a {		background:url('/squelettes/images/menu.png') no-repeat -450px 0;	}	#itemD a:hover {		background:url('/squelettes/images/menu.png') no-repeat -1350px 0;	}

#itemE a {		background:url('/squelettes/images/menu.png') no-repeat -600px 0;	}	#itemE a:hover {		background:url('/squelettes/images/menu.png') no-repeat -1500px 0;	}

#itemF a {		background:url('/squelettes/images/menu.png') no-repeat -750px 0;	}	#itemF a:hover {		background:url('/squelettes/images/menu.png') no-repeat -1650px 0;	}


#menu {
height: 17px;
margin-bottom:5mm;
}





#eng {
position: absolute;
top: 81;
left: 850;
backround-image: url(menudéroulant/IMG/anglais.gif);
z-index:101;
}
#form {
position: absolute;
top: 105;
left: 675;
width: 200;
z-index:99;
}
#datejs {
position: absolute;
top: 105;
left: 130;
z-index:100;
}

#site {
position: absolute;
z-index: 1;
top : 110px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

