/* Eric Meyer Reset CSS
---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Commons & utilities
---------------------------------------------- */
body{
	background: url(../images/body-background.jpg) 0 0 repeat #FBDAB7;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #333;
}
a{
	color: #333;
	text-decoration: none;
}
img{display: block;}
.clear{clear: both;}
.left{float: left;}
.right{float: right;}

/* Header
---------------------------------------------- */
#header{
	margin: 0 auto;
	padding: 0 130px;
	width: 940px;
	height: 100px;
	background: url(../images/header-background.jpg) 0 0 no-repeat transparent;
}
#header h1{
	float: left;
	margin: 20px 0 0 0;
	width: 320px;
	height: 60px;
	background: url(../images/h1-background.png) right 0 no-repeat transparent;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	width: 320px;
	height: 60px;
}
#header ul{
	float: right;
	width: 532px;
	height: 100px;
}
#header ul li{
	float: left;
	margin: 50px 0 0 10px;
}
#header ul li a{
	display: block;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	line-height: 0.5;
	background-color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#header ul li a:hover,
#header ul li a.current{
	color: #333;
	background-color: #fff;
}

/* Banner
---------------------------------------------- */
#banner{
	margin: 0 auto;
	width: 1200px;
}

/* Main
---------------------------------------------- */ 
#main{
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 1200px;
	height: 388px;
	background: url(../images/main-background.jpg) 0 0 no-repeat transparent;
}

/* Home
---------------------------------------------- */
#home #main ul{
	margin: 0 auto;
	width: 960px;
	height: 370px;
}
#home #main ul li{
	position: relative;
	float: left;
	padding: 20px;
	width: 280px;
	height: 340px;
	background: url(../images/main-li-background.png) 0 0 no-repeat transparent;
}
#home #main ul li h2{
	display: block;
	width: 280px;
	height: 190px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#home #main ul li#esprit h2{background-image: url(../images/h2-esprit-background.jpg);}
#home #main ul li#photos h2{background-image: url(../images/h2-photos-background.jpg);}
#home #main ul li#infos h2{background-image: url(../images/h2-infos-background.jpg);}
#home #main ul li p{
	font-size: 13px;
	line-height: 1.5;
}
#home #main ul li a{
	position: absolute;
	bottom: 30px;
	right: 20px;
	display: block;
	width: 70px;
	height: 20px;
	background: url(../images/main-a-background.gif) 0 0 no-repeat transparent;
	text-indent: -9999px;
}
#home #main ul li a:hover{background-position: 0 -20px;}

/* Signification et esprit
---------------------------------------------- */
#esprit #main{
	padding: 0 0 20px 0;
	height: auto;
}
#esprit #main img{
	margin: 0 auto;
	width: 960px;	
	height: 20px;
}
#esprit #main #content{
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	width: 920px;
	height: auto;
	background: url(../images/main-bg.png) 0 0 repeat-y transparent;
}
#esprit #main #content h2{
	display: block;
	margin: 0 auto;
	width: 600px;	
	height: 80px;
	background: url(../images/h2-signification-et-esprit.gif) 0 0 no-repeat #fff;
	text-indent: -9999px;
}
#esprit #main #content p.subheader{
	margin: 10px 20px 0 0;
	font: 14px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-align: justify;
	text-transform: uppercase;
}
#esprit #main #content p{
	margin: 10px 20px 0 0;
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #666;
}
#esprit #main #content .left{width: 600px;}
#esprit #main #content .right{width: 320px;}
#esprit #main #content .right img{
	width: 320px;
	height: 710px;
}

/* Photos et vidéos
---------------------------------------------- */
#photos #main{
	padding: 20px 0;
	height: auto;
}
#photos #main h2{
	display: block;
	margin: 0 auto;
	width: 920px;	
	height: 40px;
	text-indent: -9999px;
}
#photos #main .content{
	margin: 0 auto 40px auto;
	padding: 0 0 0 20px;
	width: 940px;
	height: auto;
}
#photos #main h2#photos{background: url(../images/photos-h2.gif) top left no-repeat transparent;}
#photos #main h2#videos{background: url(../images/videos-h2.gif) top left no-repeat transparent;}
#photos #main ul{
	float: left;
}
#photos #main ul li{
	float: left;
	margin: 10px 10px 0 0;
	width: 106px;
	height: 106px;
	background-color: #fff;
}
#photos #main ul li a{
	display: block;
	border: 1px solid #fff;
	width: 106px;
	height: 106px;
}
#photos #main ul li a.videos{
	display: block;
	border: 1px solid #999;
	width: 106px;
	height: 106px;
	background: url(../images/video.png) center center no-repeat transparent;
}

/* Informations et horaires
---------------------------------------------- */
#horaires #main{
	padding: 0 0 20px 0;
	height: auto;
}
#horaires #main h2{
	display: block;
	margin: 0 auto;
	width: 960px;	
	height: 63px;
	background: url(../images/h2-informations-et-horaires.jpg) 0 0 no-repeat #fff;
	text-indent: -9999px;
}
#horaires #main h3{
	font: bold 14px/2 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
}
#horaires #main #content{
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	width: 920px;
	height: auto;
	background: url(../images/esprit-main-bg.png) 0 0 repeat-y transparent;
}
#horaires #main #content div.left{
	padding: 0 20px 0 0;
	border-right: 1px solid #ccc;
	width: 619px;
}
#horaires #main #content div.right{
	padding: 0 0 0 20px;
	width: 249px;
}
#horaires #main #content div.left #googlemap{
	border: 1px solid #333;
	width: 598px;
	height: 298px;
}
#horaires #main #content p{
	margin: 0 0 14px 0;
	font: 14px/2 Arial, Helvetica, sans-serif;
	color: #333;
}
#horaires #main img{
	margin: 0 auto;
	width: 960px;	
	height: 20px;
}

/* Bottom
---------------------------------------------- */
#bottom{
	height: auto;
	background: url(../images/bottom-background.png) repeat-x 0 0 transparent;
	color: #fff;
}
#bottom #sub{
	margin: 0 auto;
	padding: 3px 0 0 0;
	width: 940px;
}
#bottom #sub div.left{
	border-left: 1px dashed #706960;
	width: 629px;
}
#bottom #sub div.right{
	border-left: 1px dashed #706960;
	border-right: 1px dashed #706960;
	width: 308px;
	height: 255px;
}
#bottom #sub h3{
	display: block;
	border-bottom: 1px dashed #706960;
	width: 100%;
	height: 43px;
	text-indent: -9999px;
}
#bottom #sub div.left h3{background: url(../images/bottom-h3-contact-background.gif) center center no-repeat transparent;}
#bottom #sub div.right h3{background: url(../images/bottom-h3-news-background.gif) center center no-repeat transparent;}

#bottom #sub form fieldset{
	padding: 10px;
	width: 294px;
	height: 190px;
}
#bottom #sub form fieldset.right{border-left: 1px dashed #706960;}
#bottom #sub form p{margin: 0 0 10px 0;}
#bottom #sub form p label{
	float: left;
	margin: 0 10px 0 0;
	width: 60px;
	font: 12px/2 "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #c4e8ee;
	text-align: right;
}
#bottom #sub form p .text{
	padding: 5px;
	border: 0 none;
	width: 212px;
	font: bold 12px/1 Arial, Helvetica, sans-serif;
	background-color: #a9a5a1;
}
#bottom #sub form p .textarea{
	padding: 5px;
	border: 0 none;
	width: 284px;
	height: 119px;
	font: bold 12px/1.5 Arial, Helvetica, sans-serif;
	background-color: #a9a5a1;
}
#bottom #sub form p.button{text-align: right;}
#bottom #sub form p.button input{
	margin: -2px 0 0 0;
	padding: 3px 10px;
	border: 0 none;
	font: bold 12px/1 "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #c4e8ee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#bottom #sub form p.button input:hover{
	color: #333;
	background-color: #fff;
	cursor: pointer;
}
#bottom #sub div.right h4{
	margin: 10px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#bottom #sub div.right p{
	padding: 10px;
	font-size: 12px;
}

/* Footer
---------------------------------------------- */
#footer{
	border-top: 1px solid #fff;
	background-color: #9d9d9d;
}
#footer div{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 940px;
}
#footer p{
	float: left;
	font-size: 12px;
	color: #000;
}
#footer p a{
	font-size: 12px;
	color: #000;
}
#footer p a:hover{text-decoration: underline;}
#footer ul{float: right;}
#footer ul li{
	float: left;
	margin: 0 0 0 30px;
}
#footer ul li a{
	display: block;
	color: #000;
	font-size: 12px;
}
#footer ul li a:hover,
#footer ul li a.current{
	border-bottom: 1px solid #000;
}

/* BlockUI
----------------------------------------------- */
.blockUI img { display: inline; }

/* Impromptu
---------------------------------------------- */
.jqifade {
	position: absolute;
	background-color: #aaaaaa;
}
div.jqi {
	width: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer { font-weight: bold; }
div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
	cursor: pointer;
}
div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444444;
}
div.jqi .jqibuttons {
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}
div.jqi button {
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
div.jqi button:hover { background-color: #728A8C; }
div.jqi button.jqidefaultbutton { background-color: #BF5E26; }
.jqiwarning .jqi .jqibuttons { background-color: #BF5E26; }
div.jqi p.error,
div.jqi p.message{
	margin: 0 0 10px 0;
	font-weight: normal;
}
div.jqi p.error span,
div.jqi p.message span{
	font-weight: bold;
}
div.jqi p.error span{color: #c00;}
div.jqi p.message span{color: #09f;}