body, html{
	width:100%;
	height:100%;
}
body{
	margin:0px;
	/*background:#ECE8E5;*/
	
	background:#000000;
	color:#434343;
	font: normal 11px Tahoma, Arial, sans-serif;
}
.clear{
	clear:both;
}
.page{
	margin-right:auto;
	margin-left:auto;
	width:810px;
	margin-top:50px;
}
.menu_lang{
	background:#FEFBF4;
	width:50px;
	height:13px;
	text-align:center;
	margin-left:750px;
	border-top: 5px solid #808080;
	border-right: 5px solid #808080;
	border-left: 5px solid #808080;
	z-index:100;
	position:absolute;
	margin-top:-13px;
}
.menu_lang a{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	color:#C2BBB1;
}
.menu_lang a:hover, .menu_lang .over{
	color:#52260D;
}
.top{
	background:#FEFBF4;
	height:99px;
	border-top: 5px solid #808080;
	border-right: 5px solid #808080;
	border-left: 5px solid #808080;
}
.top .slogan{
	width:375px;
	float:left;
	padding:65px 0px 0px 15px;
	font-size:24px;
	color:#A39B91;
}
.top .logo{
	width:400px;
	float:left;
	text-align:right;
	height:99px;
}
.middle{
	border-left: 5px solid #808080;
	border-right: 5px solid #808080;

}
.middle .menulist{
	width:200px;
	height:295px;
	background:#52260D url(../images/bg_menu.gif) no-repeat left top;
	float:left;
	padding-top:5px;
}
.middle .photo{
	width:600px;
	float:left;
}
.bottom{
	background:#FEFBF4;
	height:99px;
	border-bottom: 5px solid #808080;
	border-right: 5px solid #808080;
	border-left: 5px solid #808080;
}
.bottom .cms{
	padding:10px 10px 10px 15px;
	width:240px;
	height:79px;
	display:block;
	overflow:auto;
}
.bottom .tabs{
	width:530px;
	position:absolute;
	z-index:50;
	margin-left:255px;
	margin-top:0px;
}
.menulist li{
	padding:0px;
	margin:0px;
	list-style:none;
}
.menulist ul{
	padding:0px;
	margin:0px;
}

.menu{
	border-top: solid 1px #75513D;
}
.menu li{
	border-bottom: solid 1px #75513D;
}
.menu li a{
	font-weight:bold;
	font-size:12px;
	color:#EAE5E2;
	text-decoration:none;
	text-align:right;
	display:block;
	padding:2px 10px 2px 5px;
}
.menu li a:hover{
	color:#FFD200;
	/*background:#705241;*/
}
.submenu{
	background:#6C4835;
}
.submenu li a{
	font-weight:bold;
	font-size:11px;
	color:#EAE5E2;
	text-decoration:none;
	text-align:right;
	display:block;
	padding:2px 10px 2px 5px;
}
.submenu li a:hover, .selectedCity{
	color:#FFFFFF;
	background:#705241;
}


.tab1, .tab2, .tab3, .tab4, .tab5{
	margin:0px 1px 0px 1px;
	width:130px;
	height:120px;
	float:left;
}
.cmsbdd_holder{
	width:590px;
	margin-left:200px;
}
.cmsbdd_holder .bg1{
	background-color:#FFFFFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	height:300px;
	width:590px;
	z-index:110;
	position:absolute;
}
.cmsbdd_holder .txt1{
	height:290px;
	width:545px;
	padding:10px 10px 0px 35px;
	overflow:auto;
	z-index:120;
	position:absolute;
}
.cmsbdd_holder .bg2{
	background-color:#FFFFFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	height:300px;
	width:390px;
	margin-left:200px;
	z-index:110;
	position:absolute;
}
.cmsbdd_holder .txt2{
	z-index:120;
	height:290px;
	width:355px;
	margin-left:200px;
	padding:10px 10px 0px 25px;
	overflow:auto;
	position:absolute;
}
h1{
	color:#52260D;
	font-size:14px;
}
.blue{
	color:#FFD200;
}
a{
	color:#FFD200;
}
a:hover{
	color:#52260D;
}

.menulist2{
	margin-top:10px;
}
.menulist2 li{
	padding:0px;
	margin:0px;
	list-style:none;
}
.menulist2 ul{
	padding:0px;
	margin:0px;
}
.menuoverlay{
	/*display:none;*/
	width:100%;
	height:100%;
	clear:both;
	z-index:190;
	position:absolute;
	top:0px;
	left:0px;
	
}
.layermenubg{
	width:100%;
	height:100%;
	z-index:200;
	position:absolute;
	top:0px;
	left:0px;
	background:#000000;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.layermenu{
	width:100%;
	height:100%;
	z-index:220;
	position:absolute;
	top:0px;
	left:0px;
}
.layermenu ul{
	width:800px;
	margin-top:120px;
	margin-left:auto;
	margin-right:auto;
}
.layermenu li{
	display:block;
	text-align:center;
	width:220px;
	height:250px;
	float:left;
	margin:10px;
	background:#ECE8E5;
	border: 5px solid #CDC1BA;
	padding:50px 0px 0px;
	font: bold 20px Arial, Helvetica, sans-serif;
}
.layermenu li:hover {
	background:#D8D1CC;
	border: 5px solid #CDC1BA;
}
.layermenu li a img{
	border:none;
}
.layermenu li a{
	color:#52260D;
	text-decoration:none;
}
.layermenu li a:hover{
	color:#643C26;
	text-decoration:none;
}



.download_cat{
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}
.download{
	padding:5px;
	border:5px solid #ECE5DC;
	margin-top:10px;
	background: #FFFFFF;
}
.download:hover{
	border:5px solid #D7CDC0;
}

.download .cat{
	font-size:12px;
	font-weight:bold;
}
.download .date{
	color:#FFD200;
	font-size:12px;
}
.download .titre{
	font-weight:bold;
}
.download .titre a{
	color:#52260D;
	text-decoration:none;
}
.download .titre a:hover{
	color:#643C26;
	text-decoration:none;
}
.download .descriptif{
	padding-top:15px;
}
.download .plusinfos{
	margin-top:10px;
	padding-top:5px;
	font-size:10px;
	border-top:solid 1px #D5CDC3;
	text-align:right;
}

.download .pdf{
}

.groupe{
	padding:5px;
	border:2px solid #D7CDC0;
	margin-top:20px;
	background: #D7CDC0;
	font-weight:bold;
	font-size:12px;
}


/* Carrieres */
.sc_symph{
	width:480px;
	margin-top:15px;
	background: #FFFFFF;
	border:5px solid #ECE5DC;
	padding:5px;
	font-size:11px;
}
.sc_symph_over{
	width:480px;
	margin-top:15px;
	background: #FFFFFF url(../images/bg_content.gif) repeat-x top;
	border:5px solid #D7CDC0;
	padding:5px;
	font-size:11px;
}
.sort_det{
	border-bottom:solid 1px #D5CDC3;

}
.sort_det .no, .no{
	background:#F5A700 url(../images/bg_butorange.gif) top repeat-x;
	border:solid 2px #FAE3BE;
	width:35px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:3px;
}
.sort_det .buton{
	float:right;
	width:160px;
}
.sc_symph .det{
	color: #FFD200;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
.sc_symph_over .det{
	color: #626262;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
	text-align:right;
}
.full_det .concert{
	font-weight:bold;
	font-size:12px;
	padding:5px;
}
.full_det .detaile{
	font-size:11px;
	padding-left:5px;
}
.full_det .titre{
	font-weight:bold;
}
.full_det .compositeur{
	font-size:11px;
	color: #023D7D;
	background:#E9EFF4;
	padding: 5px;
	margin-top:1px;
}
.full_det .soliste{
	font-size:11px;
	color: #023D7D;
}
.full_det .photo{
	border:solid 5px #D7E1EB;
	display:block;
	text-align:center;
	width:100px;
	float:left;
}

.field{	
	color:#434343;
	font: normal 11px Tahoma, Arial, sans-serif;
	border:2px solid #ECE5DC;
	width:150px;
	padding:3px;
}
.formbut{
	color:#FFFFFF;
	font: bold 11px Tahoma, Arial, sans-serif;
	border:2px solid #ECE5DC;
	width:150px;
	padding:3px;
	background: #52260D;
}
