  

body {
	background-color:#FFF;
	padding-right:15px;
	font-family:Geneva, Arial, Sans-serif;
	color:#6F6F6F;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -15px;
	}
.img_header_bg{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -370px -15px;
	height: 200px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	z-index: -10;
}
h1 {
	font-family:Geneva, Arial, Sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
	line-height:24px;
	}

h1 a {
	color:#0067b1;
	font-size:0.6em;
	}

h1 a:hover {
	color:#f47321;
	}

h3 {
	font-family:Geneva, Arial, Sans-serif;
	font-size:1.3em;
	color:#333;
	margin-bottom:10px;
	}

a {
	color:#0067b1;
	}

a:hover {
	color:#f47321;
	}

p {
	line-height:1.8em;
	margin-bottom:1.8em;
	}

#conteneur {
	width:100%;
	max-width:1311px;
	margin:0 auto;
	position:relative;
	}

#header {
	height:22px;
	padding-top:8px;
	padding-right:30px;
	max-width:1311px;
	min-width:901px;
	}

#header a {
	text-decoration:none;
	font-size:0.85em;
	color:#999;
	}

#header a:hover {
	color:#000;
	}
	
#header #copy {
	font-size:0.85em;
	color:#C9C9C9;
	}
	
#header > a, #header #btn_partage, #header #copy {
	float:right;
	margin-left:60px;
	}

#footer {
	height:22px;
	padding-top:8px;
	padding-bottom:10px;
	padding-right:30px;
	text-decoration:none;
	font-size:0.85em;
	color:#C9C9C9;
	text-align:right;
	max-width:1311px;
	}


/*================== Colonne MENU ==================*/

#col_menu {
	width:238px;
	padding-left:50px;
	margin-right:23px;
	float:left;
	}

#logo {
	display:block;
	margin-bottom:55px;
	padding-left:10px;
	}

#logo img {
	width:228px;
	height:50px;
	}

#menu {
	}

#menu a {
	text-decoration:none;
	display:block;
	padding:10px 0 10px 10px;
	}

.menu1er a.menu1eritem {
	font-family:Geneva, Arial, sans-serif;
	font-size:1.35em;
	color:#f47321;
	line-height:20px;
	}

.menu1eritem span {
	display:inline;
	padding-right:15px;
	background:url(images/fle_d_1er_orange.png) right center no-repeat;
    }

.menu1eritem:hover span {
	background:url(images/fle_d_1er_blanc.png) right center no-repeat;
    }

.sousmenu {
	display:none;
	}

.sousmenu a {
	font-size:1em;
	line-height:13px;
	color:#6f6f6f;
	}

#menu a.selected {
	color:#000;
	}

#menu a:hover {
	color:#FFF;
	background-color:#e0e0e0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	}

#menu li {
	}

#menu .sousmenu li {
	padding-top:0;
	padding-left:20px;
	}

#menu .menu3e a.selected {
	color:#000;
	}

.menuitem span {
	display:inline;
	padding-right:15px;
	background:url(images/fle_d_gris.png) right center no-repeat;
    }

.menuitem:hover span {
	background:url(images/fle_d_blanc.png) right center no-repeat;
    }


/*================== Colonne LIRE ==================*/

#col_lire {
	width:239px;
	padding-right:15px;
	padding-top:6px;
	margin-right:15px;
	float:left;
	text-align:justify;
	}

/*================== Colonne VOIR ==================*/

#col_voir {
	width:254px;
	float:left;
	margin-right:15px;
	}

a.boite {
	position:relative;
	display:block;
	width:244px;
	height:98px;
	margin-bottom:15px;
	text-decoration:none;
	border:5px solid #9f9f9f;
	-moz-border-radius:4px;
	-moz-border-image:url(images/border.png) 5 5 5 5 stretch;
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	-webkit-border-radius:4px;
	-webkit-border-image:url(images/border.png) 5 5 5 5 stretch;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	-khtml-border-radius:4px;
	-khtml-border-image:url(images/border.png) 5 5 5 5 stretch;
	-khtml-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	}

a.titreseul {
	font-family:Geneva, Arial, Sans-serif;
	position:relative;
	display:block;
	width:254px;
	line-height:20px;
	text-align:right;
	margin-bottom:20px;
	font-size:1.2em;
	text-decoration:none;
	color:#999;
	text-transform:uppercase;
	}

a.titreseul.selected {
	color:#000;
	}

a.titreseul:hover {
	color:#CCC;
	}

a.boite.selected {
	border:5px solid #999;
	-moz-border-image:none;
	}

a.boite:hover {
	border:5px solid #e0e0e0;
	-moz-border-image:none;
	-webkit-border-image:none;
	-khtml-border-image:none;
	}

#col_voir a span.plus_moins {
	display:block;
	background-color:#FFF;
	position:absolute;
	right:0;
	top:32px;
	height:30px;
	width:30px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	-khtml-border-radius:3px 0 0 3px;
	border-top:#CCC solid 2px;
	border-left:#CCC solid 2px;
	border-bottom:#CCC solid 2px;
	color:#666;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	}

a.boite:hover .plus_moins {
	border-top:#e0e0e0 solid 2px;
	border-left:#e0e0e0 solid 2px;
	border-bottom:#e0e0e0 solid 2px;
	color:#f47321;
	}

/*================== Colonne REALISATION ==================*/

#col_real {
	width:auto;
	min-width:620px;
	max-width:1000px;
	margin-left:311px;
	}

#col_real_impression {
	width:auto;
	min-width:620px;
	max-width:1000px;
	margin-left:311px;
	padding-top:112px;
	}

#col_real p {
	
	}

#zone_pic {
	position:relative;
	display:block;
	height:344px;
	margin-bottom:22px;
	border:5px solid #9f9f9f;
	-moz-border-radius:4px;
	-moz-border-image:url(images/border.png) 5 5 5 5 stretch;
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	-webkit-border-radius:4px;
	-webkit-border-image:url(images/border.png) 5 5 5 5 stretch;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	-khtml-border-radius:4px;
	-khtml-border-image:url(images/border.png) 5 5 5 5 stretch;
	-khtml-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	}
	
#zone_pic .bigpic {
	overflow:hidden;
	width:auto;
	height:344px;
	position:relative;
	text-align:center;
	}
	
#zone_pic .slogan {
	position:absolute;
	font-size:3em;
	width:300px;
	right:30px;
	top:50px;
	color:#FFF;
	}

#zone_video {
	position:relative;
	display:block;
	width:480px;
	height:360px;
	margin-bottom:22px;
	border:5px solid #9f9f9f;
	-moz-border-radius:4px;
	-moz-border-image:url(images/border.png) 5 5 5 5 stretch;
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	-webkit-border-radius:4px;
	-webkit-border-image:url(images/border.png) 5 5 5 5 stretch;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	-khtml-border-radius:4px;
	-khtml-border-image:url(images/border.png) 5 5 5 5 stretch;
	-khtml-box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	}
	
#zone_video .bigpic {
	width:480px;
	height:360px;
	position:relative;
	}
	
.bigpic #img_real, .bigpic .img_real {
	display:block;
	width:100%;
	height:100%;
	background:#FFF center center no-repeat;
	text-decoration:none;
	}
	
#img_real img, .bigpic .img_real img {
	width:990px;
	position:absolute;
	left:50%;
	margin-left:-495px;
	}
	
.bigpic img {
	width:100%;
	}
	
.bigpic #img_fixe {
	display:inline;
	width:990px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-495px;
	}

#btns_switch {
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:200;
	}

#btns_switch.bottom {
	position:relative;
	top:0;
	left:0;
	margin-bottom:20px;
	}

#btns_switch.bottom .btn_switch {
	position:relative;
	background-color:#F3F3F3;
	}

.btn_switch {
	font-size:1.2em;
	font-weight:bold;
	color:#999;
	border:1px solid transparent;
	padding:5px 10px;
	margin-right:5px;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	background-color:rgba(255,255,255,0.8);
	}

.btn_switch.selected {
	color:#000;
	border:1px solid #000;
	}

.btn_switch:hover {
	color:#333;
	border:1px solid #333;
	}

#btn_loupe {
	position:absolute;
	top:20px;
	left:20px;
	z-index:200;
	display:block;
	width:69px;
	height:69px;
	text-decoration:none;
	border:1px solid #999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	background:rgba(255,255,255,0.8) url(images/loupe.png) center center no-repeat;
	}

#btn_loupe:hover {
	background-image:url(images/loupe_o.png);
	border:1px solid #333;
	}


/*----------- Rotator -----------*/

/* rotator in-page placement */
div.rotator {
	position:relative;
	}
/* rotator css */
div.rotator div {
	position:absolute;
	top:0;
	left:0;
	}
/* rotator image style */	
div.rotator div img {
	}
	
div.rotator div.show {
	z-index:500;
	}


/*-----------------*/

#text_real {
	padding:0 30px;
	width:auto;
	}

#text_real > div {
	width:50%;
	float:left;
	max-width:300px;
	}

#text_real p {
	text-align:justify;
	}

#details p {
	padding-right:23px;
	}

#details ul {
	padding-right:13px;
	}

#comments p, #comments ul {
	padding-left:22px;
	}

ul.listetext {
	list-style-type:disc;
	padding-left:20px;
	}
	
ul.listetext li {
	margin-bottom:10px;
	}


/*================= Formulaire ================*/

form label {
	display:block;
	float:left;
	width:120px;
	}

form div {
	margin-bottom:10px;
	}

form input[type=text] {
	width:250px;
	}

form textarea {
	width:254px;
	}


/*================= Footer ================*/


#footer .content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	margin-right: -40px;
	margin-left: 50px;
	padding-right: 20px;
}
/*===================Prechargement=============*/

.load_img{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*===================menu=============*/
a.flesh_noir{
	background-image: url(images/fle_d_1er_noir.png);
	background-repeat: no-repeat;
	background-position: right center;
}




