@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100;
	background: url(images/bg_body.gif) center top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	position: relative;
	}

#container {
	width: 800px;
	margin: 0 auto 0;
	padding: 0 40px;
	}
	
#header {
	width: 720px;
	padding: 30px 0 0;
	margin: 0 auto 0;
	}

#header .entete {
	text-align: left;
	width: 720px;
	margin: 0;
	padding: 0 0 6px;
	}

#header .menu {
	text-align: left;
	width: 720px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
	}

#header .menu ul {
	margin: 12px 0 0 0; 
	padding: 0; 
	list-style: none;
	text-align: left;
	font-weight: bold;
	color: #333;
	}

#header .menu ul li {
 	float: left; 
	text-decoration: none;
	color: #fff;
	margin: auto;
	padding: inherit;
 	}

#header .menu ul li a {
 	float: left; 
	padding: 5px 10px;
	text-decoration: none;
	color: #333;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	}

#header .menu ul li a:link {
 	float: left; 
	text-decoration: none;
	color: #333;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	}

#header .menu ul li a:hover {
 	float: left; 
	background: #AA0600;
	text-decoration: none;
	color: #fff ;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	}

#header .menu ul li #active {
 	float: left; 
	background: #AA0600;
	text-decoration: none;
	color: #fff ;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	}


#header .menu ul.sousmenu {
	margin: -5px 0 0; 
	padding: 0; 
	list-style: none;
	text-align: left;
	font-weight: bold;
	color: #666;
	position: relative;
	}

#header .menu ul.sousmenu li {
 	float: left; 
	text-decoration: none;
	color: #fff;
	padding: 0;
	margin: 0;
 	}

#header .menu ul.sousmenu li a {
 	float: left; 
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	}

#header .menu ul.sousmenu li a:link {
 	float: left; 
	text-decoration: none;
	color: #666;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	}

#header .menu ul.sousmenu li a:hover {
 	float: left; 
	background: #EA7416;
	text-decoration: none;
	color: #fff ;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	}

#header .menu ul.sousmenu li #active {
 	float: left; 
	background: #EA7416;
	text-decoration: none;
	color: #fff ;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	}

#header .menu .clearboth {
	clear:both;
	padding: 5px 0 0;
	margin: 0;
	position: relative;
	}



/*
	background: #900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/






#content {
	width: 720px;
	padding: 0;
	margin: 25px auto 0;
	}
#content .newswrap {
	width: 720px;
	padding: 0 0 25px 0;
	margin: auto 0;
	float: none;
	}
	
#content .newswrap .news_image {
	width: 360px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#content .newswrap .news_image img {
	border: 1px solid #000;
	margin: 0 0 5px 0;
	}
	
#content .newswrap .news_text {
	width: 346px;
	padding: 0 0 0 12px;
	margin: 0;
	text-align: justify;
	float: left;
	}
	
#content .newswrap .news_text a:link {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .newswrap .news_text a:visited {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .newswrap .news_text a:active {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .newswrap .news_text a:hover {
	color: #000;
	text-decoration: none;
	}
	
.clearboth {
	clear:both;
	padding: 25px 0 0;
	}


#content .newswrap h3 {
	font-weight: bold;
	line-height: 16px;
	padding: 0;
	margin: 0;
	}

#content .agenda_text {
	width: 720px;
	padding: 0 0 25px 0;
	margin: 0;
	text-align: justify;
	}

#content .agenda_text a:link {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .agenda_text a:visited {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .agenda_text a:active {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .agenda_text a:hover {
	color: #000;
	text-decoration: none;
	}
	


#content .agenda_text h3 {
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	padding: 0;
	margin: 0;
	}
	
	
#content .concerts_text {
	width: 720px;
	padding: 0 0 25px 0;
	margin: 0;
	text-align: justify;
	}

#content .concerts_text a:link {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .concerts_text a:visited {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .concerts_text a:active {
	color: #EA7416;
	text-decoration: underline;
	}
	
#content .concerts_text a:hover {
	color: #000;
	text-decoration: none;
	}	


#content .concerts_text h3 {
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	padding: 0;
	margin: 0;
	}
	
.imgsub {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	}
	
	
#footer {
	width: 720px;
	padding: 0 0 20px 0;
	margin: 5px auto 0;
	}

#footer .links {
	width: 720px;
	padding: 0;
	margin: 0 auto 5px;
	}

#footer .links table tr td a:link {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	}


#footer .links table tr td a:active {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	}


#footer .links table tr td a:visited {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	}


#footer .links table tr td a:hover {
	font-size: 10px;
	color: #999;
	text-decoration: none;
	}

#footer .fineprints {
	width: 720px;
	padding: 7px 0 0 0;
	margin: 5px auto 0;
	border-top: 1px solid #666;
	font-size: 8px;
	color: #666;
	text-align: center;
	}
	
#footer .fineprints a:link {
	color: #EA7416;
	text-decoration: none;
	}
	
#footer .fineprints a:active {
	color: #EA7416;
	text-decoration: none;
	}
	
#footer .fineprints a:visited {
	color: #EA7416;
	text-decoration: none;
	}
	
#footer .fineprints a:hover {
	color: #EA7416;
	text-decoration: none;
	}
	
/***************************************/
/************** POPUPS *****************/
/***************************************/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 10px solid #ddd;
	background-image:url(images/bg_popup.gif);
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

