/*===================================================================*/
/*============================ CLEAR ================================*/
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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
ol, ul, li { border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
ul { list-style: disc; }
ol {list-style: decimal; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; }
.error_message, .info_message, .indicator_message { padding: 15px 10px; margin: 20px; }
.error_message { background: #F4CACA; border: 2px solid #CC0000; color: #CC0000; }
.info_message { background: #CAF4CA; border: 2px solid #090; color: #090; }
.indicator_message { background: #F4F4F4; border: 2px solid #999; color: #999; }
.error_message ul, .info_message ul, .indicator_message ul { list-style: none; }
.hidden { display: none; }
/*===================================================================*/
/*============================ GLOBAL ===============================*/
body, table { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #4d4d4d; }
body { text-align: center; background: url('../images/design/body_bg.png') repeat-x #333333; padding-bottom: 40px; }

.relatedpages {
	border-top: solid 2px #bfe10e;
	margin-top: 40px;
	padding-top: 5px;
}
body .relatedpages h3 {
	font-size: 13px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	line-height: 20px;
}
body .relatedpages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*===================================================================*/
/*=========================== CONTAINER =============================*/
.container {
	text-align: left;
	width: 824px;
	margin: 0 auto;
	background: url('../images/design/container_bg.gif') repeat-y #e4e4e4;
	overflow: hidden;
}
.container_bis { padding: 70px 12px 0; background: url('../images/design/container_bis_bg.png') no-repeat; }
/*===================================================================*/
/*============================== MENU ===============================*/
.menu { height: 30px; background: #4d4d4d; padding: 0 30px 0 121px; }
/*===================================================================*/
/*============================ HEADER ===============================*/
.header { background: url('../images/design/header_bg.png') no-repeat #838383; height: 91px; position: relative; }
.header h1 a { display: block; height: 91px; width: 90px; }
.header h1 a span { display: none; }
.header p {
	position: absolute;
	top: 0;
	left: 90px;
	height: 91px;
	line-height: 91px;
	color: #FFF;
	padding: 0 30px;
	font-size: 22px;
}
.header p strong { font-weight: normal; }
/*===================================================================*/
/*=========================== PAGINATION ============================*/
div.pagination, div#sequence { margin-bottom: 40px; padding: 1px; float: right; }
div.pagination a, div#sequence a, div.pagination span, div#sequence span {
	color: #FFF;
	dislay: block;
	float: left;
	text-align: center;
	height: 20px;
	line-height: 20px;
	padding: 0 7px;
	text-decoration: none;
	margin-right: 1px;
	background-color: #838383;
}
div.pagination a:hover, div#sequence a:hover { color: #FFFFFF; text-decoration: none; background-color: #333; }
div#sequence a img { position: relative; top: 6px; }
div.pagination span, div#sequence span { background-color: #BFE10E; color: #fff; }
/*===================================================================*/
/*============================ CONTENT ==============================*/
.content { padding: 20px 26px 20px; position: relative; height: 470px; overflow: hidden; }
.home { background: url("../images/design/home.png") no-repeat 310px center; }
.name { display: none; }
.home .name { display: block; position: absolute; bottom: 11px; font-size: 66px; color: #828282; }
.home #tools { display: none; }
.contenu h1, .contenu h2 { margin-bottom: 10px; font-size: 25px; font-weight: normal; }
.contenu h3 { margin-bottom: 0; font-size: 18px; font-weight: normal; }
.contenu h4 { margin-bottom: 15px; font-size: 15px; }
.contenu h5 { margin-bottom: 10px; font-size: 15px; font-style: italic; }
.contenu h6 { margin-bottom: 10px; font-size: 12px; font-style: italic; }
.contenu p { line-height: 18px; margin-bottom: 10px; }
.contenu li { line-height: 20px; }
.contenu a { color: #000; }
.contenu a:hover { color: #4d4d4d; }
#tools { text-align: right; margin-top: 15px; clear: both; position: absolute; bottom: 20px; right: 20px; }

p.equipe {
	float: left;
	margin-right: 4px;
	text-align: center;
}
p.equipe img {
	border: solid 1px #fff;
}
p.equipe a {
	font-weight: bold;
	text-decoration: none;
}

/*===================================================================*/
/*========================== COPYRIGHT ==============================*/
.footer {
	background: url('../images/design/footer_bg.png') no-repeat;
	height: 45px;
	color: #FFF;
	font-size: 10px;
	position: relative;
}
.footer .box h2 { display: none; }
.copyright, .footer .box {
	position: absolute;
	top: 3px;
	height: 30px;
	line-height: 30px;
}
.footer .box { left: 38px; }
.copyright { right: 38px; }
.copyright a { color: #FFF; text-decoration: none; }
.copyright a:hover { text-decoration: underline; }
/*===================================================================*/
/*=============================== GMAP ==============================*/
#divgmap {
	margin-bottom: 10px;
	border: 1px solid #BBB;
	width: 500px;
	height: 300px;
}
/*===================================================================*/
/*========================== FORMULAIRE =============================*/
form .field { margin-bottom: 15px; }
form .field label {
	display: block;
	width: 180px;
	text-align: right;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
	//padding-top: 4px;
}
form .field input { width: 200px; }
form .field textarea { width: 280px; }
form .field .info {
	margin: 2px 0 0 190px;
	color: #999;
	font-style: italic;
	font-size: 11px;
	clear: both;
}
form .field .error { color: red; }
form .submit  { padding: 10px 0 0 190px; border-top: 1px solid #BBB; }
form .field .code {
	display: block;
	clear: both;
	margin-left: 190px; 
	padding-top: 3px;
}
/*===================================================================*/
/*============================ REFERENCES ===========================*/
.references_liste { margin-bottom: 20px; padding: 0 10px; }
.references_liste h3 { color: #4D4D4D; padding-top: 35px; }
.references_liste h3 a { color: #4D4D4D; text-decoration: none; }
.references_liste h3 a:hover { color: #000; text-decoration: none; }
.references_liste .photo {
	text-align: center;
	width: 100px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #BBB;
}
.references_liste .photo a {
	overflow: hidden;
	text-align: center;
	display: block;
}
.references_liste .photo a img {
	margin: auto;
}
.references_liste .photo { float: left; margin-right: 20px; }
.gallery_photos .photo { float: left; margin: 0 10px 10px 0; text-align: center; width: auto; }
.gallery_photos .photo img { border: 1px solid #FFF; }
.gallery_photos { margin-bottom: 20px; height: 80px; overflow: hidden; position: relative; }
.gallery_photos .photoline {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000000px;
}
/*.arrow {
	text-align: center;
	margin-bottom: 25px;
}*/
.arrow span {
	position: absolute;
	top: 20px;
	width: 14px;
	height: 80px;
}
.arrow span.previous {
	background: url('../images/design/previous.png') no-repeat;
	left: 8px !important;
	left: -18px;
}
.arrow span.next {
	background: url('../images/design/next.png') no-repeat;
	right: 7px !important;
	right: 19px;
}

.reference_fiche .infos { position: relative; }
.reference_fiche .infos .link {
	position: absolute;
	top: 5px;
	right: 0 !important;
	right: 50px;
	font-weight: bold;
}
.reference_fiche .infos p { }
.reference_fiche .infos p strong { }
