/* Styles CSS nécessaires à l'affichage du menu JS */

#menuHaut {
	width: 796px;
	margin-left: auto;
	margin-right: auto
}

#boutonFilm,#boutonCoulisses { /* Revoir couleurs et bordures */
	width:100px;
	height:20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#AA1A71;
	text-align:center;
	cursor:default;
}

#boutonDevProd {
	width:180px;
	height:20px;
	/*border:#FFFFFF solid 1px;*/
	font-weight: bold;
	color: #FFFFFF;
	background-color:#AA1A71;
	text-align:center;
	cursor:default;
}

#menuFilm,#menuCoulisses {
	position:absolute;
	width:100px;
	height:400px;
}

#menuDevProd {
	position:absolute;
	width:200px;
	height:400px;
}

.sousMenuFilm,.sousMenuCoulisses {
	width:115px;
	height:15px;
	text-align:center;
	background-color:#F4E8F5;
	cursor: pointer; 
}


.sousMenuFilmOut,.sousMenuCoulissesOut {
	width:115px;
	height:15px;
	text-align:center;
	background-color:#AA1A71;
	color: #FFFFFF;
	cursor: pointer
}

.sousMenuFilmEcotournage {
	width:115px;
	height:15px;
	text-align:center;
	background-color:#33FF33;
	cursor: pointer; 
}

.sousMenuFilmEcotournageOut {
	width:115px;
	height:15px;
	text-align:center;
	background-color:#AA1A71;
	color: #FFFFFF;
	cursor: pointer
}

.sousMenuDevProd {
	width:190px;
	height:15px;
	text-align:center;
	background-color:#F4E8F5;
	cursor: pointer;
}

.sousMenuDevProdOut{
	width:190px;
	height:15px;
	text-align:center;
	background-color:#AA1A71;
	color: #FFFFFF;
	cursor: pointer
}

#boutonVIP {
	width:40px;
	height:20px;
	font-weight: bold;
	color: #000000;
	background-color:#FFD700;
	text-align:center;
	cursor: pointer
}

#boutonECO {
	width:40px;
	height:20px;
	font-weight: bold;
	color: #000000;
	background-color:#33FF33;
	text-align:center;
	cursor: pointer
}

#menuLangue {
	width: 796px;
	font-size:12px;
	margin-left: 660px;
	margin-right: auto;
}

#boutonLangue {
	width:50px;
	height:15px;
	font-weight: bold;
	background-color: #000000;
	color:#FFFFFF;
	text-align:center;
	cursor: pointer;
	left: 500px;
}
