@charset "ISO-8859-1";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	background-image: url(img/fondheader.png);
	background-repeat: repeat-x;
}

#ossature {
     position: relative;
	 margin-left: auto;
     margin-right: auto;
     width: 950px; 
     text-align: left;
}

/* Header */

#header {
	position: relative;
	padding:0;
	width: 950px;
	height: 175px;
}

#imagehead {
	position: relative;
	width: 350px;
	height: 165px;
	margin-top: 11px;
}

#logoaffiche {
	position: absolute;
	left: 350px;
	top: 21px;
	width: 600px;
	text-align: center;
}

/* colonne gauche */

#colgauche {
	position: relative;
	float: left;
	width: 350px;
	text-align: center;
}

#grosrect {
	margin-left: 0px;
	margin-bottom: 15px;
}

#grosrect-centre {
	width: 350px;
	min-height: 300px;
	height:auto !important;
	height: 300px;
	background-image: url(img/grosrect-centre.png);
}

.titre-edito {
	margin-left: 15px;
	font-size: 20px;
	color: #26b626;
}

#texte-edito {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	font-size: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

/* liste artiste */
#liste-artiste {
	margin-left: 15px;
	text-align: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.dateshow {
	color: #26b626;
}
.artist1 {
	font-size: 18px;
}
.artist2 {
	font-size: 14px;
}
.artist3 {
	font-size: 12px;
}
.ouvert, .soir {
	margin-left: 20px;
	font-style: italic;
	font-size: 9px;
}
/* centre */

#centre {
	position: relative;
	margin-left: 395px;
	margin-top: 80px;
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	min-height: 550px;
	height:auto !important;
	height: 550px;
}

/* news */

#news {
	background:url(img/fd-titre-news.png) no-repeat left top;
	margin-bottom: 25px;
}

.titre-news {
	line-height: 35px;
	margin-left: 45px;
	font-size: 20px;
	color: #26b626;
}

.texte-news {
	margin-left: 45px;
	font-size: 11px;
	color: #5a5a5a;
}
/* menu */

#menu {
	position: absolute;
	left: 350px;
	width: 600px;
	text-align: center;
}

#menu ul{
	list-style:none;
		}

#menu li{
	list-style:none;
	display:block;
	float:left;
}
	
#menu li a{
	display:block;
	color:#26b626;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	height:45px;
	width: 86px;
	line-height: 32px;
	background:url(img/btn-menu-off.jpg);
}

#menu li a:hover{
	color: #fff;
	background:url(img/btn-menu-on.jpg);
}

/* footer */

#footer {
	width: 100%;
	height: 215px;
	text-align: center;
	padding-top: 30px;
	background-image: url(img/fondfooter.jpg);
	background-repeat: repeat-x;
	clear:both;
	background-color: #4b3a3a;
}

#cadre-footer {
	position: relative;
	float: left;
	color: #fff;
	margin-top: 35px;
	border: thin solid #0F0;
}

#menu-footer {
	margin-left: 15px;
	text-align: left;
}

#menu-footer a {
	text-decoration: none;
	color: #26b626;
	font-size: 11px;
	line-height: 15px;
}

#menu-footer a:hover {
	color: #fff;
}

#copyright {
	text-align: right;
	font-size: 14px;
	color: #fff;
}

#copyright a {
	color: #fff;
	font-size: 11px;
}

/* contact */

.contact-standard {
	float:left;
	width: 230px;
	text-align: justify;
	}

.contact-lieux {
	float: right;
	margin-left: 13px;
	}

.rub_contact {
	color:#333;
	font-size: 14px;
	font-weight: bold;
	}