@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* ce paramtrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite align  gauche (valeur par dfaut) dans le slecteur #container */
	background-color: #b9b682;
    }
.pos_relative {
	position: relative;
	height: 0px;
	line-height: 0px;
	z-index: 1;
}
h1 {
	font-size: 16px;
	margin: 0;
}
h1, h2, h3 {
	background-repeat: no-repeat;
}
h3 {
	font-size: 12px;
}


li {
	list-style-type: none;
	background-repeat: no-repeat;
}
.win.ie6 li {
	height: 1%;
}
a {
	text-decoration: none;
	color: #666666;
	background-repeat: no-repeat;
}
a.linktype2 {
	color: #ff6700;
}


a:active, a:focus{ 
   outline:none; 
}
.block_over {
	cursor: pointer;
}
.block_over:hover {
	background-color: #E2E2CF;
}



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 {
	height: 15px;
	margin: 0 6px;
	border: solid #dee0e2 1px;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	height: 20px;
}
.exergue {
	color: #588CBE;
	font-weight: bold;
}
.soustitre {
	color: #FF7216;
	font-weight: normal;
	font-size:11px;
}
p.note    {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
}




/* Alignements ======================== */
.imgleft {
	float: left;
	margin-right: 12px;
}
.imgright {
	float: right;
	margin-left: 12px;
}

.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 */	
 {
	width: 991px;
	text-align: left;
	padding: 0;
	background-repeat: repeat-y;
	background-image: url(images/bg-container.gif);
	margin: 0 auto;
    }
#container h1 {
	font-family: Arial, Helvetica, sans-serif;
}

/* ============== header */
#header {
	height: 123px;
	position:relative;
	background-color: #B9B682;
	background-image: url(images/bg-top-container.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#logo {
	text-align:center;
	margin:7px 0 0 0;
}

#blog {
	position: absolute;
	left: 880px;
	top: 23px;

}
/* =============== content */
#content {
	padding: 0 8px;
}
#header_menu {
	background-image: url(images/bg-header-menu.jpg);
	position: relative;
	height:345px;

}
.text_header {
	color: #FFFFFF;
	width: 460px;
	position: absolute;
	left: 480px;
	top: 120px;
 
}

.text_header p {
 font-size: 11px;
 line-height: 14px;
 margin: 0 0 10px 0;
 padding: 0;
}
.text_header h1 {
 font-size: 14px;
 padding: 10px 0;
 margin: 0;
}
/* ================= menu */
#menu {
	text-align: center;
	position: absolute;
	top: 34px;
	left: 1px;
}
#menu  div {
	margin: 0 0 0 1px;
	padding: 8px 0;
	display: inline;
	float: left;
	width: 138px;

}
#menu1, #box_left_menu h1.leftmenu1  {
	background-color: #59bec3;
}
#menu2, #box_left_menu h1.leftmenu2 {
	background-color: #92ce37;
}
#menu3, #box_left_menu h1.leftmenu3 {
	background-color: #ac2055;
}
#menu4, #box_left_menu h1.leftmenu4 {
	background-color: #998c57;
}
#menu5, #box_left_menu h1.leftmenu5 {
	background-color: #995794;
}
#menu6,#box_left_menu h1.leftmenu6 {
	background-color: #045d7b;
}
#menu7, #box_left_menu h1.leftmenu7 {
	background-color: #436b07;
}

#menu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	display: block;
}
#menu a:hover {
}
/* ========================== Sous menus */
.smenu_sec, .smenu_ter, .smenu_quad {
	padding: 0;
	color: #FFFFFF;
	display: none;
	position: absolute;
	text-align: left;
	top: 66px;
	width: 138px;
	}
.smenu_sec {
	z-index: 60;
	background-color: #06b5d4;
	border-bottom: solid 7px;
	}
#smenu1 {
	border-bottom-color: #59BEC3;
}
#smenu2 {
	border-bottom-color: #92CE37;
}
#smenu3 {
	border-bottom-color: #AC2055;
}
#smenu4 {
	border-bottom-color: #998C57;
}
#smenu5 {
	border-bottom-color: #995794;
}
#smenu6 {
	border-bottom-color: #045D7B;
}
#smenu7 {
	border-bottom-color: #436B07;
}

.smenu_ter {
	background-color: #DEF0B3;
	border: solid 1px;
	border-color: #C3E477;
	border-left: none;
	z-index: 70;
	border-right-width: 4px;
}

.smenu_sec a, .smenu_ter a, .smenu_quad a {
	font-size: 11px;
	text-decoration: none;
	padding: 1px 8px;
	padding-bottom:4px;
	line-height:14px;
	display: block;
	padding-right: 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.win.ie .smenu_sec a, .win.ie .smenu_ter a, .win.ie .smenu_quad a {
	line-height:14px;
	padding-top:2px;
}
.smenu_sec a:hover, .smenu_ter a:hover   {
	color: #FFFFFF;
	background-color: #007aa4;

}

.smenu_sec ul, .smenu_ter ul, .smenu_quad ul {
	margin: 0;
	padding: 0;
}
.smenu_sec li, .smenu_ter li, .smenu_quad li {
	margin: 0;
	padding: 0;
}
.win.ie .smenu_sec li, .win.ie .smenu_ter ul {
	line-height:0px;
}

/*=============== contenu central */
#content_in {
	background-color: #FFFFFF;
	padding: 10px 30px 16px 30px;
	font-size: 11px;
}
#content_in p {
	margin: 0 0 0px; 0;
}
.cell_content {
	float: left;
	display: inline;
}
 
#leftcontact h1{
	background-color: #436B07;
	color: #e9e9da;
	text-align: right;
	font-family: "Times New Roman",Times,serif;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	text-transform: uppercase;
	font-size: 12px;
}

#left_home, #left_int, #right_home, #center_home {
	width: 291px;
}
#left_int img {
	display: block;

}

#center_int {
	width: 602px;
	color: #333333;
	/*color: #565a5c;*/
}

#center_int a {
 color: #888888;
 text-decoration: underline;
}

#center_home, #center_int, #right_home {
	margin-left: 20px;

}
#center_int h1 {
	color: #565a5c;
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	text-transform: uppercase;
}
#right_home h1 {
	color: #007aa4;
}

#center_int h2 {
	color: #007aa4;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
}
#center_int h3 {
}
#center_int p {
	color: #333333;
}
#center_int ul {
	margin: 0;
	padding: 10px;
}
#center_int li {
	padding: 0 0 0 12px;
	background-image: url(images/arrow-link-blue.gif);
	background-position: 0 3px;
	margin: 0;
}
#center_int li.sub {
	background-image: url(images/arrow-link-violet.gif);
        font-size: 13px;
        color:#995794;
}
#center_int li.sub a {
        color:#995794;
}
#center_int li.main {
        font-size: 13px;
        color: #045D7B;
}
#center_int li.main a {
        color: #045D7B;
}


/* ================= boxes home */
#box_actu {
	padding: 10px 20px 2px 20px;
	background-image: url(images/1px-bg-actus.jpg);
	background-repeat: repeat-x;
	background-color: #eee3ed;
	margin-bottom: 16px;
	height: 270px;
}
#box_actu h1 {
	color: #995794;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px;
	border-bottom-color: #995794;
}

#box_actu h2, #box_facteurs h2 {
	padding: 0 0 0 24px;
	font-size: 12px;
	margin: 0 0 6px 0;
	background-position: 0 3px;
}
#box_actu h2 {
	color: #995794;
	background-image: url(images/arrow-list-brown.gif);
}
#center_int .line_info {
	border-bottom: dotted 2px;
	border-color: #e9e9da;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

#center_int   .line_info h2 {
	color: #565a5c;
	font-size: 12px;
	background-image: url(images/arrow-list-brown.gif);
	padding: 10px 20px;
	padding-bottom: 2px;
	background-position: 0 12px;
}
#center_int .line_info h3 {
	color: #998C57;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#center_int   .line_info   p, #center_int  .line_info  ul    {
	background-color: #e9e9da;
	margin: 0;
	padding-bottom: 6px;
	padding: 6px;
}
#center_int .line_info p.date {
	background-color: #FFFFFF;
	margin-bottom: 8px;
	color: #995794;
	font-weight: bold;
}
#center_int .line_info p.more {
	background-color: #FFFFFF;
	text-align: right;
	margin: 10px 0;
	padding: 0;
}
#center_int .line_info .more a {
	background-image: url(images/arrow-list-brown.gif);
	padding: 2px 12px 2px 20px;
	background-color: #998C57;
	color: #FFFFFF;
	background-position: 2px 4px;
	margin: 0;
	text-decoration: none;
}





#box_facteurs h2 {
	color: #045d7b;
	background-image: url(images/arrow-link-blue.gif);
	padding-left: 16px;
	margin: 0;
}
#box_actu .date {
	color: #998C57;
	font-size: 10px;
	margin: 0;
}
#box_actu p, #box_facteurs p {
	color: #007aa4;
	font-size: 11px;
	margin: 0 0 16px 0;
}
#box_actu .more_line {
	border-top: dotted 1px;
	border-top-color: #995794;
	text-align: right;
	padding: 10px 0 0 0;
}
#box_actu a {
	color: #995794;
	background-image: url(images/arrow-link-violet.gif);
	background-position: 0 4px;
	padding-left: 15px;
}
#box_biblio h1, #right_home h1.title_temoign   {
	color: #e9e9da;
	background-color: #995794;
	font-size: 12px;
	padding: 6px 20px;
}
#right_home h1.title_temoign   {
	background-color: #998C57;
}
#box_facteurs {
	background-color: #e9e9da;
	text-align: justify;
}
#box_facteurs .block_over {
	padding: 12px 0;
}

#box_facteurs  h2, #box_facteurs  p   {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 4px;


}
#box_facteurs h1 {
	color: #e9e9da;
	background-color: #045d7b;
	font-size: 12px;
	padding: 6px 20px;
}
#box_temoign_home {
	background-color: #B9B682;
	padding: 14px;
	padding-right: 0px;
	display: block;
}
#box_temoign_home h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 16px;
}
.box_temoin {
	text-align: center;
	margin-right: 8px;
	width: 60px;
	height: 102px;
	float: left;
}
.box_temoin a {
	color: #e9e9da;
	font-size: 10px;
	line-height: 10px;
	display: block;
}
.box_temoin a:hover {
	color: #565a5c;

}

.box_temoin img {
	margin-bottom: 2px;
}




/* ========================= left menu */
#box_left_menu {
	background-color: #e9e9da;
}
#box_left_menu h1 {
	color: #e9e9da;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	padding: 2px 12px;
	text-transform: uppercase;
	font-size: 12px;
}

#left_menu_img {
	width: 124px;
}
#left_menu_img img {
	display: block;
}

#left_menu {
	width: 166px;
}
#left_menu ul {
	margin: 0 16px 0 0;
	padding: 10px 0;
}
#left_menu li {
	margin: 0;
	border-bottom: dotted 1px #b9b682;

}
#left_menu a {
	color: #b9b682;
	display: block;
	padding: 4px;
}
#left_menu a:hover, #left_menu a.selected:hover {
	background-color: #007aa4;
	color: #FFFFFF;
}
#left_menu a.selected {
	color: #007aa4;
}
/* ======================= formulaire contact */

.form_contact {
	width: 74%;
	margin: 16px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 11px;
	border: solid;
	border-color: #59BEC3;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 6px;
	border-top-width: 3px;
	color: ##565a5c;
}
.form_contact input, .form_contact select, .form_contact textarea {
	width: 220px;
	font-size: 11px;
}
.form_contact input {
	height: 16px;
	margin-left: 4px;

}
.form_contact select {
	height: 20px;
}


.form_contact th {
	text-align: left;
	padding: 2px 8px;
	border-bottom: solid #999999 1px;
	font-weight: bold;
	width: 150px;
	border-left: solid #E8E4D9 1px;
	background-color: #F4F4EC;

}
.form_contact td {
	padding: 2px 4px 2px 12px;
	background-color: #E9E9DA;
	border-bottom: solid #F8FAEF 1px;
	border-right: solid #E8E4D9 1px;

}
.form_contact .form_radio {
	width: 30px;
}
.form_contact .form_message {
	width: 220px;
	height: 80px;
}
.form_contact .form_adresse {
	width: 220px;
	height: 28px;
}
.form_bouton  {
	height: 22px;
	width: 150px;
	margin: 0;
	padding: 0;
        cursor: pointer;
}
.form_contact .form_number {
	width: 90px;
}
.form_contact .form_code {
	width: 60px;
}
.form_contact .exergue {
	font-size: 14px;
	margin-left: 4px;
}

/* ========================= listes alphanum */
.liens_numpages{
	margin-bottom: 10px;
	padding: 3px;
	text-align: right;
}
#content  .liens_numpages a {
	color: #565a5c;
	padding: 2px 8px;
	margin: 0 4px;
	border: solid 1px;
	border-color: #d5d5d5;
	background-color: #E9E9DA;
	text-decoration: none;
}
#content    .liens_numpages  a:hover, #content  .liens_numpages a.selected {
	background-color: #998C57;
	color: #FFFFFF;
}
/* ======================== page url */
.page_url {
	padding: 10px 0;
	font-size: 10px;
	top: 260px;
	left: 114px;
	color: #FFFFFF;
	padding-top: 0px;
	text-align: right;
}
.page_url a {
	font-weight: normal;
	color: #045D7B;
	font-size: 10px;
	background-repeat: no-repeat;
	background-image: url(images/arrow-link-blue.gif);
	background-position: 0 3px;
	padding-left: 8px;
	margin-right: 5px;
	text-decoration: none;
}
.page_url a.selected {
	font-weight: bold;

}


/* ==================== bottom_menu */
#bottom_menu {
	background-image: url(images/1px-bg-btm-menu.jpg);
	height: 75px;
	position: relative;
	font-size: 10px;
}
#bottom_menu ul {
	margin: 0;
	float: right;
	width: 800px;
	text-align: right;
	margin-top: 28px;
	margin-right: 16px;

}
#bottom_menu li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#bottom_menu a {
	color: #FFFFFF;
	font-size: 11px;
	padding: 0 6px;
	border-right: solid 1px;
	border-color: #FFFFFF;
}
#bottom_menu a:hover {
	text-decoration: none;
	color: #333333;
}
#copyright {
	position: relative;
	color: #000000;
	margin-top: 6px;
}

.realisation {
	float: right;
	padding: 8px;
}
#bottom_menu   .realisation  a {
	border: none;
	font-size: 10px;
}

.opqcm {
	position: absolute;
	text-align: center;
	top: 16px;
	left: 458px;
}
/* =================== bottom site */
#bottom {
	background-image: url(images/bg-btm-site.jpg);
	background-repeat: no-repeat;
	background-color: #B9B682;
	margin: 0 auto;
	width: 991px;
	font-size: 10px;
	padding: 14px 0;
	text-align: left;
	position: relative;
}
#bottom_baseline {
	position: absolute;
	left: 32px;
	top: 26px;
}
.btm_baseline {
	border-top: solid 1px;
	border-top-color: #A5A25F;
	margin: 10px;
	padding: 10px;
	color: #998C57;
	text-align: justify;
	background-color: #C0BE8D;
}

#news_container
{
	color:#000;
}

#news_container a
{
	color:#007aa4;
}
