/*===================================================================*/
/*============================ 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; }
.hidden { display: none; }
div.error_message, div.info_message, div.indicator_message { padding: 15px 10px; margin: 20px; }
div.error_message { background: #F4CACA; border: 2px solid #CC0000; color: #CC0000; }
div.info_message { background: #CAF4CA; border: 2px solid #090; color: #090; }
div.indicator_message { background: #F4F4F4; border: 2px solid #999; color: #999; }
div.error_message ul, div.info_message ul, div.indicator_message ul { list-style: none; }
/*===================================================================*/
/*============================ GLOBAL ===============================*/
body { background: url('../images/design/body_bg.jpg') repeat-x #444; text-align: center; }
body, table { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #444444; }
/*===================================================================*/
/*=========================== CONTAINTER ============================*/
div.container { width: 816px; margin: 0 auto; text-align: left; }
div.content { background: url('../images/design/content_bg.gif') repeat-y #FFF; padding: 40px 48px; }
/*===================================================================*/
/*============================== TOP ================================*/
div.top { height: 352px; position: relative; }
div.header { background: url('../images/design/header_bg.jpg') no-repeat; height: 151px; }
div.header h1 a { 
	display: block;
	height: 86px;
	width: 338px;
	position: absolute;
	top: 5px;
	left: 232px;
}
div.header h1 a span { display: none; }
div.images {	
	position: absolute;
	top: 171px;
	left: 28px;
	height: 161px;
	width: 760px;
	overflow: hidden;
}
div.mask_images {
	background: url('../images/design/image_mask.png') no-repeat;
	height: 179px;
	width: 778px;
	position: absolute;
	top: 162px;
	left: 19px;
}
div.menu {
	position: absolute;
	top: 119px;
	height: 32px;
	padding: 0 30px;
	width: 756px;
	z-index: 999;
}
div.light {
	position: absolute;
	top: 140px;
	left: 0;
	width: 95px;
	height: 11px;
	background: url('../images/design/light.png') no-repeat;
}
div.lang {
	position: absolute;
	top: 11px;
	right: 48px;
	color: #FFF;
	font-size: 11px;
}
div.lang a { color: #FFF; text-decoration: none; }
div.lang a:hover { text-decoration: underline; }
/*===================================================================*/
/*============================ CONTENT ==============================*/
div.content div.contenu { float: left; width: 720px; /*560px si banniere*/ margin-right: 40px; }
div.contenu h1, div.contenu h2, div.contenu h3  { color: #e26910; margin-bottom: 15px; }
div.contenu h4, div.contenu h5, div.contenu h6 { color: #000; margin-bottom: 10px; }
div.contenu h1, div.contenu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 16px;	
	background: url('../images/design/title_bg.png') no-repeat 0 bottom;
}
div.contenu h3 { font-size: 15px; letter-spacing: 1px; }
div.contenu h4 { font-size: 13px; }
div.contenu h5 { font-size: 12px; }
div.contenu h6 { font-size: 12px; font-style: italic; }
div.contenu p, div.contenu ul, div.contenu ol { margin-bottom: 16px; line-height: 18px; }
div.contenu a { color: #e26910; }
div.contenu a:hover { color: #000; }
div#tools { text-align: right; margin-top: 40px; }
/*===================================================================*/
/*============================= RIGHT ===============================*/
div.right { float: left; width: 120px; text-align: center; display: none; }
div.right h2 {
	margin-bottom: 7px;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
div.right div.banniere { background: #444; height: 600px; }
/*===================================================================*/
/*=========================== COPYRIGHT =============================*/
div.copyright {
	background: url('../images/design/footer_bg.jpg') no-repeat;
	height: 80px;
	line-height: 40px;
	text-align: right;
	color: #000;
	padding-right: 48px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
div.copyright a { color: #000; text-decoration: none; }
div.copyright a:hover { color: #FFF; }

/*===================================================================*/
/*====================== GALLERY & REFERENCES =======================*/
div.gallery_liste, div.gallery_photos, div.references_liste, div.reference_fiche div.infos, div.gallery div.infos {
	background: url('../images/design/box_bg.png') repeat-y center 0 #212121;
	padding: 20px;
	border: 2px solid #E26910;
	margin-bottom: 20px;
	color: #FFF;
}
div.gallery_liste div.photo, div.references_liste div.photo { float: left; margin-right: 20px; }
div.gallery_liste div.photo a, div.gallery_photos div.photo a, div.references_liste div.photo a {
	display: block;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #999;
	text-align: center;
	border: 1px solid #222;
	overflow: hidden;
}
div.gallery_liste div.infos, div.references_liste div.infos { float: left; }
div.gallery_liste div.infos h3, div.references_liste div.infos h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; margin-bottom: 10px; }
div.gallery_liste div.infos a, div.references_liste div.infos a, div.reference_fiche div.infos a { text-decoration: none; }
div.gallery_liste div.infos a:hover, div.references_liste div.infos a:hover, div.reference_fiche div.infos a:hover { color: #FFF; text-decoration: underline; }
div.gallery_liste div.infos p, div.references_liste div.infos p { margin-bottom: 0; }
div.gallery_photos div.photo { float: left; margin: 3px; }
div.gallery div.infos p strong ,div.reference_fiche div.infos p strong { color: #E26910; }
div.reference_fiche div.link { text-align: right; }
/*===================================================================*/
/*========================== FORMULAIRE =============================*/
form div.field { margin-bottom: 15px; }
form div.field label {
	display: block;
	width: 180px;
	text-align: right;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
	//padding-top: 4px;
}
form div.field input { width: 200px; }
form div.field textarea { width: 300px; }
form div.field p.info {
	margin: 2px 0 0 190px;
	color: #999;
	font-style: italic;
	font-size: 11px;
	clear: both;
}
form div.field p.error { color: red; }
form div.submit  { padding: 10px 0 0 190px; border-top: 1px solid #E26910; }
form div.field img.code {
	display: block;
	clear: both;
	margin-left: 190px; 
	padding-top: 3px;
}
/*===================================================================*/
/*============================== AVIS ===============================*/
div.avis { margin-top: 20px; }
div.avis div.avi {
	background: url('../images/design/box_bg.png') repeat-y center 0 #212121;
	padding: 20px;
	border: 2px solid #E26910;
	margin-bottom: 20px;
	color: #FFF;
	position: relative;
}
div.avis div.avi span.nom {
	color: #E26910;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
	letter-spacing: 1px;
}
div.avis div.avi p.nom { font-size: 11px; font-style: italic; }
div.avis div.avi p.date {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #E26910;
	font-weight: bold;
	letter-spacing: 1px;
}
div.avislist form div.field input, div.avislist form div.field textarea { float: left; margin-right: 5px; }