/* 
	Feuille de style générale 
	Dernière MAJ : 17-03-2020
	Validation CSS niveau 3 (http://jigsaw.w3.org/css-validator) : 13-05-2014

	Couleurs :
		rgb(96,106,139) => gris-bleu
		rgb(68,77,105) => gris-bleu foncé
		rgb(135,149,178) => gris-bleu pied de page
		rgb(176,186,201) => gris-bleu très clair
		rgb(188,166,85) => vieil or
		#ccf => mauve
		#eef => mauve très pâle
		white, red, black
		
		-- Nuances de gris --
		#333, #3a3a3a, #ccc, #888, #999, #9e9e9e, #ddd, #e5e5e5, #eee

*/


/* ------------------- */
/* Mise à 0 de toutes  */
/* les marges internes */
/* et externes         */ 
/* ------------------- */

* {
margin: 0;
padding: 0;
}

/* ------------------ */
/* Grammaire de base  */
/* ------------------ */

img {border: none;}
strong{font-weight: bold;}
em {font-style: italic;}
a {outline: none; text-decoration: none}
input[type=submit] {cursor: pointer;}
sup {line-height:80%;font-size:82%;}

/* ---------------- */
/* Classe nettoyeur */
/* ---------------- */

.nettoyeur { 
clear: both; 
margin: 0; 
padding: 0;
}

/* ---- */
/* Body */
/* ---- */

body {
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; 
/*font-size: 100%;*/
background: #e5e5e5 url('../images/blocks/bg.jpg') no-repeat left 0px;
}

/* -------------- */
/* Blocs arrondis */
/* -------------- */

div.rounded {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/* ---- */
/* Page */
/* ---- */

#page {
position: relative;
margin: 0 auto;
text-align: center;
width: 1000px;
background: #fff;
}

#shadow {
background: url('../images/blocks/shadow.png') transparent repeat-y center top;
}

/* ------ */
/* Entête */
/* ------ */

#header {
position: relative;
width: 1000px;
height: 116px;
overflow: hidden;
}

#header-img {
position: absolute;
top: 0;
right: 0;
}

#header-title {
position: absolute;
z-index: 1;
top: 93px;
left: 25px;
color: white;
font-size: 13px;
}

#header-search-form div {
position: absolute;
z-index: 2;
top: 20px;
right: 20px;
width: 150px;
height: 22px;
background: white;
opacity: 0.9;
text-align: center;
}

#header-inputSearch  {
height: 22px;
border: none;
background: transparent;
text-align: center;
color: #888;
}

#header-magnify {
position:absolute;
top: 3px;
right: 6px;
}

/* -------------- */
/* Menu principal */
/* -------------- */

#nav-main {
position: relative;
z-index: 5000;
height: 35px;
width: 1000px;
background: rgb(68,77,105); 
font-family: Verdana,sans-serif;
font-weight: 600;
-moz-box-shadow: -1px -1px 2px #999; 
-webkit-box-shadow:1px 1px 2px #999;  
box-shadow: 1px 1px 2px #999; 
}

#nav-main ul {
list-style-type: none;
position: relative;
}

/* 1er niveau */

#nav-main ul  ul { 
-moz-box-shadow: -1px -1px 2px #999; 
-webkit-box-shadow:1px 1px 2px #999;  
box-shadow: 1px 1px 2px #999; 
}

#nav-main ul  li {
float: left;
margin-right: 2px;
position: relative;
}

#nav-main ul  li.last {
margin-right: 0 !important;
}

#nav-main ul  li a {
display: block;
height: 35px;
width: 123px;
line-height: 35px;
background: transparent url('../images/blocks/nav-main-bg.jpg') repeat-x left top;
color: #eee;
font-size: 11px;
}

#nav-main ul  li.last a {
width: 125px !important;
}

#nav-main ul  li a span {
display: inline-block;
vertical-align: middle;
line-height: 1.2;
margin-bottom: 5px;
}

#nav-main ul  li:hover a, 
#nav-main ul  li:focus a, 
#nav-main ul  li a.active {
background: transparent url('../images/blocks/nav-main-bg.jpg') repeat-x left -56px;
color: #fff;
}

/* 2e niveau et suivants */
#nav-main ul  li  ul {
margin-left: -5000px; 
}

#nav-main ul  li:hover ul {
margin-left: 0;  
border-left: 1px solid #ddd;
border-right: 1px solid #ddd; 
border-bottom: 1px solid #ddd;
}

#nav-main li ul {
position: absolute;
background: url("../images/blocks/opacite90.png") repeat left top; 
}

#nav-main li ul li {
float: none;
display: block;
margin-right: 0; 
position: relative;
border-top:1px dotted #ccf;
}

#nav-main li ul li a, 
#nav-main li:hover ul li a {
display: block;
background: transparent;
width: 180px;
height: 35px;
border: none;
line-height: 35px;
padding-left: 10px;
font-family: Verdana;
font-size: 11px; 
color: rgb(68,77,105);
text-align: left;
}

#nav-main li ul li:hover a {
border: none;
height: 35px;
line-height: 35px;
font-weight: bold;
background: #eef;
}

/* ------------- */
/* Fil d'Ariane  */
/* ------------- */

#breadcrumbs {
clear: left;
margin: 1em;
padding-top: 3px;
padding-left: 22px;
text-align: left;
font-size: .7em;
color: rgb(96,106,139);
background: url('../images/icons/house.png') #fff no-repeat left top;
}

#breadcrumbs a {
color: rgb(68,77,105);
text-decoration:none;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus  {
text-decoration:underline;
}

/* ------ */
/* Corps  */
/* ------ */

#main {
position: relative;
min-height: 350px;
}

/* ----- */
/* Home  */
/* ----- */

#home-tags {
float: left;
position: relative;
margin: 40px;
width: 200px;
font-family: "Arial Black", sans-serif; 
font-size: 70px;
line-height: 60px;
text-align: left;
color: #CCC;
}

#home-tags span {
display: block;
}

#home-tags .w1 {
font-size: 58px;
line-height: 50px;
}

#home-tags .w3 {
font-size: 30px;
line-height: 27px;
}

#home-tags .w4 {
font-size: 47px;
line-height: 43px;
}

#home-tags .w5 {
font-size: 31px;
line-height: 28px;
}

#home-tags .w6,
#home-tags .w7 {
font-size: 46px;
line-height: 41px;
}

#home-tags img {
position: absolute;
top: 50px;
left: 10px;
}

#home-right {
margin-left: 280px;
width: 720px;
text-align: left;
}

#home-slider {
display: block;
height: 263px; 
width: 680px; 
margin-left: 18px;
background: url('../images/blocks/curve-shadows-slider.png') #fff no-repeat left top;
clear: right; 
}

#home-slider #slider {
height: 240px; 
width: 640px;
margin-left: 22px;
padding-top: 11px;
background: url('../images/slides/slide_01.jpg') #fff no-repeat left 11px; /* ?? */
}

#home-park,
#home-prod {
position: relative;
display: inline-block;
width: 330px;
height: 200px;
margin-left: 28px;
background: url('../images/blocks/curve-shadows.png') transparent no-repeat left top;
}

#home-prod {
margin-left: -2px;
}

#home-park h1 a ,
#home-prod h1 a {
display: block;
width: 310px;
height: 165px;
margin-left: 11px;
margin-top: 9px;
}

#home-park h1 a {
background: url('../images/blocks/home-park-img.png') #3a3a3a no-repeat left top;
}

#home-prod h1 a {
background: url('../images/blocks/home-prod-img.png') rgb(96,106,139) no-repeat left top;
}

#home-park h1 a:hover,
#home-park h1 a:focus {
background: url('../images/blocks/home-park-img.png') #9e9e9e no-repeat left -165px;
}

#home-prod h1 a:hover,
#home-prod h1 a:focus {
background: url('../images/blocks/home-prod-img.png') rgb(176,186,201) no-repeat left -165px;
}


#home-park span,
#home-prod span {
display: block;
width: 120px;
padding-left: 120px;
padding-top: 20px;
text-align: left;
font-size: 1.1em;
font-weight: normal;
line-height: 1;
color: #fff;
}

#home-park span {
padding-left: 140px;
}


/* ------------ */
/* Pied de page */
/* ------------ */

#footer {
background: url('../images/blocks/shadow.png') rgb(135,149,178) repeat-y center top;
margin: 0;
padding: 0;
text-align: center;
font-size: .8em;
color: rgb(96,106,139);
clear: both;
}

#footer-inner {
position: relative;
margin: 0 auto;
padding: 20px 0;
width : 1000px;
color: white;
background: rgb(135,149,178);
text-align: left;
}

#footer  p {
line-height: 1.6;
}

#footer a {
display: block;
padding-bottom: .25em;
color: white;
}

#footer a:hover,
#footer a:focus {
text-decoration : underline;
}

#footer .adress {
position: relative;
width: 90%;
margin: 25px auto;
margin-bottom: 5px;
background: rgb(68,77,105);
padding: 5px 20px;
color: #fff;
line-height: 25px;
text-align: center;
border-radius: 5px;
font-size: 1.1em;
}

#footer  h4 {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid rgb(188,166,85);
}

#footer .footer-inner-module {
display: inline-block;
margin-right: 35px;
width: 150px;
vertical-align: top;
}

#footer .footer-inner-module ul {
list-style-type: none;
}

#footer img {
margin-top: 2px;
}

#footer .first {
margin-left: 35px;
}

#footer .intro  {
width: 350px;
}

#footer .intro  p {
padding-top: 15px;
font-style: italic; 
line-height: 1.9; 
text-align: justify;
}

#footer .intro img {
position: absolute; 
top: 0;
left: 10px
}

/* ---------------- */
/* Icône téléphone  */
/* ---------------- */

.phone {
padding-left: 16px;
font-weight: bold;
background: url('../images/icons/phone.png') transparent no-repeat left top;
}

/* ---------- */
/* Icône fax  */
/* ---------- */

.fax {
padding-left: 20px;
background: url('../images/icons/fax.png') transparent no-repeat left top;
}


/* --------------------- */
/* Légendes des sliders  */
/* --------------------- */

.flexslider .flex-caption {
position: relative;
top: -39px;
padding: 10px;
color: #fff;
text-align: left;
background-color: rgba(0, 0, 0, 0.5);
}

/* ---------- */
/* Flashcode  */
/* ---------- */

#qr {
position: absolute;
top: -80px;
right: 10px;
max-width: 100px;
}

/* --------- */
/* Copyright */
/* --------- */

#copy {
text-align: center;
font-size: .9em;
}

/* ------------ */
/* Image animée */
/* ------------ */

#anim {
position: absolute !important;
top: 30px !important;
left: -40px !important;
width: 300px;
height: 230px;
}

/* ---------------- */
/* Bloc principal   */
/* 2 ou 3 colonnes  */
/* ---------------- */

.cols-2,
.cols-3 {
padding: 20px;
padding-top: 10px;
}

.cols-2  p, 
.cols-2 ul,
.cols-3  p, 
.cols-3 ul {
margin: 5px 10px;
text-align: justify;
color: #333;
font-size: .77em;
line-height: 1.8;
}

.cols-2 ul,
.cols-3 ul {
margin-left: 20px;
list-style-image: url('../images/icons/puce.gif');
}

.cols-2 li,
.cols-3 li {
margin-bottom: .5em;
}

.cols-2 ul.compact  li,
.cols-3 ul.compact li {
margin-bottom: 2px;
line-height: 1.5;
}

.cols-2 a,
.cols-3 a {
text-decoration: underline;
color: rgb(96,106,139);
}

.cols-2 h1,
.cols-3 h1 {
margin-right: 200px;
padding: 3px 10px;
font-size: 1.6em;
font-weight: normal;
text-align: left;
color: rgb(96,106,139);
}

.cols-2 h2,
.cols-3 h2 {
margin : 15px 10px 0 10px; 
padding: 4px;
font-size: 1em;
text-align: left;
color: rgb(68,77,105);
background: #eef;
}

.cols-2 h3,
.cols-3 h3 {
margin: 20px 10px 0 10px;
font-size: .9em;
text-align: left;
color: #333;
}

.cols-2 .c1 {
float: left;
width: 20px; 
border-top: 1px dotted rgb(176,186,201);
}

.cols-3 .c1 {
float: left;
width: 230px;
border-top: 1px dotted rgb(176,186,201); 
}

.cols-2 .c1 span,
.cols-3 .c1 span,
.legend {
display: block;
margin: 0 15px;
font-size: .7em;
font-style: italic;
text-align: left;
color: rgb(68,77,105);
}

.cols-2 .c2 {
margin-left: 20px;
margin-right: 200px;
padding-right: 100px; 
border-left: 1px dotted rgb(176,186,201);
border-top: 1px dotted rgb(176,186,201);
}

.cols-3 .c2 {
margin-left: 230px;
margin-right: 200px;
padding-right: 20px; 
border-left: 1px dotted rgb(176,186,201);
border-top: 1px dotted rgb(176,186,201);
}

.cols-3  img {
margin: 15px;
margin-bottom: 2px;
/*max-width: 200px;*/
-moz-box-shadow: -2px -2px 4px #999; 
-webkit-box-shadow:2px 2px 4px #999;  
box-shadow: 2px 2px 4px #999; 
}

/* -------------- */
/* liste de liens */
/* -------------- */

.list-links {
list-style-image: url('../images/icons/lien.gif') !important;
}

/* -------- */
/* Sidebar  */
/* -------- */

.sidebar {
float: right;
width: 200px; 
border-left: 1px dotted rgb(176,186,201);
}

.sidebar-menu {
margin-left: 15px;
width: 180px;
border: 1px dotted rgb(176,186,201);
border-bottom: none;
}

.sidebar-menu h1 {
margin: 0;
padding: 5px;
font-size: 13px;
text-align: center;
color: #fff;
background: transparent url('../images/blocks/nav-main-bg.jpg') repeat-x left -2px;
font-weight: bold;
border: none;
}

.sidebar-menu ul {
margin: 0;
list-style-type:none;
text-align: left;
}

.sidebar-menu ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
background: none;
}

.sidebar-menu ul li a { 
display: block;
padding: 5px;
font-size: 12px;
line-height: 18px;
text-decoration:none;
color: rgb(96,106,139);
background: #fff;
border-bottom: 1px dotted rgb(96,106,139);
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:focus,
.sidebar-menu .active {
color: rgb(68,77,105);
background: #eef;
border-left: 2px solid rgb(68,77,105);
}


/* --------- */
/* Important */
/* --------- */

.alert {
font-weight: bold;
color: red;
}

/* ------------------------------ */
/* Listes sur plusieurs colonnes  */
/* ------------------------------ */

.list-col {
margin : 0 10px 0 10px; 
text-align: left;
}

.list-col ul {
display: inline-block;
width: 130px;
list-style-type: none;
vertical-align: top;
text-align: left;
}

.list-col li {
margin-bottom: 2px;
line-height: 1.5;
color: #333;
}


/* -------- */
/* Sitemap  */
/* -------- */

ul.sitemap {
margin: 15px;
display: inline-block;
vertical-align: top;
list-style-type: none;
list-style-image: none; 
}

ul.sitemap a {
display: block;
text-decoration: none;
}

ul.sitemap a:hover,
ul.sitemap a:focus {
text-decoration: underline;
}

ul.sitemap ul {
margin-left : 10px;
list-style-image: none;
list-style-type: none;
border-left: 1px dotted rgb(96,106,139);
}

ul.sitemap li {
margin-bottom: 1em;
padding-left : 10px;
font-size: 1.1em;
font-weight: bold;
background-image: none;
}

ul.sitemap li li {
margin: 0;
font-size: 1.2em;
font-weight: normal;
background: none;
border-left: none;
}

ul.sitemap li a {
padding: 0 5px;
border: 1px dotted rgb(96,106,139);
-moz-box-shadow: -1px -1px 2px rgb(68,77,105); 
-webkit-box-shadow:1px 1px 2px rgb(68,77,105);  
box-shadow: 1px 1px 2px rgb(68,77,105); 
}

ul.sitemap li li a {
padding: 0;
color: #333;
border: none;
-moz-box-shadow: none; 
-webkit-box-shadow: none;  
box-shadow: none; 
}



/* ------------- */
/* Retrait 60px  */
/* ------------- */

.r-60 {
margin-left: 60px !important;
}


/* ------------- */
/* Retrait 40px  */
/* ------------- */

.r-40 {
margin-left: 40px !important;
}

/* ------------- */
/* Retrait 30px  */
/* ------------- */

.r-30{
margin-left: 30px !important;
}

/* ------------- */
/* Retrait 25px  */
/* ------------- */

.r-25 {
margin-left: 25px !important;
}

/* ------- */
/* LH 1.4  */
/* ------- */

.lh-14 {
line-height: 1.4 !important;
}


/* ---------------- */
/* Galerie d'images */
/* ---------------- */

.gallery {
margin-right: 50px !important; 
}

.gallery ul {
margin: 5px;
list-style-type: none;
list-style-image: none;
}

.gallery  li {
float: left; 
margin: 3px;
}

.gallery  span {
margin: 5px;
font-size: .9em;
font-style: italic;
text-align: left;
color: rgb(68,77,105);
}

.gallery a {
position:relative;
display: block;
width: 110px;
height: 130px;
margin: 5px;
text-align: center;
background: #e5e5e5;
border: 1px solid #ccc;
-moz-box-shadow: -2px -2px 4px #999; 
-webkit-box-shadow:2px 2px 4px #999;  
box-shadow: 2px 2px 4px #999; 
transform: skewX(-4deg);
}

.gallery img {
position:relative;
display: block;
box-shadow: none;
margin: 0;
padding: 0;
}

/* ------------------ */ 
/* Formulaire contact */
/* ------------------ */

#champ_controle {
display: none;
}

#form-contact {
margin-left: 12px;
margin-top: 12px;
padding: 10px;
background-color: #eef;
border-radius: 10px;
box-shadow: 1px 1px 2px rgb(68,77,105);
}

#form-contact  h3 {
line-height: 1.3;
font-style: italic;
color: rgb(68,77,105);
}

#form-contact form fieldset {
border: none;
text-align: left;
margin: 10px;
}

#form-contact label {
display: inline-block;
margin-bottom: 1em;
font-size: .8em;
width: 170px;
color: rgb(68,77,105);
vertical-align: top;
}

#form-contact p.legal {
margin-top: 2em;
color: rgb(68,77,105);
font-size: .7em;
line-height: 1.2;
}

#form-contact input#bn_soumission {
margin-bottom: 0;
width: 25%;
color: rgb(68,77,105);
}

#form-contact input, 
#form-contact textarea {
margin-bottom: 1em;
width: 300px;
}

#form-contact textarea {
height: 100px;
}

#form-contact #zipCode,
#form-contact #captcha {
width: 50px;
}

#form-contact #rgpd {
width: auto;
}

#form-contact #tel,
#form-contact #fax {
width: 100px;
}

#form-contact .erreur {
color: red;
font-size: .8em;
font-weight: bold;
width: 415px;
margin: 5px 0;
}

#form-contact .erreur {
width: 450px;
}

/* -------------- */
/* Nuage de mots  */
/* -------------- */

#tagcloud  {
margin: 10px;
text-align: left;
line-height: 1.1;
}

#tagcloud a {
display: inline-block;
margin : 0;
margin-right: 8px;
color: rgb(96,106,139);
font-weight: bold;
text-decoration: none;
}

#tagcloud a:hover,
#tagcloud a:focus {
text-decoration: underline;
}

/* ----- */
/* News  */
/* ----- */

.news {
padding-right: 0 !important;
}		

.news h2 {
clear: left;
}	

.news  p + h2 {
margin-top: 20px;
}
		
.news img{
float: left;
margin: 10px;
-moz-box-shadow: -1px -1px 2px #999; 
-webkit-box-shadow:1px 1px 2px #999;  
box-shadow: 1px 1px 2px #999; 
}

.news a  + p {
margin-left: 225px;
min-height: 160px;
}
		
.news .lastEdit {
color: #888 !important;
}