#menuGauche {
		float:left;
		position:relative;
		height:515px;
		width:150px;
		top:15px;
		left:10px;
		border: 2px solid black;
		text-align: justify;
		padding: 12px;
		margin-bottom: 50px;
		font-size:2em;
		font-family: Nyala, Verdana;
		font-style: italic;
}

#menuDroite {
		float:right;
		position:relative;
		height:515px;
		width:150px;
		top:15px;
		border: 2px solid black;
		text-align: justify;
		padding: 12px;
		margin-bottom: 50px;
		font-size:0.8em;
		font-family: Nyala, Verdana;
		font-style: italic;
}



#conteneur{
	position:relative;
	width:1260px;
	height:130px;
	}

#menu{
	position:absolute;
	height:50px;
	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;
	}

#menu ul {
	height:50px;
	margin:0;
	padding:0;
	display:block;
	float:left;
	text-align:center;
	list-style:none;
	color:white;
	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;
 }
#menu li {
	float:left;
 	display:block;
	height:50px;
	width:250px;
	line-height:40px;
	text-align:center;
	border-right:dotted 1px white;
	border-left:dotted 1px white;
	border-bottom:dotted 1px white;
	border-top:dotted 1px white;
	cursor : pointer;
	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;
 }
#menu li a {
	display:block;
	height:50px;
	width:250px;
	color:white;
	float:left;
	text-decoration:none;
	text-align:center;
	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;
 }
#menu li a:hover {
 color:#FFD700;
 	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;
 }
 
 #menu ul li ul {
 	display:none;
	margin:0;
	padding:0;
	width:250px;
	height:50px;
	color:white;
	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;

 }
 
 #menu ul li:hover ul {
	display:block;
 	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;
 }
#menu li:hover ul li {
	float:none;
 	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;
 }
 
 #menu li ul {
	position:absolute;
 	width:250px;
 	background-image: url("../images/bleuHaut.jpg");
	background-repeat: repeat;
 }
	
		
	
		
	


