* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-size: 62.5%;
	font-family: verdana, sans-serif;
	color: #35342D;
	background: #3E3C30 url('fond-body-jmw.jpg') repeat-x top;
	text-align: center;
}

.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

#page {
	width: 770px;
	font-size: 11px;
	margin: 0 auto;
	text-align: left;
	background: url('fond.jpg') repeat-y;
}


/* ------------------------------
		haut de page
 */

#page #titre {
	float: left;
	width: 540px;
	height: 93px;
	text-align: left;
	background: url('bandeau-haut.jpg') no-repeat;
}

#page #titre a {
	display: block;
	width: 540px;
	height: 0px !important;
	height /**/:93px;
	padding-top: 93px;
	overflow: hidden;
}

#page #recherche {
	float: right;
	width: 230px;
	height: 93px;
	text-align: left;
	background: url('fond-recherche.jpg') no-repeat;
}

#page #recherche form {
	display: block;
	padding: 35px 35px 0 35px;
}

#page #recherche form label {
	color: #ADAA97;
}

#page #recherche form #champ-recherche {
	margin-top: 8px;
	width: 120px;
}

#page #bandeau {
	clear: both;
	position: relative;
	float: left;
	width: 540px;
	height: 240px;
	background: url('fond-bandeau-gauche-jmw.jpg') no-repeat top;
}

#page #bandeau img {
	display: none;
	position: absolute;
	top: 0px; left: 16px;
	z-index: 10;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ADAA97;
}

#page #bandeau img.premiere {
	display: block;
}

#page #menu {
	float: right;
	width: 230px;
	height: 240px;
	background: url('btn-sous-menu.jpg') no-repeat bottom;
}

#page #menu ul {
	list-style: none;
}

#page #menu ul li#menu-accueil,
#page #menu ul li#menu-actualite,
#page #menu ul li#menu-calendrier,
#page #menu ul li#menu-le-team,
#page #menu ul li#menu-contact {
	display: block;
	width: 230px;
	height: 44px;
}

#page #menu ul li#menu-accueil a,
#page #menu ul li#menu-actualite a,
#page #menu ul li#menu-calendrier a,
#page #menu ul li#menu-le-team a,
#page #menu ul li#menu-contact a {
	display: block;
	width: 230px;
	height: 0px !important;
	height /**/:44px;
	padding-top: 44px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page #menu ul li#menu-accueil a {
	background-image: url('btn-accueil.jpg');
}

#page #menu ul li#menu-actualite a {
	background-image: url('btn-actu.jpg');
}

#page #menu ul li#menu-calendrier a {
	background-image: url('btn-calendrier.jpg');
}

#page #menu ul li#menu-le-team a {
	background-image: url('btn-team.jpg');
}

#page #menu ul li#menu-contact a {
	background-image: url('btn-contact.jpg');
}

#page #menu ul li#menu-accueil a:hover,
body#accueil #page #menu ul li#menu-accueil a,
#page #menu ul li#menu-actualite a:hover,
body#actu #page #menu ul li#menu-actualite a,
#page #menu ul li#menu-calendrier a:hover,
body#calendrier #page #menu ul li#menu-calendrier a,
#page #menu ul li#menu-le-team a:hover,
body#team #page #menu ul li#menu-le-team a,
#page #menu ul li#menu-contact a:hover,
body#contact #page #menu ul li#menu-contact a {
	background-position: 0 -44px;
}


/* ------------------------------
		contenu
 */

#page #contenu {
	clear: both;
	float: left;
	width: 500px !important;
	width /**/:540px;
	padding: 0 20px 10px 20px;
}

#page #contenu a,
#page #contenu a:link,
#page #contenu a:visited {
	font-size: 1em;
	color: #35342D;
	font-weight: bold;
	text-decoration: none;
}

#page #contenu a:hover {
	font-size: 1em;
	color: #35342D;
	font-weight: bold;
	text-decoration: underline;
}

#page #contenu a.lire_plus,
#page #contenu a.lire_plus:link,
#page #contenu a.lire_plus:visited {
	font-size: 1em;
	color: #78141A;
	font-weight: bold;
	text-decoration: none;
}

#page #contenu a.lire_plus:hover {
	font-size: 1em;
	color: #78141A;
	font-weight: bold;
	text-decoration: underline;
}

#page #contenu h2 {
	font-size: 1.4em;
	color: #35342D;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

#page #contenu h3 {
	clear: both;
	font-size: 1.1em;
	color: #78141A;
	font-weight: bold;
	padding: 10px 0;
}

#page #contenu h4 {
	font-size: 1em;
	color: #444;
	font-weight: normal;
	font-style: italic;
	padding: 2px 0;
}

#page #contenu h5 {
	clear: both;
	font-size: 11px;
	color: #35342D;
	font-weight: bold;
}

#page #contenu .evenement {
	padding-bottom: 10px;
}

#page #contenu h5 span {
	font-weight: normal;
}

#page #contenu p {
	padding-bottom: 10px;
}

#page #contenu .spip_documents_center {
	text-align: center;
	padding-bottom: 10px;
}

#page #contenu .spip_documents_right {
	margin-left: 5px;
}

#page #contenu .spip_logos,
#page #contenu .spip_documents_left {
	margin-right: 5px;
}

#page #contenu ul {
	font-size: 1em;
	list-style: disc inside;
	padding-bottom: 10px;
	padding-left: 10px;
}

#page #contenu ul ul {
	padding-bottom: 0;
}

#page #contenu ul.articles li {
	margin-bottom: 10px;
}

#page #contenu ul li span {
	color: #444;
}

#page #contenu form legend {
	display: block;
	clear: both;
	font-size: 1.1em;
	color: #78141A;
	font-weight: bold;
	padding: 10px 0;
}

#page #contenu form dl {
	text-align: center;
	margin-bottom: 10px;
}

#page #contenu form dl input,
#page #contenu form dl textarea {
	border: 1px solid #35342D;
}

#page #contenu form ul.boutons {
	text-align: center;
	list-style: none;
}

#page #contenu form ul.boutons input {
	border: 1px solid #35342D;
}

#page #contenu table.portfolio td {
	vertical-align: middle;
	text-align: center;
	padding: 8px;
}

#page #contenu table.portfolio td img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ADAA97;
}

#page #contenu .pagination {
	padding-top: 10px;
}


/* ------------------------------
		blocs
 */

#page .bloc {
	float: right;
	clear: right;
	width: 160px !important;
	width /**/:230px;
	padding: 10px 35px 20px 35px;
	background: url('bloc.jpg') no-repeat bottom;
}

#page .bloc.premier {
	margin-top: -14px;
}

#page #realisation.bloc {
	background: none;
}

#page .bloc h2 {
	clear: both;
	font-size: 1em;
	color: #ADAA97;
	font-weight: normal;
	padding-bottom: 8px;
}

#page .bloc h2#h2-annee {
	padding-top: 10px;
}

#page .bloc h2 a,
#page .bloc h2 a:link,
#page .bloc h2 a:visited {
	font-size: 1em;
	color: #ADAA97;
	text-decoration: none;
	font-weight: normal;
}

#page .bloc h2 a:hover {
	font-size: 1em;
	color: #ADAA97;
	text-decoration: underline;
	font-weight: normal;
}

#page .bloc ul#mois {
	list-style: none;
	width: 90px;
	padding: 0;
	margin: 0;
}

#page .bloc ul#mois li {
	float: left;
	width: 30px;
	text-align: center;
}

#page .bloc ul#mois li a {
	text-decoration: underline;
}

#page .bloc a#photo {
	display: block;
	position: relative;
	height: 115px;
}

#page .bloc a#photo img {
	position: absolute;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ADAA97;
	display: none;
}

#page .bloc a#photo img.premiere {
	display: block;
}

#page .bloc a#partenaires {
	display: block;
	position: relative;
	top: 0px; left: 26px;
	width: 100px;
	height: 70px;
}

#page .bloc a#partenaires img {
	position: absolute;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ADAA97;
}

#page #artego.bloc {
	background: none;
}

#page #artego.bloc a {
	display: block;
	text-align: center;
	padding-right: 10px;
}

#page #artego.bloc a img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ADAA97;
}

#page .bloc ul {
	list-style: disc;
	color: #ADAA97;
	padding-left: 15px;
	padding-bottom: 10px;
}

#page .bloc ul li a,
#page .bloc ul li a:link,
#page .bloc ul li a:visited {
	color: #ADAA97;
	text-decoration: none;
}

#page .bloc ul li a:hover {
	color: #ADAA97;
	text-decoration: underline;
}


/* ------------------------------
		pied_de_page
 */

#page #pied_de_page {
	clear: both;
	height: 30px;
	line-height: 30px;
	background: url('footer-jmw.jpg') no-repeat;
}

#page #pied_de_page ul {
	list-style: none;
	text-align: right;
}

#page #pied_de_page ul li {
	padding-right: 20px;
}

#page #pied_de_page ul li a,
#page #pied_de_page ul li a:link,
#page #pied_de_page ul li a:visited {
	color: #444;
	text-decoration: none;
}

#page #pied_de_page ul li a:hover {
	color: #444;
	text-decoration: underline;
}


/* ------------------------------
		lightbox
 */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('prev.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('next.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	