*{
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
	font: .8em/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #a9dade;
	color: #000;
}
textarea{
	font: 1em/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
ul{
	list-style: none;
}
a{
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0;
}
hr{
	clear: both;
	visibility: hidden;
}
dl dt{
	margin-bottom: 3px;
	font-weight: bold;
	color: #a85400;
}
dl dd{
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.5em;
}
/*####################################################
#                       LAYOUT                       #
####################################################*/
/*texte*/
.acenter{
	text-align: center;
}
.aright{
	text-align: right;
}
.gras{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: none;
}
.blue{
	color: #004b58;
}
h3.soustitre{
	padding-bottom: .1em;
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: 1.2em;
	border-bottom: 1px solid #ccc;
	position: relative;
	width: 690px;
	clear: both;
}
h3.soustitre a{
	padding-left: 20px;
	background: url(../images/close.png) 0 50% no-repeat;
	text-decoration: none;
	color: #a85400;
}
h3.soustitre a.open{
	background-image: url(../images/open.png);
}
div.accordeon{
	width: 670px;
	padding-bottom: 10px;
	padding-left: 20px;
}
dl.pied{
	margin-top: 30px;
	text-align: center;
}
dl.pied dt{
	color: #000;
	padding-top: 5px;
	border-top: 1px solid #f2f2f2;
}
dl.pied dd{
	border-top: 1px solid #f2f2f2;
	padding-top: 5px;
	margin-top: 30px;
}
p.hidden{
	text-indent: -5000px;
}
p.more a{
	display: inline-block;
	padding: 2px 3px 2px 17px;
	background: #6dabb0 url(../images/more.png) 0 50% no-repeat;
	color: #fff;
}
p.more a:hover{
	text-decoration: none;
	color: #004b58;
}
/*message contextuel*/
.contextMsg{
	padding: 5px;
	text-align: center;
	color: #e3281f;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 4px solid #f9ad00;
}
.contextMsg span.confirmMsg{
	padding-left: 20px;
	background: url(../images/tick2.png) 0 50% no-repeat;
}
.contextMsg span.erreurMsg{
	padding-left: 20px;
	background: url(../images/cross.png) 0 50% no-repeat;
}
/*Zone de navigation*/
a.pagination{
	font-size: 1.4em;
}
/*puces*/
.tel{
	padding-left: 20px;
	background: url(../images/telephone.png) 0 0 no-repeat;
}
.port{
	padding-left: 20px;
	background: url(../images/phone.png) 0 0 no-repeat;
}
.fax{
	padding-left: 20px;
	background: url(../images/printer.png) 0 0 no-repeat;
}
.arrowBlue{
	padding-left: 18px;
	background: url(../images/bullet_go.png) 0 2px no-repeat;
}
.warning{
	padding: 5px 5px 5px 26px;
	background: #e7f2f5 url(../images/error.png) 5px 5px no-repeat;
	clear: both;
}
/*layout*/
.block{
	display: block;
}
.clear{
	clear: both;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
p.hidden{
	text-indent: -5000px;
}
/*####################################################
#                       LAYOUT                       #
####################################################*/
/*conteneur*/
div#conteneur{
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	width: 980px;
	position: relative;
}
/*header*/
div#header{
	height: 190px;
	width: 740px;
	float: right;
	position: relative;
	background: url(../images/header.png) 0 0 no-repeat;
}
div#header #ref{
	display: none;
}
/*reservation*/
p#resa{
	height: 152px;
	width: 30px;
	position: fixed;
	top: 190px;
	right: 0;
}
p#resa a{
	display: block;
	height: 152px;
	width: 30px;
	position: fixed;
	top: 190px;
	right: 0;
	background: url(../images/reservation.png) no-repeat;
	text-indent:-5000px;
}
p#resa a:hover{
	background-position: 0 -152px;
}
div#header h1, div#header h2{
	position: absolute;
	width: 690px;
	top: 215px;
	left: 25px;
	padding-bottom: 15px;
	text-align: center;
	color: #004b58;
	font-size: 30px;
	border-bottom: 10px dotted #a9dade;
	line-height: 1;
}
/*contenu*/
div#contenu{
	float: right;
	width: 690px;
	padding: 120px 15px 15px;
	margin-bottom: 10px;
	border: 10px solid #000;
	background: #fff;
	height: 760px;
	z-index: 200;
}
div#conteneur > div#contenu{
	height: auto;
	min-height: 930px;
}
div#contenu h2{
	margin-bottom: 15px;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #004b58;
}
div#contenu p{
	margin-bottom: 10px;
}
/*liens inf*/
p#links{
	margin-left: 240px;
	width: 740px;
	clear: both;
	text-align: center;
	color: #6dabb0;
}
p#links a{
	color: #6dabb0;
}
p#links a:hover{
	color: #004B58;
	text-decoration: none;
}
/*flux RSS*/
a#flux{
	display: block;
	position: absolute;
	left: 210px;
	top: 200px;
	padding: 10px;
	height: 20px;
	width: 20px;
	background: #000;
}
/*menu*/
div#menuCol{
	float: left;
	width: 200px;
	background: url(../images/flute.png) 0 0 no-repeat;
}
ul#menu{
	margin-top: 325px;
	margin-bottom: 10px;
	width: 200px;
	font-weight: bold;
	background: #fff;
	border-top: 10px solid #6dabb0;
}
ul#menu li a{
	display: block;
	height: 20px;
	padding: 6px 0;
	text-indent: 5px;
	border-bottom: 1px dotted #6dabb0;
}
ul#menu li.actif a{
	cursor: default;
}
ul#menu li.actif a, ul#menu li a:hover{
	color: #004b58;
	background: #cfe6eb;
	text-decoration: none;
}
/*sous-menu*/
ul#menu li ul.subMenu{
	font-size: .9em;
	background: #6dabb0;
	display: none;
}
ul#menu li ul.subMenu li a{
	height: 15px;
	line-height: 15px;
	border-bottom-color: #cfe6eb;
	color: #fff;
}
ul#menu li ul.subMenu li.actif a, ul#menu li ul.subMenu li a:hover{
	color: #000;
}
/*message du president*/
div#message{
	padding: 50px 0 12px 5px;
	height: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	font-size: 12px;
	letter-spacing: -0.4px;
	background: url(../images/message.png) 0 0 no-repeat;
}
div#message a{
	color: #004b58;
}
div#message a:hover{
	color: #fff;
	text-decoration: none;
}
/*conseil general*/
a#logoCG{
	display: block;
	width: 200px;
	height: 69px;
	margin: 20px 0;
}
/*newsletter*/
form#abonl{
	padding: 5px;
	background: #6dabb0;
}
form#abonl h6{
	margin-bottom: 15px;
	color: #004b58;
	font-size: 18px;
}
form#abonl input.textfield{
	padding: 4px;
	border: 0;
	color: #999;
}
form#abonl input.button{
	padding: 4px;
	border: 0;
	color: #6dabb0;
	background: #004b58;
	font-weight: bold;
	cursor: pointer;
}
form#abonl input.button:hover{
	color: #fff;
}
/*footer*/
div#footer{
	clear: both;
	position: relative;
	padding: 10px;
	background: #6dabb0;
}
div#footer img{
	display: block;
	margin: 0 auto;
}
/*####################################################
#                        INDEX                       #
####################################################*/
/*Blog*/
div.billet{
	margin-bottom: 40px;
	width: 690px;
}
div.billet h3{
	width: 470px;
	margin-left: 220px;
	font-size: 24px;
	line-height: 1.2em;
}
div.billet h3 a{
	color: #004B58;
	text-decoration: none;
}
div.billet h3 a:hover{
	text-decoration: underline;
}
div.billet p{
	width: 470px;
	margin-left: 220px;
}
div.billet p.cat, div.billet p.cat a{
	color: #999;
}
div.billet p.date{
	float: left;
	width: 68px;
	height: 63px;
	margin-left: 0;
	padding-top: 5px;
	text-align: center;
	color: #004a57;
	font-size: 11px;
	background: #6dabb0;
	border-bottom: 10px solid #b4d7df;
}
div.billet p.date span{
	display: block;
	height: 30px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
div.billet img.thumb{
	float: left;
	display: block;
	margin-left: 10px;
	width: 132px;
	border-bottom: 10px solid #e5e5e5;
}
/*videos*/
div.billet div#video{
	margin-left: 220px;
	margin-bottom: 10px;
	width: 470px;
}
/*####################################################
#                  MOT DU PRESIDENT                  #
####################################################*/
div#photoPresident{
	float: left;
	margin-right: 10px;
}
div#photoPresident img{
	display: block;
}
div#photoPresident span{
	color: #666;
	font-size: .7em;
}
/*####################################################
#                        SITE                        #
####################################################*/
ul#galerie{
	height: 97px;
	margin: 10px 0;
}
ul#galerie li{
	float: left;
	margin-right: 10px;
}
ul#galerie li a img{
	display: block;
	border-bottom: 10px solid #fff;
}
ul#galerie li a:hover img{
	border-bottom-color: #b4d7df;
}
/*####################################################
#                      CONTACTS                      #
####################################################*/
dl.contacts{
	margin-bottom: 20px;
	width: 230px;
	float: left;
}
dl.contacts dd a{
	padding-left: 20px;
	background: url(../images/email.png) 0 0 no-repeat;
}
form#contact{
	clear: both;
	width: 420px;
	margin-left: 80px;
}
form#contact h2{
	margin-left: 133px;
	text-align: center;
}
form#contact p label{
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 3px;
}
form#contact p label:hover{
	cursor: pointer;
}
form#contact p label span{
	color: #e3281f;
}
form#contact p input.textfield, form#contact p textarea, form#contact p select{
	width: 280px;
	padding: 2px;
	border: 1px solid #ccc;
}
form#contact p select{
	width: 286px;
}
form#contact p input.textfield:focus, form#contact p select:focus{
	border: 1px solid #e3281f;
}
form#contact p.acenter{
	margin-left: 133px;
	width: 285px;
}
form#contact p.acenter input{
	width: 120px;
	height: 40px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #fff;
	background: #fff url(../images/mail_next.png) 4px 50% no-repeat;
	cursor: pointer;
}
form#contact p.acenter input:hover{
	color: #e3281f;
}
/*####################################################
#                     FESTIVAL                       #
####################################################*/
h3.soustitre span.dates{
	position: absolute;
	left: 450px;
	padding-left: 20px;
	color: #000;
	font-size: .8em;
	background: #fff url(../images/date.png) 0 50% no-repeat;
}
dl.festival dt{
	position: relative;
	width: 670px;
}
dl.festival dt span{
	position: absolute;
	right: 0;
	padding-left: 20px;
	color: #000;
	background: #fff url(../images/date.png) 0 0 no-repeat;
}
dl.festival dd{
	margin-left: 0;
	line-height: 1.3em;
}
div#contenu p.prix{
	margin-bottom: 30px;
	padding-top: 5px;
	padding-left: 20px;
	border-top: 1px dotted #ccc;
	line-height: 1.5em;
	background: #fff url(../images/bullet_go.png) 0 7px no-repeat;
}
p.abo{
	margin-top: 20px;
}
/*####################################################
#                   RESERVATION                      #
####################################################*/
img#paybox, img#suscribe{
	float: left;
	margin: 0 10px 10px 0;
}
div.warning ul li{
	margin-bottom: 5px;
	padding-left: 8px;
	background: url(../images/puceGrise.png) 0 7px no-repeat;
}
p.logos{
	text-align: center;
	line-height: 2em;
}
p.logos img{
	margin: 0 20px;
}
dl.tarif{
	width: 670px;
	margin: 10px 0 20px 0;
}
div.accordeon dt{
	color: #2a6d0b;
}
div.accordeon dl.tarif dt{
	float: left;
	width: 400px;
	padding: .5em 0;
	margin: 0;
	border-top: 1px solid #f2f2f2;
	line-height: 1.3em;
	color: #000;
}
div.accordeon dl.tarif dd{
	float: left;
	width: 270px;
	padding: .5em 0;
	margin: 0;
	border-top: 1px solid #f2f2f2;
	line-height: 1.3em;
}
div.accordeon dl.tarif dd em{
	color: #999;
}
/*####################################################
#                    PROGRAMME                       #
####################################################*/
div#contenu p.theme{
	padding: 3px;
	margin: 20px 0;
	background: #a85400;
	color: #fff;
	font-weight: bold;
}
div#contenu div.podcast{
	margin: 10px 0 20px 0;
	padding: 5px 5px 5px 55px;
	border: 1px solid #ccc;
	text-align: center;
	background: #f2f2f2 url(../images/speaker.png) 5px 50% no-repeat;
}
ul.infos{
	float: right;
	text-align: right;
}
ul.infos li{
	margin-bottom: 10px;
}
ul.infos li.thematique span{
	padding: 0 2px 2px 22px;
	background: #fff url(../images/thematique.png) 2px 50% no-repeat;
	border-bottom: 4px solid #2d740b;
}
ul.infos li.orgue span{
	background-image: url(../images/pictoOrgue.png);
}
ul.infos li.talent span{
	background-image: url(../images/pictoTalent.png);
}
ul.artistes{
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 2px solid #a85400;
}
ul.artistes li{
	margin-bottom: 3px;
	font-weight: bold;
}
ul.artistes li span{
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
}
div.oeuvres{
	clear: both;
	height: 100px;
}
#contenu div.oeuvres li{
	margin:0;
	font-style: italic;
	color: #666;
}
div.oeuvres img{
	float: left;
	margin-right: 5px;
}
#contenu div.oeuvres p{
	margin-bottom: 0;
	font-style: italic;
	color: #666;
}
#contenu > p.desc, #contenu > div.oeuvres, .accordeon > p.desc{
	height: auto;
	min-height: 100px;
}
p.desc img{
	float: left;
	margin-right: 5px;
	display: inline;
}
div#contenu p.details{
	position: relative;
	clear: both;
	height: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
p.details a.reserver{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	display: block;
	padding: 3px;
	cursor: pointer;
	background: #004b58;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
p.details > a.reserver{
	right: 0;
}
p.details a.reserver:hover{
	text-decoration: none;
	color: #6dabb0;
}
/*####################################################
#                    SPECTACLE                       #
####################################################*/
ul.infos li.ref span{
	padding: 0 3px;
	background: #a85400;
	font-weight: bold;
	color: #fff;
}
/*####################################################
#                   PARTENAIRES                      #
####################################################*/
ul.organisation{
	float: left;
	width: 214px;
	padding-right: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-right: 1px dotted #ccc;
	line-height: 1.5em;
}
ul.organisation.last{
	width: 225px;
	margin-right: 0;
	border-right: none;
}
ul#partenaires li{
	margin-bottom: 5px;
	padding-left: 8px;
	background: url(../images/puceGrise.png) 0 7px no-repeat;
}
ul#partenaires li.separator{
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
/*####################################################
#                   HISTORIQUE                       #
####################################################*/
dl.affiche{
	width: 92px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
dl.affiche dt img{
	padding: 2px;
	border: 1px solid #ccc;
}
dl.affiche dd{
	margin-left: 0;
	font-weight: bold;
	font-style: italic;
}
/*####################################################
#                 RENSEIGNEMENTS                     #
####################################################*/
/*carte*/
div#map_canvas{
	width: 690px;
	height: 410px;
	margin-bottom: 20px;
	overflow: hidden;
}
/*####################################################
#                 STAGE DE DANSE                     #
####################################################*/
div#stageDanse ul{
	margin: 10px 10px 0 10px;
}
div#stageDanse li{
	margin-bottom: 10px;
	font-weight: bold;
}
div#stageDanse p{
	padding: 30px 0 0 120px;
	height: 160px;
	margin: 10px;
	background: url(../images/danseurs.jpg) 0 100% no-repeat;
}
div#stageDanse p span{
	color: #e3281f;
	font-weight: bold;
}
