@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg-site.gif);
	/*background-color: #361b10;*/
	background-color: #361a0f;
	z-index:1;
	background-position: center top;
    }
.pos_relative {
	position: relative;
	height: 0px;
	line-height: 0px;
}
h1 {
}
h2 {
	color: #0d6e21;
}



li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #361b10;
}

a:active, a:focus{ 
   outline:none; 
}
.link_arrows, #btm_menu a {
	background-repeat: no-repeat;
	background-image: url(images/arrow-link.gif);
	padding-left: 26px;
	background-position: 0 3px;
}

img  {
	border: none;
}
table {
	margin: 0;
	padding: 0;
	empty-cells: show;
	border-collapse: collapse;
	width: 100%;
}
td {
	margin: 0;
	padding: 0;
	border:0;
	vertical-align: top;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 11px;
	height: 14px;
	margin: 0 6px;
	border: solid #361b10 1px;
}
select {
	height: 18px;
}
.exergue {
	color: #ff072b;
	font-weight: bold;
}
.intro {
	font-size: 12px;
	font-weight: normal;
}
.more {
	text-align: right;
}

.imgleft {
	float: left;
	margin-right: 8px;
}
.imgright {
	float: right;
	margin-left: 8px;
}
.imgcenter, .img_promo {
	text-align:center;
	margin: 0 auto;
}
.imgbottom {
vertical-align:bottom;
}
.imgmiddle {
	vertical-align:middle;
	line-height:0px;
	font-size:0px;
	margin:0;
	padding:0;
}
    .float_right { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
    	float: right;
    	margin-left: 8px;
    }
    .float_left { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear: both;
	line-height: 0px;
	height: 0px;
	margin: 0;
    }
#container,/* ============== main container */ .bottom_baseline, #bottom {
	width: 800px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	text-align: left;
	padding: 0px;
	color: #361b10;
	margin: 0 auto;
    }
	 
#header  {
	height: 190px;
	background-repeat: no-repeat;
	background-image: url(images/header.gif);
	position: relative;
	padding: 0;

    } 
#logo {
	width: 158px;
	top: 21px;
	left: 38px;
	position: absolute;

}
#logo a {
	height: 86px;
	display: block;
}
#top_options {
	width: 160px;
	margin-top: 10px;
	font-size: 10px;
	padding-left: 8px;
}
#top_options p {
	margin: 0 0 6px 4px;
}
#espace_pro {
	background-repeat: no-repeat;
	background-image: url(images/bg-espace-pro.gif);
	height: 97px;
	padding-top: 6px;
}

	
	/* ===================== menu */
#menu {
	height: 34px;
	position: absolute;
	top: 150px;
	width: 800px;

}
#menu ul {
	margin: 0 0 0 60px;
	padding: 0;
}
#menu li      {
	margin: 0;
	display: inline;
}

#menu a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: solid #361B10 1px;
	padding: 8px 8px 4px 4px;
}
.safari #menu  a   {
	font-size: 11px;
	padding-left: 2px;
}

#menu a:hover {
	color: #333333;
}
/* ========================== Sous menus */
.smenu_sec, .smenu_ter {
	padding: 0;
	position: absolute;
	width: 150px;
	top: 170px;
	display: none;
	z-index: 50;
	background-image: url(images/bg-smenu-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

.smenu_sec_top {
	margin: 0;
	padding-top: 4px;
	background-repeat: no-repeat;
	background-image: url(images/bg-smenu-top.gif);
}

.smenu_sec_bottom {
	height: 8px;
	padding: 0;
	background-image: url(images/bg-smenu-bottom.gif);
	background-repeat: no-repeat;
}


.smenu_sec a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 0px 4px;
	color: #361b10;
	line-height: 20px;
	border-top: solid #ffffff 1px;
	vertical-align: middle;
	padding-left: 18px;
}
.smenu_sec a:hover   {
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/1px-smenu-on.gif);
	border-top: solid #6d311b 1px;
	background-color: #6d311b;
}
.smenu_sec ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	margin-top: 8px;
}
.smenu_sec li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(images/arrow-smenu.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
.win.ie6 .smenu_sec li {
	font-size:1px; /*bug de ie6 marges sur li*/
}

#excel_decor {
	position: absolute;
	left: 16px;
	top: 178px;
	z-index: 5;
}
#page_title {
	position: absolute;
	left: -16px;
	top: 200px;
}
#page_title h1 {
	color: #d1dd82;
	font-size: 21px;
	padding: 0;
	margin: 33px 0 0 80px;
}




/* ================= Maincontent */
.center_container {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 30px;
	padding-bottom: 16px;
}
.center_container#center_home  {
	margin-top: 150px;
	background-image: url(images/bg-center-home.gif);
}
.center_container#center_others {
	margin-top: 93px;
	background-image: url(images/bg-center-others.gif);
}


/* ======================== boxes home */
#box_actus {
	width: 410px;
	margin-right: 10px;
}
#box_actus h1 {
	margin: 0;
	padding: 6px 0 16px 0;
}

#box_actus h2 {
	font-size: 14px;
	padding: 6px 0 14px 0;
	margin: 0;
}


#box_actus p {
	font-size: 11px;
	margin: 0 0 6px 0;
	color: #563529;
}

#box_direct_access {
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 10px;
	width: 310px;
}
#box_direct_access .direct_btn {
	float: left;
	margin-top: 18px;
	width: 155px;
}

/* ======================= internal pages */
#cell_left {
	width: 174px;
	margin: 0;
}
#cell_left h1 {
	font-size: 12px;
	padding: 6px 4px;
	margin: 0;
	background-color: #FEEACE;
}
#cell_left ul {
	margin: 6px 0;
	padding: 0;
}
#cell_left li {
	font-size: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(images/arrow-smenu.gif);
	background-position: 0 3px;
	margin: 0 0 6px 0;
	border-bottom: dotted 2px;
	padding-bottom: 4px;
}



#cell_left img {
	display: block;
	margin: 20px 0;
}

#cell_center {
	padding: 0 16px;
	width: 532px;
	margin: 0;
	color: #6d311b;
}
#cell_center p {
	font-size: 12px;
	margin: 0 0 10px 0;
}

#cell_center h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
	margin-bottom: 6px;
}
#cell_center h3 {
	font-size: 12px;
	margin: 0 0 0 6px;
	padding: 6px 0;
}
#cell_center h3.press {
	background-color: #FEEACE;
	border-bottom: solid #FBCA81 2px;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#cell_center a {
	text-decoration: underline;
}
#cell_center ul {
	margin: 10px 8px;
	padding: 10px;
}

#cell_center li {
	font-size: 11px;
	margin: 0 0 4px 0;
	background-repeat: no-repeat;
	background-image: url(images/puce-list.gif);
	background-position: 0 4px;
	padding-left: 12px;
}

/* ========================= liens_numpages */

#cell_center .liens_numpages
{
	margin-bottom: 10px;
	padding: 5px 3px;
}
#cell_center .liens_numpages a {
	padding: 1px 6px;
	margin: 0 2px;
	border: solid 1px;
	border-color: #361B10;
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url(images/1px-smenu-on.gif);
	color: #FEEACE;
	font-weight: bold;
	font-size: 12px;
}

#cell_center .liens_numpages a.selected, #cell_center .liens_numpages a:hover {
	background-image: url();
	background-color: #6d311b;
	text-decoration: none;
	color: #FFFFFF;
}
.box_encart {
	border: solid #FBCA81 1px;
	padding: 6px;
	border-bottom-width: 3px;
}

/* ======================= formulaire contact */

.form_contact {
	width: 88%;
	margin: 16px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	border-top: solid #FABC61 2px;
}

.form_contact input {
	width: 180px;
	font-size: 12px;
	height: 14px;
	margin-left: 4px;

}
.form_contact select {
	height: 20px;
}


.form_contact th {
	text-align: left;
	padding: 4px 8px;
	border-bottom: solid #ffffff 1px;
	font-weight: normal;
	width: 200px;
	border-left: solid #AF6A3A 1px;
	background-color: #FFF8EE;

}
.form_contact td {
	padding: 4px 4px 4px 12px;
	background-color: #FEEACE;
	border-bottom: solid #ffffff 1px;
	border-right: solid #AF6A3A 1px;

}
.form_contact .form_radio {
	width: 30px;
}
.form_contact .form_message {
	height: 60px;
}
.form_contact .form_adresse, .form_contact .form_message {
	width: 250px;
}
.form_contact .form_bouton {
	height: 24px;
	width: 90px;
	margin: 0;
	padding: 0;
	background-color: #FEEACE;
	border: solid #FBCA81 1px;
	vertical-align: middle;
	line-height: 14px;

}
.form_contact .form_number {
	width: 90px;
}
.form_contact .form_code {
	width: 60px;
}
.form_contact .exergue {
	font-size: 14px;
}




/* ======================  btm_menu  */

#btm_menu {
	padding: 16px 0;
	margin-top: 10px;

}
#btm_menu {
	text-align: center;
	padding: 10px 80px;
}


#btm_menu a {
	margin: 0 12px;
	font-size: 10px;
	text-decoration: none;
	color: #7b5748;
	font-weight: bold;
}
#btm_menu a:hover {
	color: #000000;

}

/* ================= Bottom et copyright */


#bottom {
	padding: 0;
	margin-top: 20px;
	color: #D6AC6C;
	padding-bottom: 2px;


}
.bottom_in {
	height: 16px;
	padding: 0 20px;
	font-size: 11px;
	margin: 0 20px;
}
.realisation {
	color: #FFFDFB;
	font-weight: normal;
	float: right;
}
.bottom_in  a {
	padding-left: 6px;
	font-weight: normal;
	color: #F9A01C;
	text-decoration: none;
}
.bottom_baseline {
	margin: 10px auto;
	padding: 0;
	text-align: justify;
	color: #FFEFD6;
	font-size: 10px;
}

