/*===================================================================*/
/*============================ 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, table { font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 14px; }
body { text-align: center; background: #fefbef; padding-bottom: 20px; }
/*===================================================================*/
/*=========================== CONTAINER =============================*/
div.container {
	width: 826px;
	margin: 0 auto;
	background: url('../images/design/container_bg.gif') repeat-y #FFF;
	text-align: left;
	overflow: hidden;
}
/*===================================================================*/
/*============================ HEADER ===============================*/
div.header { height: 280px; position: relative; }
div.header h1 a { 
	display: block;
	height: 96px;
	width: 288px;
	position: absolute;
	top: 15px;
	left: 38px;
	z-index: 3;
}
div.header h1 a span { display: none; }
div.header div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 826px;
	height: 280px;
	background: url('../images/design/header_overlay.png') no-repeat;
	z-index: 2;
}
div.header div.image {
	position: absolute;
	bottom: 0;
	left: 18px;
	text-align: center;
	height: 275px;
	width: 790px;
	overflow: hidden;
}
div.header div.lang {
	position: absolute;
	top: 12px;
	right: 25px;
	z-index: 3;
	font-size: 11px;
	font-weight: bold;
	color: #c63d18;
}
div.header div.lang a { color: #c63d18; text-decoration: none; }
div.header div.lang a:hover { color: #333; text-decoration: underline; }
/*===================================================================*/
/*============================== MENU ===============================*/
div.menu { height: 40px; background: url('../images/design/menu_bg.gif') repeat-x #f7c93d; margin: 0 18px; }
/*===================================================================*/
/*============================ CONTENT ==============================*/
div.content { background: url('../images/design/content_bg.png') repeat-x #f9eaae; margin: 0 18px; padding: 26px 25px 26px 41px; }
/*===================================================================*/
/*============================ CONTENU ==============================*/
div.contenu {
	float: left;
	width: 494px;
	margin-right: 30px !important;
	margin-right: 10px;
	overflow: hidden;
}
div.contenu div#divgmap { border: 1px solid #c63d18; height: 300px; }
div.contenu div#divgmap h1 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	background: none;
}
div.contenu a { color: #c63d18; }
div.contenu a:hover { color: #333; }
div.contenu h1, div.contenu h2, div.contenu h3, div.contenu h4, div.contenu h5, div.contenu h6 { color: #c63d18; }
div.contenu h1, div.contenu h2 {
	font-size: 22px;
	background: url('../images/design/title_bg.png') no-repeat;
	padding: 15px 0 15px 24px;
	margin-bottom: 17px;
}
div.contenu h3 { font-size: 18px; margin-bottom: 15px; }
div.contenu h4, div.contenu h5, div.contenu h6 { font-size: 14px; margin-bottom: 10px; }
div.contenu p { line-height: 18px; margin-bottom: 15px; }
div.contenu p li { line-height: 18px; }
div.contenu div#tools {
	text-align: right;
	clear: both;
	margin-top: 20px;
	font-size: 12px;
}
/*===================================================================*/
/*============================= RIGHT ===============================*/
div.right { width: 200px; float: left; }
div.right h2 {
	color: #c63d18;
	font-size: 22px;
	background: url('../images/design/title_right_bg.png') no-repeat;
	padding: 12px 0 15px 24px;
	margin-bottom: 17px;
}
div.right div.news p { line-height: 18px; font-size: 12px; }
div.right div.news div.new p.date { font-weight: bold; font-size: 12px; margin-bottom: 3px; }
div.right div.news div.new h3 { margin-bottom: 5px; }
div.right div.news div.new h3 a, div.right div.news a { color: #c63d18; text-decoration: none; font-weight: bold; }
div.right div.news div.new h3 a:hover, div.right div.news a:hover { color: #333; text-decoration: underline; }
div.right div.news div.new_separate { margin-bottom: 25px; }
div.right div.news p.all { margin-top: 15px; }
div.right div.citation { margin: 11px 0; }
div.right div.citation h2 { display: none; }
div.right div.citation p { font-size: 18px; text-align: center; }
div.right div.citation p em{
	display: block;
	font-size: 13px;
	text-align: right;
	margin-top: 10px;
}
/*===================================================================*/
/*========================== COPYRIGHT ==============================*/
div.copyright {
	height: 51px;
	background: url('../images/design/footer_bg.png') no-repeat #f2ab2e;
	line-height: 42px;
	text-align: center;
	font-size: 11px;
}
div.copyright a { text-decoration: none; color: #333; }
div.copyright a:hover { text-decoration: underline; }
/*===================================================================*/
/*============================= GALLERY =============================*/
div.gallery_liste, div.gallery_photos, div.gallery div.infos {
	background: #fefbef;
	padding: 20px;
	border: 2px solid #c63d18;
	margin-bottom: 20px;
	color: #333;
	font-size: 12px;
}
div.gallery_liste div.photo { float: left; margin-right: 20px; }
div.gallery_liste div.photo a, div.gallery_photos div.photo a {
	display: block;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #f9eaae;
	text-align: center;
	border: 1px solid #c63d18;
	overflow: hidden;
}
div.gallery_liste div.infos { float: left; width: 300px; }
div.gallery_liste div.infos h3 { font-size: 15px; margin-bottom: 10px; }
div.gallery_liste div.infos a { text-decoration: none; }
div.gallery_liste div.infos a:hover { color: #333; text-decoration: underline; }
div.gallery_liste div.infos p { margin-bottom: 0; }
div.gallery_photos div.photo { float: left; margin: 13px; }
div.gallery div.infos p strong { color: #c63d18; }
div.reference_fiche div.link { text-align: right; }
/*===================================================================*/
/*========================== FORMULAIRE =============================*/
form div.field { margin-bottom: 15px; font-size: 11px; }
form div.field label {
	display: block;
	width: 150px;
	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: 250px; }
form div.field p.info {
	margin: 2px 0 0 140px;
	color: #666;
	font-style: italic;
	font-size: 11px;
	clear: both;
}
form div.field div.info {
	margin: 2px 0 0 140px;
}
form div.error div.info {
	font-style: italic;
	color: #CC0000;
}
form div.field p.error { color: red; }
form div.submit  { padding: 10px 0 0 140px; border-top: 1px solid #c63d18; }
form div.field img.code {
	display: block;
	clear: both;
	margin-left: 140px; 
	padding-top: 3px;
}
/*===================================================================*/
/*============================== NEWS ===============================*/
div.news_liste img { float: left; padding:  0 10px 10px 0; }
div.news_liste p.date { margin-top: 0; font-size: 12px; }
div.news_liste p span.more { font-size: 12px; }
div.news_fiche div.photo { float: left; margin: 0 10px 10px 0; }
/*===================================================================*/
/*====================== INFOBOX INSCRIPTION ========================*/
div.inscription_box { font-size: 11px; }
div.inscription_box p { margin-bottom: 10px; line-height: 16px; }
div.inscription_box h3 { font-size: 16px; color: #c63d18; margin-bottom: 10px; }
div.inscription_box h4 { font-size: 14px; color: #c63d18; margin-bottom: 10px; }
