html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background: url('../img/background_body.png') top left repeat-x;
}

img {
	border: none;
}

a{ color: #C45803; text-decoration: none; }
a:link{ color: #C45803; text-decoration: none; }
a:visited{ color: #C45803; text-decoration: none; }
a:active{ color: #C45803; text-decoration: none; }
a:hover{ color: #C45803; text-decoration: underline; }


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#container{
	margin: 0px auto 0px auto;
	padding: 0px 8px 0px 8px;
	width: 960px;
	position: relative;
	background: url('../img/background_container.png') top left repeat-y;
}

#header{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: 290px;
	background: url('../img/header.jpg') top left no-repeat;
	position: relavite;
}

#header a.return_home{
	display: block;
	position: absolute;
	width: 162px;
	height: 207px;
	top: 0px;
	left: 26px;
}


#main_menu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 60px;
	float: right;
}

#main_menu ul{
	margin: 0px 0px 0px 0px;
	padding: 22px 0px 0px 30px;
	text-align: right;
}

#main_menu ul li{
	position: relative;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 13px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
}

* html #main_menu ul li{
	margin: 0px 5px 0px 5px;
}

#main_menu ul li.menu_first{
	margin: 0px 5px 0px 0px;
}
#main_menu ul li.menu_last{
	margin: 0px 0px 0px 0px;
}


#main_menu ul li a { 
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 20;
	text-decoration: none; 
	border: 0px;
}

* html #main_menu ul li a { 
	
	width: auto;
	height: auto;
	
}

/*
#main_menu ul li a { 
	outline: none;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 20;
	color: #ffffff; 
	text-decoration: none; 
	border: 0px;
	background-color: #ffffff;
	opacity:0;
	filter:alpha(opacity=0);
}*/
#main_menu ul li a:link { color: #ffffff; text-decoration: none; }
#main_menu ul li a:visited { color: #ffffff; text-decoration: none; }
#main_menu ul li a:active { color: #ffffff; text-decoration: none; }
#main_menu ul li a:hover { color: #ffffff; text-decoration: none; }


#main_menu ul li div.lft{ 
	margin: 0px;
	padding: 0px;
	width: 6px;
	height: 38px;
	float: left;
}

#main_menu ul li div.cntr{
	margin: 0px;
	padding: 0px;
	height: 38px;
	float: left;
	z-index: 1;
}

#main_menu ul li div.rght{
	margin: 0px;
	padding: 0px;
	width: 6px;
	height: 38px;
	float: left;
}

#main_menu ul li.active div.lft, #main_menu ul li:hover div.lft{ background: url('../img/menu_lft.jpg') top left no-repeat; }
#main_menu ul li.active div.cntr, #main_menu ul li:hover div.cntr{ background: url('../img/menu_cntr.jpg') top left repeat-x; }
#main_menu ul li.active div.rght, #main_menu ul li:hover div.rght{ background: url('../img/menu_rght.jpg') top right no-repeat; }


#programmation{
	position: absolute;
	top: 103px;
	left: 285px;
}

#programmation h1{
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-weight: 900;
	color: #ffffff;
	font-size: 24px;
}

#programmation span{
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	display: block;
}

#programmation div.btn_prog{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 171px;
	height: 29px;
	background: url('../img/btn_prog.png') top left no-repeat;
	cursor: pointer;
}

#programmation div.btn_prog a{
	display: block;
	width: 100%;
	height: 100%;
}

#slidephoto{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: 134px;
}

#slidephoto div.art_photo{
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 141px;
	height: 134px;
	float: left;
}

#slidephoto div.art_photo_first{
	width: 124px;
	margin-right: 3px;
}

#slidephoto div.art_photo_last{
	margin-right: 0px;
	margin-left: 1px;
	width: 117px;
}


#content{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	width: 960px;
	min-height: 247px;
	background: url('../img/content.jpg') top left repeat-x;
}

* html #content{
	height: 247px;
}

#left_frame_content{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	width: 244px;
	float: left;
}

div.left_bloc{
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 35px 0px;
	border-bottom: 1px solid #bbbbbb;
}
div.last_left_bloc{
	border: 0px;
}

div.left_bloc h2{
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	color: #292929;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

div.calendar{
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 25px;
	width: 244px;
	height: 215px;
	/*background: url('../img/calendar.png') center center no-repeat;*/
}

div.partners_blocs{
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	width:112px;
	height:102px;
	float: left;
	background-color: #bbbbbb;
	
}
div.partners_blocs_rght{
	margin-right: 0px;
}

#right_frame_content{
	margin: 0px 0px 0px 0px;
	padding: 37px 21px 0px 21px;
	width: 615px;
	float: left;
	background-color: #ffffff;
}

div.sub_div_gauche{
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 286px;
	float: left;
}
* html div.sub_div_gauche{ margin-left: 0px; }

div.sub_div_droite{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 286px;
	float: left;
}




#right_frame_content h1{
	font-family: Verdana;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #b80e14;
	font-size: 24px;
	font-weight: bold;
}

#right_frame_content h2{
	font-family: Verdana;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #c45803;
	font-size: 15px;
	font-weight: bold;
}

#right_frame_content h3{
	font-family: Verdana;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #c45803;
	font-size: 12px;
	font-weight: bold;
}



#right_frame_content p.date{
	font-family: Verdana;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

div.prog_photo{
	margin-bottom: 20px;
}

div.prog_informations{

}

div.news_bloc{
	margin: 0px 0px 27px 0px;
	padding: 0px 0px 25px 0px;
	border-bottom: 1px solid #bbbbbb;
}


div.last_news_bloc{
	border-bottom: 0px;
}

div.news_bloc div.news_photo{
	float: left;
	margin: 10px 18px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div.read_more{
	background: url('../img/orange_arrow.jpg') right center no-repeat;
	width: 88px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}
div.read_more:hover{
	color: #C45803;
}

div.read_more a{ display: block; width:100%; color: #000000; text-decoration: none; }
div.read_more a:link{ color: #000000; text-decoration: none; }
div.read_more a:visited{ color: #000000; text-decoration: none; }
div.read_more a:active{ color: #C45803; text-decoration: none; }
div.read_more a:hover{ color: #C45803; text-decoration: none; }



div.separator_border{
	height: 0px;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 16px;
}

div.news_index_bloc{
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 16px 0px;
	border-bottom: 1px solid #bbbbbb;
	position: relative;
}

div.news_index_bloc h3{
	width: 440px;
}

div.news_index_bloc div.short_text{ }
div.news_index_bloc div.long_text{ display: none; }


div.news_index_photo{
	margin: 0px 18px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 132px;
}

div.news_index_informations{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 465px;
}

div.news_index_informations_long{
	width: 615px;
}

div.square_more{
	background: url('../img/more.jpg') top left no-repeat;
	cursor: pointer;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.square_less{
	background: url('../img/less.jpg') top left no-repeat;
}


#carte_loca_texte{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

#carte_loca_texte a{ color: #C45803; text-decoration: none; }
#carte_loca_texte a:link{ color: #C45803; text-decoration: none; }
#carte_loca_texte a:visited{ color: #C45803; text-decoration: none; }
#carte_loca_texte a:active{ color: #C45803; text-decoration: none; }
#carte_loca_texte a:hover{ color: #C45803; text-decoration: underline; }

div.partenaire_box{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #bbbbbb;
}

div.partenaire_box div.photo_partenaire{
	padding: 0px 14px 15px 14px;
	float: left;
}










#content table.programmation {
	margin-bottom: 20px;
}


#content table.programmation th {
	background-color: #9e0404;
	text-align: left;
	padding: 2px 0px 2px 20px;
	color: #ffffff;
	font-weight: bold;
	height: 25px;
	margin: 0px 0px 0px 0px;
}
/*
#content table.programmation th.heure {
	width: 55px;
}

#content table.programmation th.nom {
	width: 218px;
}

#content table.programmation th.artiste {
	width: 200px;
}

#content table.programmation th.lieu {
	width: 150px;
}*/

#content table.programmation td {
	text-align: left;
	padding: 5px 0px 5px 20px;
	color: #000000;
	margin: 40px 0px 0px 0px;
	text-transform: normal;
	font-size: 100%;
	border-top: 2px solid #ffffff;
	
}


#content table.programmation a {
	text-decoration: none;
	color:#000;	
}

#content table.artistes th {
	padding: 2px 0px 2px 20px;
	color: #0000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	height:200px;
}

#liste_docs ul li {
	font-size: 12px;
	color:#C45803;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

ul.ul_zz {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}

ul.ul_zz li{
	font-size: 12px;
	color:#C45803;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

dd{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}