/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #C98B32;
	font-family:Arial, Helvetica, sans-serif;
} 
#bande_1{
	z-index:1;
	background-color: #681800;
	width: 200px;
	height: 100%;
}
#bande_2{
	position:absolute;
	z-index:1;
	background-color: #A46000;
	width: 120px;
	height: 100%;
	top: 0;
	left: 200px;
}
#bande_2 div {
	position: absolute;
	top: 440px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
}
#bande_3{
	position:absolute;
	z-index:1;
	background-color: #CE7714;
	width: 330px;
	height: 100%;
	top: 0;
	left: 320px;
}
#bande_3 p {
	position: absolute;
	font-weight: bold;
	font-size: 20px;
	color: #7D4F0E;
	top: 410px;
	margin-left:27px;
}
#bande_4{
	position:absolute;
	z-index:1;
	background-color: #DA9347;
	width: 150px;
	height: 100%;
	top: 0;
	left: 650px;
}
#titre {
	position:absolute;
	z-index:2;
	color: #681800;
	background-color: #CE7714;
	top: 0;
	left: 200px;
	height: 70px;
	width: 450px;
	text-align:center;
	font-size:36px;
	line-height: 70px;
}
#logo {
	position:absolute;
	z-index:2;
	background-color: #F6E9C9;
	background-image:url('../../images/logofestival.gif');
	top: 0;
	left: 650px;
	height: 150px;
	width: 150px;
}
#hor1 {
	position:absolute;
	z-index:2;
	background-color: #DA9347;
	top: 70px;
	width: 330px;
	height: 80px;
	left: 320px;
}
#princ {
	position:absolute;
	z-index:2;
	top: 150px;
	width: 680px;
	height: 250px;
	left: 120px;
	background-color: #9F7711;
}
#im {
	position:absolute;
	top: 0;
	width: 680px;
	height: 220px;

}
ul#men_intro {
	position:absolute;
	top: 220px;
	color:#FFFFFF;
	text-align: center;
	list-style-type: none;
}
ul#men_intro li {
	display: inline;
	height: 30px;
	padding: 0 12px;
	line-height: 25px;
}
ul#men_intro li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
ul#men_intro li a:hover {
	color:#FF9900;
}
#menu1 {
	position:absolute;
	top: 220px;
	color:#FFFFFF;
}
#menu1 td {
	text-align:center;
	height: 30px;
}
#menu1 td a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
#menu1 td a:hover {
	/*color: #F0AF67;*/
	color:#FF9900;
}
.lang {
	border: 0;
}
