@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Verdana, 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;
	background-image: url(../images/bg-site.jpg);
	background-repeat: repeat-x;
    }
.pos_relative {
	position: relative;
	height: 0px;
	line-height: 0px;
	z-index: 1;
}
p {
	font-size: 12px;
	margin: 0 0 8px 0;
}



li
{

list-style-type: none;
background-repeat: no-repeat;
}

.box_content_in li
{

font-size: 12px;
color: #666666;
margin-bottom: 6px;
background-image: url("../images/arrow-simple2.gif");
background-position: 0pt 3px;
padding-left: 12px;
}

.win.ie6 li {
	height: 1%;
}
a:active, a:focus{
   outline:none;
}
a {
	text-decoration: none;
	color: #ff8a34;
}

a.vert {
	text-decoration: none;
	color: #407d80;
}
a.noir {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: oblique;
	margin: 0;
	padding: 0 0 0 12px;
}



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: 16px;
	margin: 0 6px;
	border: solid #cecece 1px;
	color: #666666;
}

/* Alignements ======================== */
.imgleft {
	float: left;
	margin-right: 8px;
	border:solid 1px #96c3c6;
}
.imgright {
	float: right;
	margin-left: 8px;
	border:solid 1px #96c3c6;
}
.imgcenter {
	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;
    }
p.savoir_plus/* ================== general styles */

{
	text-align: right;
}
.savoir_plus a
{
	font-weight: bold;
	background-repeat: no-repeat;

	background-position: 0 5px;
	padding-left: 18px;
}


.exergue {
	color: #ff8a34;
	font-weight: bold;
}



/* ============== main container */
#container {
	width: 994px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
	color: #000000;
	margin-top: 20px;
    }
#header {
	height: 331px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-header.gif);
	position: relative;
	margin-bottom: 20px;
}
#header div {
	position:absolute;
}
#logo {
}
#lang_fr, #lang_en {
	top: 20px;
	left: 945px;
}
#lang_fr {
	margin-left: 21px;
}
#lang_fr a, #lang_en a {
	width: 16px;
	height: 10px;
	display: block;
}
#top_baseline {
	left: 240px;
	top: 12px;
	font-size: 16px;
	font-weight: bold;
}
#header_flash {
	left: 328px;
	top: 45px;
}

/* ==================== main menu */
#menu {
	text-align: right;
	width: 317px;
	top: 44px;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	margin: 0 0 3px 0;
	border-right: 1px solid #c3c3c3;
}
#menu a {
	font-size: 11px;
	padding: 1px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3f3f3f;
	text-transform: uppercase;
	display: block;
	border: solid 1px #89bcbf;
	background-image: url(../images/bg-link-menu.gif);
	background-repeat: repeat-x;
}
.win.ie #menu a {
	line-height:12px;
	padding:2px 15px 1px 15px;
		height:1%;
}

#menu a:hover, #menu a.selected {
	color: #FFFFFF;
	background-image: url(../images/bg-link-menu-on.gif);
	padding-right: 20px;
	text-align: left;
	border-color: #ff6c00;
	background-color: #ff984c;
}

/* =========================== Tag links */
#tag_links, #smenu {
	top: 170px;
	left: 12px;
	width: 300px;
	height: 150px;

}
#tag_links h1, #smenu h1 {
	font-size: 14px;
	margin-bottom: 14px;
	color: #595959;
}
#smenu a {
	color: #333333;
	font-size: 12px;
	display: block;
	margin-right: 4px;
	padding-left: 20px;
	background-image: url(../images/arrow-double1.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.win.ie #smenu ul {
margin:0;
}
.win.ie #smenu li {
	line-height:15px;
}
.win.ie6 #smenu a {
padding:0 0 0 20px;
}
#smenu a:hover {
	background-color: #FDEDE0;
	background-position: 4px 5px;
	padding-left: 24px;
	font-weight: bold;
}

#smenu ul {
	padding: 0;
}
li.menulink {
	color: #333333;
	font-size: 12px;
	display: block;
	margin-right: 4px;
	padding-left: 20px;
	background-image: url(../images/arrow-double1.gif);
	background-position: 0pt 5px;
	background-repeat: no-repeat;
}


#tag_links a {
	margin: 0 4px;
	color: #7e7e7e;
	line-height: 18px;
}
#tag_links a:hover {
	color: #333333;
}

.taglink1 {
	font-size: 12px;
}
.taglink2 {
	font-size: 21px;
}
.taglink3 {
	font-size: 14px;
}

/* =========================== contenu */
.cell_left, .cell_center, .cell_right {
	float: left;
}
#left_home, #right_interne {
	width: 180px;
}
#left_home, #center_interne {
	margin-right: 21px;
}
#center_home, #center_interne {
	width: 793px;
}


/* ======================= box_content */
.box_content_in h1 {
	color: #595959;
	font-size: 16px;
	text-transform: uppercase;
	padding: 4px 8px;
}
.box_content_in h2 {
	font-size: 16px;
	color: #ff8a34;
	font-style: italic;
	padding: 10px 0;
	margin: 0;
}
.box_content_in h3 {
	font-size: 14px;
	color: #407d80;
	padding: 6px 0;
	margin: 0;
}

 .win.ie6 .box_content_in, .win.ie7 .box_content_in {
 display:inline-block;
}

.box_content_in, .box_content_inside, .box_content_bg  {
	background-repeat: no-repeat;
}
.box_content_wide {
	background-image: url(../images/1px-bg-content-w.jpg);
}
.box_content_in {
	background-position: bottom;
	background-image: url(../images/bg-box-content-w-btm.jpg);
	padding-bottom: 14px;
}
.box_content_bg {
	background-position: top;
	background-image: url(../images/bg-box-content-w-top.jpg);
}
.box_content_inside {
	padding: 20px 46px;
	background-position: bottom;
}
#bienvenue .box_content_inside {
	background-image: url(../images/bg-bienvenue.jpg);
}
#import_exp .box_content_inside {
	background-image: url(../images/bg-import.jpg);
}
#main_box_content .box_content_inside {
	background-image: url(../images/bg-standard-content.jpg);
}
.box_content_mini {
	background-image: url(../images/1px-bg-content-mini.jpg);
}
.box_content_mini .box_content_in {
	background-position: bottom;
	background-image: url(../images/bg-box-content-mini-btm.jpg);
	padding-bottom: 14px;
}
.box_content_mini .box_content_bg {
	background-position: top;
	background-image: url(../images/bg-box-content-mini-top.jpg);
}
.box_content_mini .box_content_inside {
	padding: 12px 20px 0 20px;
	background-position: bottom;
}
#bg_box_content_a .box_content_inside, #bg_box_content_b .box_content_inside, #bg_box_content_c .box_content_inside {
	background-image: url(../images/bg-content-mini1.jpg);
}
.separ_box_content {
	height: 20px;
}
/* ====================== Diaporama réalisations */
#diapo_realisations {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/encart_ombre_diapo.jpg);
}
.box_diapo_in {
	float: left;
	margin: 0 2px;
	padding: 0;
	width: 170px;
	text-align: center;
	padding-top: 1px;
	margin-bottom: 16px;
	background-color: #EDF5F7;
}

.box_diapo_in_vide {
	float: left;
	margin: 0 2px;
	padding: 0;
	width: 170px;
	text-align: center;
	padding-top: 1px;
	margin-bottom: 16px;

}

.box_diapo_texte {
	background-repeat: repeat-x;
	background-image: url(../images/1px_bg_texte.jpg);
	padding: 4px 2px;
	text-align: left;
	height: 24px;
}

.box_diapo_in img {

	margin: 0 auto;
}
.box_diapo_in p {
	font-size: 9px;
	margin: 0px;
	margin-bottom: 4px;
}

/* ======================= formulaire contact */

.form_contact {
	width: 88%;
	margin: 16px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	border: solid #999999 2px;
	border-right: 1px;
	border-left: 1px;
}

.form_contact input {
	width: 180px;
	font-size: 12px;
	height: 16px;
	margin-left: 4px;

}
.form_contact select {
	height: 20px;
}


.form_contact th {
	text-align: left;
	padding: 4px 8px;
	border-bottom: solid #ffffff 1px;
	font-weight: bold;
	background-image: url(../images/bg-titre-encart.gif);
	width: 240px;
	border-left: solid #999999 1px;
	color: #595959;

}
.form_contact td {
	padding: 4px 4px 4px 12px;
	background-color: #dfdfdf;
	border-bottom: solid #ffffff 1px;
	border-right: solid #999999 1px;

}
.form_contact .form_radio {
	width: 30px;
}
.form_contact .form_message {
	width: 300px;
	height: 60px;
}
.form_contact .form_adresse {
	width: 300px;
}
.form_bouton  {
	height: 22px;
	width: 90px;
	margin: 0;
	padding: 0;

}
.form_contact .form_number {
	width: 90px;
}
.form_contact .form_code {
	width: 60px;
}
.form_contact .exergue {
	font-size: 14px;
}

/* ======================== page url */
.page_url {
	padding: 0 4px;
	font-size: 12px;
	top: 334px;
}
.page_url a {
	font-weight: normal;
	color: #818181;
	padding-left: 10px;
	margin-right: 6px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-image: url(../images/arrow-simple2.gif);
}
.page_url a.selected {
	font-weight: bold;

}


/* ==================== menu_bottom */

#menu_bottom {
	background-repeat: no-repeat;
	background-image: url(../images/bg-menu-bottom.gif);
	text-align: right;
	text-align: center;
	height: 26px;
	padding: 0;
	background-position: bottom;
	margin-top: 14px;
	align:center;
}
.menu_btm_in {

	margin: 0 auto;
	background-image: url(../images/bg-menu-btm-in.gif);
	border: solid 1px #ff8832;
	background-repeat: repeat-x;
	background-color: #ECAA7B;
	width: 750px;
	height: 18px;



}

#menu_bottom ul {
	padding: 0;
	margin: 0 auto;
	line-height: 14px;
	display: block;

}
#menu_bottom li {
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(../images/1px-vert-separ.gif);
	background-position: right 5px;
	height: 12px;
	display:inline
}
#menu_bottom a {
	font-size: 10px;
	padding: 0 6px;
	color: #000000;
	margin-right: 1px;
}
#menu_bottom a:hover {
	color: #284F51;
}

/* ================= Bottom baseline et copyright */
.bottom_baseline {
	margin: 0 auto;
	padding: 12px;
	text-align: justify;
	color: #333333;
	font-size: 11px;

}
#copyright {
	font-size: 10px;
	color: #000000;
	margin-top: 6px;
	padding: 10px;
	/*border-top: solid #cfcfcf 1px;*/
}
.realisation a {
	padding-left: 16px;
	background-repeat: no-repeat;
	background-image: url(../images/cubes_digital.gif);
	color: #407D80;
}
