@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: #FFFFFF;
    }
.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: #777777;
}
a.linktype2 {
	color: #ff6700;
}


a:active, a:focus{ 
   outline:none; 
}

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;
    }
/* ============== main container */	
.container {
	width: 100%;
	text-align: left;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
    }

#header, #content, #menu, #bottom, #footer {
	width:961px;
	margin: 0 auto;
	padding: 0 16px;
	background-position: center;

}
#cont_menu, #cont_bottom {
	background-image: url(images/bg-menu.jpg);
	background-color: #d9dada;
}

#header {
	background-image: url(images/bg-header.jpg);
	height: 184px;
	background-repeat: no-repeat;
	position:relative;
}
#header div {
	position:absolute;
}
#logo {
	left: 91px;
	top: 12px;
}
#hearder_photo {
	left: 496px;
}

#content {
	background-image: url(images/bg-inside.jpg);
	color: #4d4e4f;
	font-size: 11px;
	background-position: center;
}
#content img {
	border: solid 3px #d9dada;
}
#content p, .pop_annexe p  {
	margin: 0 0 12px 0;
}
#content h1, .pop_annexe h1 {
	color: #043193;
	padding-bottom: 10px;
}
#content h2, .pop_annexe h2 {
	color: #4d4e4f;
	font-size: 12px;
	padding: 0;
	padding-top: 6px;
	margin: 0;
	padding-bottom: 10px;
}

#content a, .pop_annexe a {
	color: #043193;
}

#content ul, .pop_annexe ul {
	margin: 0;
	padding: 4px 20px;
	width: 375px;
	float: right;
}
#content li, .pop_annexe li {
	background-image: url(images/square-list.gif);
	padding-left: 10px;
	background-position: 0 4px;
	margin-bottom: 6px;
	font-size: 11px;
	text-align: left;
}
#content ul.list_link li, .pop_annexe ul.list_link li {
	background-image: url(images/arrow-link.gif);
	background-position: 0;
	padding-left: 18px;
}
/* ======================== pop_annexes */
.pop_annexe {
	background-color: #FAFAFA;
	border: solid 4px #D9DBDA;
	top: 140px;
	left: 510px;
	z-index: 10;
	width: 420px;
	padding: 6px 12px;
	border-right-width: 2px;
	border-left-width: 2px;
	display: none;
	text-align: left;
	height: 460px;
	overflow: auto;

}
.pop_annexe p {
	font-size: 11px;
	text-align: left;
}
.pop_annexe h1 {
	font-size: 12px;
	padding: 8px;
}
.pop_annexe .separ {
	border-bottom: solid 1px #D9DBDA;

}



/* ====================== bottom */
#bottom {
	padding: 12px 0;
	color: #777777;

}
#bottom th {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
#bottom td {
	font-size: 10px;
}

#footer {
	height: 67px;
	background-image: url(images/bg-footer.jpg);
	background-position:top;
}


/* ==================== menu */
#menu {
	text-align: center;
}
#menu ul {
	padding: 16px 26px;
	margin: 0;
}
#menu li {
	margin: 1px 4px;
	text-transform: uppercase;
	display: inline;
	line-height: 20px;
	padding: 0;
}
#menu a {
	font-size: 10px;
	padding: 5px 10px;
	color: #043193;
	background-image: url(images/list-menu.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
}
#menu  a:hover, #menu a.selected {
	background-color: #E9EBEA;
	color: #588cbe;
}


/* =========================== contenu */
.cell_content {
	float: left;
	display: inline;
}

#right_cell, #left_home {
	width: auto;
	padding: 30px 25px;
	text-align: justify;
}
#center_cell{
	width: 884px;
	padding: 30px 20px;
	text-align: justify;
}
#image_cell {
	width: 214px;
	padding: 30px 10px;
}
#left_menu {
	width: 188px;
	padding: 30px 20px 30px 38px;
}
#left_menu h1 {
	font-size: 12px;
	color: #4e4e50;
	text-transform: uppercase;
}


#center_large, #center_interne {
	width: 779px;
}
#center_middle {
	width: 592px;
}
.line_team {
	border-bottom-color: #D9DBDA;
	border-bottom: solid 1px;
	padding-bottom: 12px;
}

.box_title {
	background-image: url(images/bg-ellipse-top.gif);
	padding: 10px;
}

.box_title h1 {
	color: #6493c1;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}




/* =========================== smenu_left */
.smenu_left {
	margin-bottom: 12px;

}
#content .smenu_left ul {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}
#content .smenu_left li {
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
	background-image: url(none);
}
.win.ie6.smenu_left li {
	font-size:1px;
	height: 1%;
}
#content .smenu_left a {
	font-size: 11px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/arrow-link2.gif);
	background-position: 2px 4px;
	padding: 1px 0 1px 16px;
	color: #4e4e50;
}
#content .smenu_left a:hover, #content .smenu_left a.selected {
	background-color: #D9DBDA;
	background-position: 5px 4px;
	color: #6F6F6F;
}




/* ============================== Tableaux */
.pop_table {
	border: solid 2px #D9DBDA;
	margin-bottom: 10px;
	width: 96%;
}
.pop_table td {
	color: #4E4E50;
	font-size: 10px;
	padding: 1px 4px;
	border: solid 1px #CCCCCC;
	text-align: center;
}
.pop_table .cell1 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}




/* ======================= styles champs form */
/* ======================= formulaire contact */

.form_contact {
	width: 94%;
	margin: 16px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 11px;
	border: solid 4px;
	border-color: #D9DBDA;
	border-right-width: 2px;
	border-left-width: 2px;
}
.form_contact input, .form_contact select, .form_contact textarea {
	width: 180px;
	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: #D9DBDA;
	background-image: url(images/bg-bottom.jpg);

}
.form_contact td {
	padding: 2px 4px 2px 12px;
	background-color: #E9E9E9;
	border-bottom: solid #F8FAEF 1px;
	border-right: solid #E8E4D9 1px;

}
.form_contact .form_radio {
	width: 30px;
}
.form_contact .form_message {
	width: 200px;
	height: 40px;
}
.form_contact .form_adresse {
	width: 200px;
	height: 28px;
}
.form_bouton  {
	height: 22px;
	width: 150px;
	margin: 0;
	padding: 0;

}
.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: 6px;
	padding: 4px;
	text-align: right;
}
.liens_numpages a {
	color: #ff7214;
	border:solid 1px #cecece;
	padding: 2px 4px;
	margin: 0 4px;
	text-decoration: none;
	font-size: 11px;
	background-repeat: repeat-x;
	background-image: url(images/1px-bg-menu.gif);
}
.liens_numpages a.selected {
	text-decoration: none;
	background-image: url();
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #FF8C3C;
}
.list_alphanum {
	text-align: center;
}

.list_alphanum a{
	border-right: solid 1px;
	padding: 0 6px;
	font-size: 14px;

}


/* ==================== menu_bottom */

#menu_bottom {
	background-color: #a9ed87;
	background-repeat: repeat-x;
	background-image: url(images/1px-menu-bottom.gif);
	text-align: right;
	text-align: right;
	height: 18px;
	padding: 4px 0;
}
#menu_bottom ul {
	padding: 0;
	margin: 0;
}
#menu_bottom li {
	border-right: 1px solid #5e4c4c;
	float: right;
	margin: 0;
}
#menu_bottom a {
	font-size: 11px;
	padding: 2px 20px;
	color: #5e4c4c;
	vertical-align: middle;
}
#menu_bottom a:hover {
	background-color: #B1EF94;
	color: #333333;
}
/* ================= Bottom baseline et copyright */
.bottom_baseline {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	text-align: justify;
	font-size: 10px;
	color: #CCCCCC;
	border-top: solid 1px;
	border-top-color: #DDDDDD;

}
#copyright {
	font-size: 10px;
	padding: 6px 10px;
	color: #6493C1;
	margin: 0;
	text-align: right;
}
#copyright a {
	font-weight: normal;
	font-size: 11px;
}

.realisation a {
	padding-left: 6px;
	background-repeat: no-repeat;
	background-image: url(images/cubes_digital.gif);
	color: #ff8a2c;
}

/* CSS slide */
	#slides {
	  display: none
	}

	#slides .slidesjs-navigation {
	  margin-top:5px;
	}

	.slidesjs-pagination {
	  margin: 7px 0 0;
	  float: right;
	  list-style: none;
	}

	.slidesjs-pagination li {
	  float: left;
	  margin: 0 1px;
	}

	.slidesjs-container {
	  height: 700px;
	}
	
	.slidesjs-pagination li a {
	  display: block;
	  width: 13px;
	  height: 0;
	  padding-top: 13px;
	  background-image: url(images/pagination.png);
	  background-position: 0 0;
	  float: left;
	  overflow: hidden;
	}

	.slidesjs-pagination li a.active,
	.slidesjs-pagination li a:hover.active {
	  background-position: 0 -13px
	}

	.slidesjs-pagination li a:hover {
	  background-position: 0 -26px
	}

	#slides a:link,
	#slides a:visited {
	  color: #333
	}

	#slides a:hover,
	#slides a:active {
	  color: #9e2020
	}

	.navbar {
	  overflow: hidden
	}

	#slides {
	  display: none
	}

	.blocSlide {
	  margin: 0 auto
	}

	@media (min-width: 1200px) {
	  .blocSlide {
		width: 481px
	  }
	}
