body {
	background: #918B86 url('../img/layout/header.jpg') top left repeat-x;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #3B3835;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block; }
* html .clearfix,
* html .container {height: 1%; }
.clearfix, .container {display: block; }


a { text-decoration: none; color: #666; }

em {font-style: italic;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}

h1,
h2,
h3 { font: normal 1.7em/1.3em Georgia, 'Times New Roman', Times, serif; }
h2 { color: #9B4113; }
h3 { font-size: 1.5em; color: #44403D; }
h4 { font-size: 1.5em; color: #00B9DE; }

h1 { color: white; font-size: 2.5em;}
.jquery h1 { display: none; }

.container {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 156px;
	width: 800px;
	position: relative;
}
#header ul {
	margin: 0;
}
#header ul li {
	display: inline;
	margin: 0;
	list-style: none;
}
ul#navlinks { 
	position: absolute; 
	top: 48px; 
	left: 0;
	width: 800px; 
	height: 108px; 
}

#navlinks li { float: left; width: 100px; } 
#navlinks li a { display: block; height: 108px; width: 100px; background: transparent url('../img/layout/menu.jpg') top left no-repeat; } 

#lang-en #navlinks li a {
	background-image: url('../img/layout/menu-en.jpg');
}

#lang-it #navlinks li a {
	background-image: url('../img/layout/menu-it.jpg');
}
a#back-home {
	width: 63px;
	height: 21px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('../img/layout/btn_accueil_fr.png');
	position: absolute;
	top: 10px;
	left: 25px;
}
a#back-home span {
	position: absolute;
	left: -9999px;
}
#lang-en a#back-home {
	background-image: url('../img/layout/btn_accueil_en.png');
}

#navlinks li a span { position: absolute; left: -9999px; }

#navlinks li#homelink { width: 290px; }
#navlinks li#homelink a { width: 290px; background-position: 0 0; background: transparent url('../img/layout/logo.jpg') top left no-repeat; } 
#navlinks li#homelink>a { background-image: url('../img/layout/logo-high.png'); } 

#navlinks li#t1 a 				{ background-position: 0 0; } 
#navlinks li#t1 a:hover 		{ background-position: 0 -108px; }
#navlinks li#t1 a.active,
#navlinks li#t1 a.active:hover 	{ background-position: 0 -216px; }

#navlinks li#t2 a 				{ background-position: -100px 0; } 
#navlinks li#t2 a:hover 		{ background-position: -100px -108px; } 
#navlinks li#t2 a.active,
#navlinks li#t2 a.active:hover 	{ background-position: -100px -216px; }

#navlinks li#t3 a 				{ background-position: -200px 0; }
#navlinks li#t3 a:hover 		{ background-position: -200px -108px; }
#navlinks li#t3 a.active,
#navlinks li#t3 a.active:hover 	{ background-position: -200px -216px; }

#navlinks li#t4 a 				{ background-position: -300px 0; }
#navlinks li#t4 a:hover 		{ background-position: -300px -108px; }
#navlinks li#t4 a.active,
#navlinks li#t4 a.active:hover 	{ background-position: -300px -216px; }

#navlinks li#t5 a 				{ background-position: -400px 0; margin-left: 10px; }
#navlinks li#t5 a:hover 		{ background-position: -400px -108px; }
#navlinks li#t5 a.active,
#navlinks li#t5 a.active:hover 	{ background-position: -400px -216px; }
/* TOOLBAR */
#toolbar {
	position: absolute;
	right: 0;
	top: 10px;
	height: 27px;
}
#toolbar li a {
	float: left;
	display: block;
	height: 23px;
	padding-top: 4px;
	text-align: center;
	width: 50px;
	font-size: 10px;
	position: relative;
	background: transparent url('../img/layout/toolbar_item_bg.png') top right no-repeat;
}
#toolbar li a span {
	position: absolute;
	left: -9999px;
}
#toolbar li.last a {
	width: 53px;
	background: transparent url('../img/layout/toolbar_last.png') top right no-repeat;
}
#toolbar li a img {
	position: absolute;
	top: 8px;
	left: 17px;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity:0.6; /* Mozilla */
	-khtml-opacity: 0.6; /* Safari */
	opacity: 0.6; /* CSS3 */
}
#toolbar li.active a img,
#toolbar li a:hover img {
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* Mozilla */
	-khtml-opacity: 1; /* Safari */
	opacity: 1; /* CSS3 */	
}


#toolbar li#tpresse a {
	font-size: 11px;
	color: #f4f4f4;
	width: 97px;
	padding-left: 25px;
	background: transparent url('../img/layout/toolbar_presse.png') top left no-repeat;
	border-right: 1px solid #333;
}
/* FOOTER */
#footer { 
	clear: both; 
	height: 35px; 
	margin: 7px 0 0 0; 
	width: 800px; 
	background: transparent url('../img/layout/footer.png') bottom left no-repeat; 
	position: relative; 
}

#footerlinks a:hover 	{ text-decoration: underline; }
#footerlinks 			{ font-size: 10px; margin: 2px 0 0 10px; }
#footerlinks li 		{ display: block; float: left; margin: 1px 10px 0 0; list-style: none;}

/* SIDEBAR */
#sidebar { 
	width: 98px;
	float: right;
	height: 409px;
	overflow: hidden;
}
#sidebar ul {
	margin: 0;
}
#sidebar li {
	background: transparent url('../img/layout/fond_miniature_droite.png') top left no-repeat;
	position: relative;
	list-style: none;
	padding: 4px;
	height: 95px;
	margin: 0;
	overflow: hidden;
}
#sidebar li a {
	display: block;
	height: 95px;
	width: 90px;
	position: relative;
	overflow: hidden;
}
#sidebar li a span {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 65px;
	right: 2px;
	background: transparent url('../img/layout/loupe_bg.png') top left no-repeat;
	z-index: 100;
}
#sidebar li.hover span,
#sidebar li.current span {
	background: transparent url('../img/layout/loupe_bg_on.png') top left no-repeat;
}
#sidebar li span span {
	left: -9999px;
}

/* CONTENT */
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: Georgia, 'Times new roman', Times, serif;
	font-weight: normal;
}
#content {
	position: relative;
	margin: 0 12px 0 0;
	width: 682px;
	background: white;
	padding: 4px;
	float: left;
}
.jquery #content {
	height: 400px;
	background: white url('../img/layout/content_background.png') bottom right no-repeat;
	overflow: hidden;
}
.jquery #content.wide {
	width: 792px;
	margin: 0;
	padding-top: 10px;
}
#content .content-background {
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
}
.jquery #content .content-background {
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 4px;
	left: 4px;
	padding: 0 5px 5px 5px;
	width: 670px;
	height: 393px;
}
.jquery #content.wide .content-background {
	width: 790px;
	height: 403px;
}

.jquery #content .content-background.current {
	z-index: 3;
}
.jquery #content .content-content {
	width: 270px;
	background-color: transparent;
	position: relative;
	z-index: 20;
	margin-left: 8px;
}
#content .block {
	margin-bottom: 5px;
}
#content .block + .block{
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.jquery #content .block {
	position: relative;
	width: 270px;
	margin-bottom: 4px;
	float: left;
	background-image: url('../img/layout/white_bg.png');
	z-index: 100;
	border: 0;
}
.jquery #content .block.last {
	margin-bottom: 0;
}

.jquery #content .block .panel {
	margin: 9px 9px 1px 9px;
	padding-bottom: 10px;
}
#content .slidebutton {
	display: none;
}
.jquery #content .slidebutton {
	cursor: pointer;
	clear: both;
	height: 15px;
	width: 15px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-left: 8px;
	background: transparent url('../img/layout/slidebtn.png') top left no-repeat;
	z-index: 4;
}
.jquery #content .slidebutton.active {
	background-position: 0 -15px;
}
.jquery #content .slidebutton span {
	position: absolute;
	left: -9999px;
}


/* Contact */
#page-contact #content {
	height: 392px;
}
#page-contact h2,
#page-contact h3 {
		font-size: 2em;
}
label.required {font-weight:bold;}
input.text, textarea, select {margin:4px 0;border:1px solid #bbb; font: normal 11px Verdana, Arial, Helvetica, sans-serif;}
input.text:focus, textarea:focus, select:focus,
#contact_form p.error input.text:focus, #contact_form p.error textarea:focus, #contact_form p.error select:focus {border:1px solid #666;}
input.text {width:195px;padding:3px;}
textarea {width:195px;height:100px;padding:3px;}
p.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.success {background:#E6EFC2;color:#264409; border: 1px solid #C6D880; padding: 10px; border-right: 0; border-left: 0;}
p.success a {color:#264409;}
#contactblock {
	width: 290px;
	padding: 5px;
	float: left;
	margin-right: 10px;
}
#contactblock form {
	margin-top: 2px;
}
#contact_form label {
	display: block;
	float: left;
	width: 65px;
	height: 17px;
	padding-top: 8px;
	text-align: right;
	padding-right: 15px;
}
#contact_form label.error {
	float: none;
	font-size: 10px;
	width: 280px;
	margin: 0;
	font-weight: normal;
	padding: 0 10px 5px 0;
	height: 10px;
	text-align: right;
	line-height: 1;
}

#contact_form p.error input,
#contact_form p.error textarea {
	border-color:#FBC2C4;
}
#contact_form p {
	border-bottom: 1px dotted #ccc;
}
#contact_form p.last {
	border: 0;
}

#contact_form select {
	height: 24px;
	padding: 4px;
}
#contact_form input.submit {
	height: 25px;
	padding: 0 0 0 30px;
	width: 135px;
	background: transparent url('../img/layout/send_button.png') 0 3px no-repeat;
	color: white;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	margin-top: 5px;
	text-align: left;
	line-height: 1;
	cursor: pointer;
	float: right;
	clear: both;
}

#address {
	width: 174px;
	padding: 3px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}
#address h3 {
	color: #918B86;
	text-indent: 5px;
}
#address address {
	font-size: 11px;
	color: #5A5652;
	margin: 3px 0 1em 10px;
	line-height: 1.4;
}
#address address strong {
	color: #00B9DE;
	font: normal 1.5em Georgia, "Times new roman", Times, serif;
}
#address address em {
	color: #918B86;
}
#phonemail {
/*186x97*/
	display: block;
	width: 164px;
	padding: 5px;
	height: 87px;
	text-align: center;
	color: white;
	background: #ddd url('../img/content/mail_tel_bg.jpg') top left no-repeat;
	font-size: 1.2em;
	line-height: 8px;
}
#phonemail strong {
	font: normal 1.3em Georgia, "Times new roman", Times, serif;
}
#phonemail a {
	color: white;
}
#phonemail a:hover {
	border-bottom: 1px dotted white;
}

#leaflet-map {
	width: 282px;
	float: left;
}
#download-leaflet {
	width: 280px;
	background: transparent url('../img/content/download_leaflet_background.jpg') bottom right no-repeat;
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px 0;
}

#download-leaflet a {
	display: block;
	margin: 0 auto;
	background: transparent url('../img/layout/downloadbutton.png') top center no-repeat;
	padding-top: 90px;
	color: #00B9DE;
	font: normal 18px Georgia, 'Times new roman', Times, serif;
}
#download-leaflet a:hover {
	background-image: url('../img/layout/downloadbutton_on.png');
}
#download-leaflet a span {
	display: block;
	clear: both;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
}
#googlemap {
	position: relative;
	width: 280px;
	height: 206px;
	border: 1px solid #ddd;
	margin-top: 10px;	
	
}
#googlemap a {
	background: white url('../img/content/map.jpg') top left no-repeat;
	position: absolute;
	height: 196px;
	width: 270px;
	top: 5px;
	left: 5px;
	display: block;
}
#googlemap a span {
	display: block;
	height: 21px;
	padding: 3px 13px 0 32px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url('../img/layout/loupe_bg.png') top left no-repeat;
	z-index: 100;
	color: white;
}
#googlemap a:hover span {
	background: transparent url('../img/layout/loupe_bg_on.png') top left no-repeat;
}

#legal {
	padding: 10px 25px;
	background: white;
	margin-right: 3px;
	border: 1px solid #555;
	border-width: 0 1px 1px 0;
}

#page-legal h1 {
	padding: 10px 25px;
	display: block;
	background: white;
	margin-right: 3px;
	border-right: 1px solid #555;
	color: #777;
}

#legal h2 {
	border-bottom: 1px dotted #9B4113;
	margin-bottom: 5px;
}
#legal p {
	margin-bottom: 1.5em;
}
#page-presse #content .block {
	width: 400px;
	margin-left: 10px;

}
#page-presse #content .block.files {
	margin-top: 10px;
	background-image: url('../img/layout/white_bg.png');
}
body>div#page-presse div#content .block.files {
	background-image: none;
	background-color: transparent;
}
#page-presse table {
	position: relative;
}

#page-presse table {
	width: 400px;
	clear: both;
	background: white;
}
body>div#page-presse table {
	width: 400px;
	clear: both;
	background-color: transparent;
}
body>div#page-presse table tbody {
	background-color: transparent;
	background-image: url('../img/layout/nth_background.png');
}

#page-presse table tr,
#page-presse table td {
	height: 25px;
	position: relative;
}

#page-presse .titlecol {
	width: 367px;
	padding-left: 10px;
}
#page-presse table a {
	position: relative;
	z-index: 200;
}
#page-presse .titlecol a {
	display: block;
	height: 20px;
	width: 367px;
	color: #442510;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
}
#page-presse .titlecol a:hover {
	color: #B47B46;
}
#page-presse .dlcol {
	width: 23px;
}
#page-presse table thead td {
	padding-right: 0;
	margin: 0;
	font: normal 1.5em/1.3em Georgia, 'Times New Roman', Times, serif;
	height: 35px;
	background-image: url('../img/layout/white_bg.png');
	
}

.pager {
color: #ddd;
}
.pager span {
	display: block;
	float: left;
	width: 7px;
	height: 15px;
	padding: 2px 3px 2px 4px;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Mozilla */
	-khtml-opacity: 0.7; /* Safari */
	opacity: 0.7; /* CSS3 */
	color: white;
}
.pager span.pager-title {
	width: 50px;
}
.pager span.page-number {
	cursor: pointer;
}
.pager span.page-number.active,
.pager span.page-number.hover {
	background: white;
	color: #333;
}

tr.hidden {
	display: none;
}

#warn-explorer a {
	color: #B47B46;
	font-size: 1.1em;
}
#warn-explorer a:hover {
	border-bottom: 1px solid #B47B46;
}