/*===================================================================*/
/*============================ 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, li {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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;
}
strong {
	font-weight: bold;
}
/*===================================================================*/
/*============================= BODY ================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #3c3232 ;
	color: #333;
}
div.clear { clear: both; }
h2, h3, h4 { color: #a81f19; text-decoration: none; font-weight: bold; }
a { color: #a81f19; text-decoration: none; }
a:hover { text-decoration: underline; }
.hidden { display: none; }
div.separate{
	clear: both;
}
div.error_message {
	background: #F4CACA;
	padding: 15px 10px 15px 50px;
	margin: 0 0 40px;
	border: 2px solid #CC0000;
	color: #CC0000;
}
div.info_message {
	background: #CAF4CA;
	padding: 15px 10px 15px 50px;
	margin: 0 0 40px;
	border: 2px solid #090;
	color: #090;
}
div.indicator_message {
	background: #F4F4F4;
	padding: 15px 10px 15px 50px;
	margin: 0 0 40px;
	border: 2px solid #999;
	color: #999;
}
/*===================================================================*/
/*========================== CONTAINER ==============================*/
div.container {
	text-align: left;
	width: 926px;
	margin: 37px auto 40px;
	background: url('../images/design/container_bg.gif') repeat-y #FFF;
}
div.container_bis {
	background: url('../images/design/top_bg.png') no-repeat;
	padding: 13px 0 0;
	position: relative;
}
div.content {
	margin: 0 13px;
	background: url('../images/design/content_bg.png') no-repeat 0 61px;
}
/*===================================================================*/
/*============================ HEADER ===============================*/
div.header {
	background: url('../images/design/header_bg.jpg') no-repeat 2px 2px;
	height: 158px;
	width: 900px;
	position: relative;
	left: 13px;
	margin-bottom: 57px;
	/*margin: 0 13px 57px;*/
}
div.header h1 a { display: block; height: 158px; }
div.header h1 a span { display: none; }
/*===================================================================*/
/*============================== LEFT ===============================*/
div.left {
	width: 307px;
	height: auto !important;
	height: 500px;
	min-height: 900px;
	float: left;
	margin-right: 44px;
}
/*===================================================================*/
/*============================ CONTENU ==============================*/
div.contenu {
	overflow: hidden;
	float: left;
	width: 504px;
	margin: 45px 0 50px;
	font-size: 13px;
	min-height: 400px;
}
div.contenu p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}
div.contenu h2, div.contenu h3, div.contenu h4 {
	margin-bottom: 10px;
}
div.contenu h2 {
	font-size: 20px;
	font-weight: normal;
}
div.contenu h3 {
	font-size: 16px;
}
div.contenu h4 {
	font-size: 13px;
}
div.contenu div#tools{
	clear: both;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}
div.contenu div#tools a img{
	border: none;
}
/*===================================================================*/
/*============================ MENU TOP =============================*/
div.menu_top {
	height: 57px;
	width: 896px;
	position: absolute;
	top: 171px;
	left: 15px;
	background: url('../images/design/menu_top_bg.gif') repeat-x;
	z-index: 2;
}
div.menu_top_content {
	margin-top: 17px;
	margin-left: 53px;
}
div.menu_top_content a {
	display: block;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;	
	background: url('../images/design/menu_top_item_bg.png') no-repeat;
	float: left;
	margin-right: 10px;
	color: #a81f19;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
div.menu_top_content a:hover {
	text-decoration: underline;
}
div.menu_top p {
	text-align: right;
	color: #FFF;
	margin: 27px 15px 0 0;
	font-size: 13px;
	font-weight: bold;
}
/*===================================================================*/
/*============================== MENU ===============================*/
div.menu {
	height: 57px;
	width: 250px;
	position: absolute;
	top: 222px;
	left: 68px;
	background: #EED2D1;
	z-index: 3;
	padding-top: 50px;
}
/*===================================================================*/
/*============================ COPYRIGHT ============================*/
div.copyright {
	clear: both;
	background: url('../images/design/bottom_bg.png') no-repeat bottom;
	padding: 0 13px 23px 321px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}
div.copyright a { color: #999999; text-decoration: underline; }
div.copyright a:hover { color: #4C4C4C; text-decoration: underline; }
/*===================================================================*/
/*=============================== NEWS ==============================*/
div.new_content img {
	float: left;
	padding:  0 10px 10px 0;
}
div.new_content p.date {
	margin-top: -15px;
	font-size: 11px;
}
div.new_content p span.more {
	font-size: 11px;
}
/*===================================================================*/
/*============================= DOCUMENTS ===========================*/
div.doc_liste li {
	cursor: pointer;
}
div.categ {
	border: 1px solid #DDDDDD;
	padding: 10px;
}
ul.liste {
	margin: 0;
	padding: 0;
}
ul.liste li {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 12px;
	padding: 5px 0;
}
ul.liste li:hover {
	background: #EEEEEE;
}
ul.liste li.separated {
	border-bottom: 1px solid #BBBBBB;
}
ul.liste li span img {
	margin: 0 10px;
}
ul.liste li span a {
	font-weight: bold;
}
ul.liste li span.type {
	font-size: 11px;
	margin-left: 10px;
}
ul.liste li span.poid {
	font-size: 11px;
	position: absolute;
	right: 10px;
}
ul.liste li span.description {
	display: block;
	font-size: 11px;
	padding: 2px;
	margin: 3px 5px 0;
	position: relative;
	left: 30px;
}
/*===================================================================*/
/*============================ FORMULAIRE ===========================*/
div.content form div.field {
	margin: 10px 0;
}
div.content form div.field label {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	padding: 0 10px 0 0;
	color: #7D7D7D;
	margin-top: 2px;
}
div.content form div.field input {
	width: 250px;
	padding: 2px;
}
div.content form div.field textarea {
	padding: 2px;
	width: 250px;
}
div.content form div.field img.code {
	margin: 10px 0 0 160px;
}
div.content form div.error {
	background: #F4CACA;
	border: 1px solid #CC0000;
	color: #CC0000;
	padding: 10px 0;
}
div.content form div.error div.info {
	margin: 5px 0 0 110px;
}
form p.info {
	margin: 0 0 0 160px;
	font-size: 11px;
	color: #999;
	font-style: italic;
}
form p.error {
	color: #F40000;
}
div.content form div.submit {
	border-top: 1px solid #BBB;
	padding: 10px 0;
	margin: 20px 0;
}
div.content form div.submit input {
	margin-left: 110px;
}
div.error_message {
	background: #F4CACA;
	padding: 15px;
	border: 1px solid #CC0000;
	color: #CC0000;
	margin-bottom: 10px;
}
div.info_message {
	background: #CAF4CA;
	padding: 15px;
	border: 1px solid #090;
	color: #090;
	margin-bottom: 10px;
}
div.indicator_message { 
	background: #F4F4F4;
	padding: 15px;
	border: 1px solid #999;
	color: #999;
	margin-bottom: 10px;
}
div.alert_message { 
	background: #CACAF4;
	padding: 15px;
	border: 1px solid #005;
	color: #005;
	margin-bottom: 10px;
}
/*===================================================================*/
/*============================== GALLERY ============================*/
div.gallery_photos div.photo, div.gallery_liste div.photo {
	float: left;
	margin: 0 7px 5px 0;
	width: 100px;
	height: 100px;
	padding: 10px;
}
div.gallery_liste div.photo {
	margin-right: 10px;
}
div.galerie div.image {
	text-align: center;
}
div.galerie div.action_galerie {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	margin: 15px 0;
	position: relative;
	text-align: center;
}
div.galerie div.action_galerie span.action_previous {
	position: absolute;
	left: 0;
}
div.galerie div.action_galerie span.action_next {
	position: absolute;
	right: 0;
}
div.galerie div.action_galerie span.action_previous img, div.galerie div.action_galerie span.action_next img {
	margin-right: 5px;
}
/*===================================================================*/
/*================================ AVIS =============================*/
div.avis div.avi {
	margin-bottom: 15px;
	position: relative;
	padding: 0 15px 15px;
}
div.avis div.separatlist {
	border-bottom: 1px solid #CCC;
}
div.avis p {
	margin: 0;
}
div.avis p.nom {
	color: #999;
	font-size: 11px;
	font-style: italic;
}
div.avis p span {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
div.avis p.date {
	position: absolute;
	top: 0;
	right: 15px;
	color: #999;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 11px;
}
div.avis p.comment {
	margin-top: 10px;
	text-align: justify;
}
