@CHARSET "ISO-8859-1";
*{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
body{
	background:url(../images/styles/body_bg.jpg) center top no-repeat;
}
a img{
	border:none;	
}
p.message{
	background: #fff;
	width:400px;
	margin:0 auto;
	border:1px solid #990000;
	color:#990000;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}
a{
	color:#000;
}
#menu{
	display:block;
	position:relative;
	margin:0 auto;
	width:922px;
	height:200px;
	padding:0;
	list-style: none;
}
.hide{
	display:none;
}
.center{
	text-align: center;	
}
.floatleft{
	float:left;	
}
.bloc{
	overflow: hidden;
	clear:both;
	margin-bottom:10px;
	padding-bottom:5px;
}
#menu li a{
	display:block;
	position:absolute;
	height:200px;
	top:0;
}
#menu li a.presentation{
	width:243px;
	left:3px;
	background:url(../images/styles/presentation_bg.jpg) center top no-repeat;
	z-index:2;
}
#menu li a.presentation:hover{
	background:url(../images/styles/presentation_bg.jpg) center bottom no-repeat;
	z-index:2;
}

#menu li a.medias{
	width:140px;
	left:232px;
	background:url(../images/styles/medias_bg.jpg) center top no-repeat;
	z-index:1;
}
#menu li a.medias:hover{
	background:url(../images/styles/medias_bg.jpg) center bottom no-repeat;
	z-index:2;
}

#menu li a.concerts{
	width:203px;
	left:372px;
	background:url(../images/styles/concerts_bg.jpg) center top no-repeat;
}
#menu li a.concerts:hover{
	background:url(../images/styles/concerts_bg.jpg) center bottom no-repeat;
}

#menu li a.contact{
	width:203px;
	left:575px;
	background:url(../images/styles/contact_bg.jpg) left top no-repeat;
}
#menu li a.contact:hover{
	background:url(../images/styles/contact_bg.jpg) left bottom no-repeat;
}

#menu li a.membres{
	width:140px;
	left:778px;
	background:url(../images/styles/membres_bg.jpg) center top no-repeat;
}
*+html #menu li a.membres {
	left:777px;
}
* html #menu li a.membres {
	left:777px;
}
#menu li a.membres:hover{
	background:url(../images/styles/membres_bg.jpg) center bottom no-repeat;
}

#menu_secondaire{
	float:left;
	width:160px;
	margin-right:10px;
	list-style: none;
	margin-left:-60px;
	z-index: 2;
	position: relative;
	padding-left:20px;
}
#menu_secondaire li{
	border-bottom: 1px dashed #000;
}
#menu_secondaire .selected{
	list-style:square;
}
#menu_secondaire li a{
	display:block;
	width:160px;
	text-decoration: none;
	color:#000;
	padding-bottom:5px;
}
#menu_secondaire li a:hover{
	background: #ffb;
}
.avecmarge{
	margin-left:130px;	
}
 
#content{
	width:840px;
	margin:20px auto 0 auto;
}
.left{
	float:left;		
}
.right{
	float: right;
}
img{
	padding:10px;	
}
div.right{
	width:320px;
	/*padding-left:20px;
	*/
	padding:0px 2px;
	margin-left:10px;
	/*border:3px solid #000;
	background:#fff;*/
}
div.left{
	width:480px;
}
h2{
	text-align:left;
	font-style: italic;
	font-family: Georgia1, Georgia, serif;
	font-weight:normal;
	font-size:20px;
	border-bottom:1px solid #dfcc03;
	padding-bottom:3px;
	margin-bottom:10px;
}
p{
	text-align: justify;
	margin-bottom:10px;
	line-height:190%;
}
strong{
	font-family: Georgia1, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size:14px;
}

/*Planning*/
#planning{
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
#planning tr td{
	padding:4px;
}
#planning tr.ligne_paire{
	background:#fff;
}
#planning tr.ligne_impaire{
	background:#eee;
}
#planning tr.passee{
	color:#ccc;
}
#planning tr.aujourdhui{
	font-weight:bold;
	color:#fff;
	background-color:#e2c801;
}
#planning tr:hover{
	background:#ffb;
	color:#666;
}
#planning tr td{
	border:1px solid #ccc;
	text-align:center;
}
#planning tr td.repet{
	width: 400px;
	text-align:left;
}
#planning tr td.daterepet{
	width: 200px;
	text-align:right;
}
#planning tr th{
	border:1px solid #ccc;
	font-size:12px;
	padding:4px;
	background:#bbb;
}
#album{
	border-collapse:collapse;
}
.td_center{
	text-align:center;
}
a.photo img{
	width:90px;
	height:60px;
	margin:0;
	padding:3px;
}
a.photo{
	display:block;
	border:4px solid #fff;
}
a.photo:hover{
	border:4px solid #e2c801;
}
/* Autocomplete */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  border-bottom:1px dotted #eee;
  cursor:pointer;
  font-size:10px;
}
/*Concerts*/
ul.oeuvres{
	list-style: none;
}
ul.oeuvres li{
	font-weight:bold;
}
ul.solistes{
	margin-top:5px;
	float:left;
	list-style: none;
	margin-left:80px;
}
ul.solistes li span{
	font-size:10px;
}
h2 strong{
	padding-left: 20px;
}
.pagination{
	clear:both;	
	margin: 0 auto;
	list-style: none;
}
.pagination li{
	display:inline;
	padding:0 5px
}
.pagination li.selected a{
	text-decoration: none;
	background: #e2c801;
}
.pagination li a{
	color: #000;
}
.pagination li a:hover{
	background: #ffb;
}
.nbPages{
	font-size:10px;
	text-align: center;
	display: block;
}
/* Contact */
form#contact div{
	width:500px;
	margin:0 auto;
}
form#contact label{
	display:block;
	float:left;
	width:150px;
	clear:left;
}
form#contact #bloc_captcha{
	overflow:hidden;
}
form#contact #bloc_captcha label{
	width:300px;
}
form#contact #envoyer{
	margin:0 auto;
	display:block;
}
/*recherche*/
#formSearch{
	margin-bottom:20px;	
}
/*Bottom*/
#bottom{
	clear:both;
	font-size:10px;
	text-align: center;
	margin-bottom:30px;
	margin-top:30px;
	color:#666;
}
#bottom a{
	font-size:10px;
	color:#666;
}