/*
Feuilles de style contenant le positionnement des blocs principaux du site.
*/

/* COULEURS : 
BLEU : #8b8b8b
GRIS : #707070;
*/

body {
  margin:0;
  padding:0;
  background:url(/images/fd-site.jpg) no-repeat center top #fff;
}

a img
{
	border:none;
}

#frontoffice {
  font-size:80%;font-family:arial,sans-serif;
	/*font-family: verdana,helvetica,arial,sans-serif;  */
  background:;
  color: #fff;
  width:100%;
  padding:100px 0 0 0;
}

#front-container {
  background:#fff;
  width:1024px;
  margin:0 auto;
  -moz-box-shadow: 0 0 5px rgba(21,72,127,0.5);
  -webkit-box-shadow: 0 0 5px rgba(21,72,127,0.5);
  box-shadow: 0 0 5px rgba(21,72,127,0.5);
}

#backoffice {
  font-size:80%;font-family:arial,sans-serif;
	/*font-family: verdana,helvetica,arial,sans-serif;  */
	background: #ffffff;
	color: #707070;
	min-height:887px;
}

/*----------------------*/
/* Backoffice - TOP     */
/*----------------------*/

#header-b {
  width: 937px;
  margin: 0 auto;  
  text-align: left; 
  padding-top:10px;
  padding-top:10px; 
}

#header-b a {
  color:#707070;
  text-decoration:underline;
  }

#header-b a:hover {
  color:#707070;
  text-decoration:underline;
  font-weight:normal;
  }

#header-b-gauche {
  width: 50%; 
  float:left;
  padding-top:10px;
  font-size:24px;
  color:#970c8c; 
}

#header-b-droite {
  width: 50%;
  text-align:right;
  float:right;
  padding-top:10px;
  margin-bottom:15px;
  }

#page-b {
  width: 937px;
  margin: 0 auto;  
  text-align: left;
  clear:left;
  padding-top:15px;
}

#page-b h2 {
    font-size: 16px;
    text-align:center;
}

#page-b h3 {
    font-size: 14px;
    text-align:center;
}

#pagebackoffice-menu {
  height:60px;
  width: 937px;
  float:left;
  background-color:#970c8c;
  font-size: 30px;
  color:white;
  font-weight:bold;
  border-top: 10px solid #970c8c;
  border-left: 10px solid #970c8c;
  border-right: 10px solid #970c8c;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

#pagebackoffice-menu-bloc1 {
  height:30px;
  width: 50px;
  float:left;
  background:url(../images/mario.png) no-repeat top left;
  text-align:center;
  display:block; 
}

#pagebackoffice-menu-bloc {
  height:24px;
  width: auto;
  float:left;
  background-color:#970c8c;
  text-align:center;
  display:block;
  padding-top:6px;
  font-size: 14px;
  padding-left: 10px;
  padding-right:10px;
  margin-left:10px;
  margin-right:0;
  -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

#pagebackoffice-menu-bloc:hover {
  background-color:#d9a7d6;
}

#pagebackoffice-menu-bloc a {
color:white;
text-decoration:none;
}

#pagebackoffice-menu-bloc a:hover {
color:white;
text-decoration:none;
}

.user-logo {
  background:url(../images/user-login.png) no-repeat top left;
  padding-left:20px;
}

/*----------------------*/
/* Backoffice - CONTENU */
/*----------------------*/

#pagebackoffice {
  min-height:600px;
  width: 907px;
  padding: 15px;  
  margin-bottom:15px;
  float:left;
  background-color:#ffffff;
  border: 10px solid #970c8c;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#pagebackoffice a{
  color:#707070;
  text-decoration:none;
}

#pagebackoffice a:hover{
  color:#707070;
  text-decoration:underline;
}

/* List design */
#pagebackoffice h2 {
  font-size: 16px;
  color: #970c8c;
  font-weight: bold;
  margin:0px; 
  padding-bottom:10px; 	 
}

#pagebackoffice h3 {
  font-size: 13px;
  color: #970c8c;
  font-weight: bold;
  margin:0px; 
  padding-bottom:10px; 	 
}

#liste-upload {
  text-align: left;
}

#liste-upload li {
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  color: #707070;
  line-height:20px;
  margin-left:50px;
  display : list-item;
  list-style-image : url(../images/upload.png);
}

#liste-ajout-page {
  text-align: left;
}

#liste-ajout-page li {
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  color: #707070;
  line-height:20px;
  margin-left:50px;
  display : list-item;
  list-style-image : url(../images/ajouter.png);
}

#liste {
  text-align: left;
}

#liste table {
border-collapse: collapse;
width: 95%;
margin: 0 auto; 
}

#liste th {
padding: 5px;
background-color: #970c8c;
color:white;
font-size:12px;
font-weight:bold;
}

#liste td {
padding: 5px;
border-top: 1px dotted #707070;
}

td.souscat {
background: #eeeeee;
}

td.homepage {
background: #fdfeb7; 
}

td.souscat1 {
 background: #eeeeee;
 }

#liste-send {
  text-align: left;
}

#liste-send li {
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  color: #707070;
  line-height:20px;
  margin-left:50px;
  display : list-item;
  list-style-image : url(../images/send.png);
}

/* Edit Design */
#formulaire {
  text-align: left;
}

#formulaire table {
border: 1px solid #970c8c;
border-collapse: collapse;
width: 90%;
margin: 0 auto;
}
#formulaire th {
width: 350%;
padding: 10px;
}
#formulaire td {
width: 65%;
padding: 10px;
}


#back3 li {
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  color: #707070;
  line-height:20px;
  margin-left: 50px;
  display : list-item;
  list-style-image : url(../images/fleche-retour.png);
}

.violet {
color:#970c8c;
font-weight:bold;
}


/* User design */ 

/*-------------------------------------*/
/*                FRONT                */
/*-------------------------------------*/




/*-------------------------------------*/
/*                HEADER               */
/*-------------------------------------*/




#header {
  width: 1024px;
  height:270px;
  margin: 0 auto;  
  text-align: left; 
  padding-top:10px;
  margin-bottom:10px;
  border-bottom:solid 10px #15487f;
  background:url(../images/header-dci.jpg); 
}

#header-logo {
  width: 1024px;
  height:230px;
  margin: 0 auto 0px auto;  
  text-align: left;
  color:#ffffff;
  /*margin-top:10px;
  margin-bottom:10px;*/ 
}

#header-logo p.top-head-p {
  display:block;
  background:#456d9e;
  color:#fff;
  font-weight:bold;
  width:auto;
  font-size:40px;
  text-transform:uppercase;
  text-align:center;
  padding:15px 0 15px 0;
  margin-top:15px;
  margin-bottom:10px;
  font-family:'Francois One', Arial, Sans-serif;
}

#header-logo p.under-head-p {
  display:block;
  background:rgba(255,255,255,.7);
  color:#456d9e;
  font-weight:bold;
  width:auto;
  font-size:20px;
  text-align:center;
  padding:10px 10px 10px 10px;
  margin-top:90px;
  margin-left:40px;
  font-family:'Francois One', Arial, Sans-serif;
  position:absolute;
  float:right;
}

#header-logo p.under-head-p a.nums-tel {
  text-decoration:none;
  color:#456d9e;
  font-size:30px;
}

#header-logo p.under-head-p a.demande-rappel {
  text-decoration:none;
  display:block;
  background:#d00000;
  color:#fff;
}

#header-logo-1 {
  background:url(../images/logo-dci-site.png) no-repeat center center; 
  width: 200px;
  height:200px;
  text-align: left; 
  font-family:'Francois One', Arial, Sans-serif;
}

#logo-tab {
  margin:-80px auto 0 auto;
  padding:0 20px 0px 25px;
  background:#fff;
  width:200px;
  height:200px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -moz-box-shadow: -2px 2px 10px #000;
  -webkit-box-shadow: -2px 2px 10px #000;
  box-shadow: -2px 2px 10px #000;
  border: solid #15487f 10px;
} 

#header-logo-2 {
  width: 535px;
  text-align:center;
  float:left;
  margin:30px 0 0 60px;
  height:190px;
  font-family:'Francois One', arial, sans-serif;
  color:#000;
  font-size:37px;
  padding-top:15px;
  }
 
.cam-top {
  height:100px;
  width:180px;
  float:left;
  margin:10px 20px 0 30px;
}  

.nums-top {
  text-align:left;
}

.nums-top img {
  height:28px;
}

.num-top, .num-top-bis {
  margin-top:15px;
  padding-top:0px;
  height:50px;
  width:300px;
  float:left;
}

.num-top-bis {
  margin-top:0 !important;  
}

.num-top a, .num-top-bis a {
  color:#000;
  text-decoration:none;
}

#header-logo-3 {
  display:none;
  width: 296px;  /* 316 - 20 px */
	margin: 0 auto; 
  text-align:right;
  float:left;
  margin-top:10px;
  margin-right:20px;
  }

#header-logo-3 a {
color:#ffffff;
text-decoration:none;
}

#header-logo-3 a:hover {
color:#ffffff;
text-decoration:underline;
font-weight:normal;
}

#header-menu {
  width: 950px;
  margin: 0 auto;  
  text-align: left;
  clear:left; 
  /*margin-top:10px;
  margin-bottom:10px;*/ 
}


/*-------------------------------------*/
/*                 MENU                */
/*-------------------------------------*/



#nav {
	margin: 0;
  padding:0;
	line-height: 100%;
	background:#fff;
  font-family:'Francois One', arial, sans-serif;
  text-transform:uppercase;
  font-size:17px;
  z-index:10000 !important;
}
#nav li {
	padding: 0;
	position: relative;
	list-style: none;
  z-index:100000;
}
/* main level link */
#nav a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  background:#456d9e;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #15487f; /* for non-css3 browsers */
	color: #fff;
/*	border-top: solid 1px #f8f8f8; */
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: #456d9e;
	border: none;
	color: #fff;
}
#nav ul a:hover {
	background: #15487f !important; /* for non-css3 browsers */

	color: #fff !important;
}
/* level 2 list */
#nav ul {
	background: #ed1c24; /* for non-css3 browsers */
	display: none;
	margin: -47px 0 0 0;
	padding: 0;
	width: 227px;
	position: absolute;
  left:227px
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 408px;
	top: -3px;
  z-index:10000;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
}
#nav ul li:last-child > a {
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

#header-banniere {
  width: 950px;
  height : 50px; 
  margin: 0 auto;  
  text-align: center;
  clear:left; 
  /*margin-top:10px;
  margin-bottom:10px;*/ 
}
/*-------------------------------------*/
/*                GAUCHE               */
/*-------------------------------------*/

#rappel-dci {
  width:100%;
  height:220px;
  background:#ed1c24;
  margin-top:0;
  padding-top:0;
}

#rappel-dci h3 {
  font-family:'Francois One', arial, sans-serif;
  color:#fff;
  display:block;
  background:#000;
  text-transform:uppercase;
  width:auto;
  height:auto;
  margin:0 auto 10px auto;
  text-align:center;
  font-size:20px;
  padding:5px 0 5px 0;
}

#rappel-dci form {
  font-family:'Francois One', arial, sans-serif;
  width:90%;
  color:#fff;
  padding:5px;
}

#rappel-dci form input {
  width:140px;
  padding:2px;
  border:none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#rappel-dci input.send-rappel {
  width:100px;
  padding:5px;
  color:#000;
  font-family:'Francois One', arial, sans-serif;
  text-transform:uppercase;
  cursor:pointer;
  margin:10px 0 0 5px;
  background:#fff;
}

#zone-intervention {
  height:auto;
  margin:15px 0 0 0;
}

#zone-intervention h3 {
  font-family:'Francois One', arial, sans-serif;
  color:#fff;
  display:block;
  background:#000;
  text-transform:uppercase;
  width:auto;
  height:auto;
  margin:0 auto 0 auto;
  text-align:center;
  font-size:20px;
  padding:5px 0 5px 0;
}

#intervention-rapide {
  width:230px;
  height:152px;
  background:url(../images/fd-chrono.jpg);
  margin:15px 0 0 0;
  font-family:'Francois One', arial, sans-serif;
  color:#fff;
  text-align:center;
  font-size:22px;
  padding:40px 0 0 0;
}

#agree-assurance {
  width:230px;
  height:110px;
  background:url(../images/fd-check.jpg);
  margin:15px 0 0 0;
  font-family:'Francois One', arial, sans-serif;
  color:#fff;
  text-align:center;
  font-size:30px;
  padding:20px 0 0 0;
}

#qualification-artisan {
  margin-top:15px;
}

#page {
  width: 950px;
  height:auto;
  margin: 0 auto;  
  text-align: left; 
  margin-top:7px;
  margin-bottom:15px;
  overflow:hidden; 
}

#page-gauche {  
  width: 227px;
  height:auto;
  margin-left: 0;
  text-align: left;
  float:left; 
	color:#707070;
	margin-bottom:15px;
}

#page-gauche-haut {
  width:232px;
  }

#page-gauche-texte {
  width: 210px; /* 230px - 15px -15 px padding-left&right */
  height : auto; 
  margin-right: 0;
  text-align: left;
  float:left;
  background:#ffffff;
  border-left: solid 1px #6d6d6d;
  border-right: solid 1px #6d6d6d;
	color:#707070;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  text-align:justify;
  }
  
#page-gauche-texte li {
  font-size: 12px;
  color: #707070;
  line-height:18px;
  margin-left:15px;
  padding-left: 0px; 
  /*background:url(../images/li.gif) no-repeat center left;*/
  display : list-item;
  list-style-image : url(../images/li.png);
  margin-right: 20px !important; /* pris en compte par Firefox */
  margin-right: 10px; /* pris en compte par Ie */
  text-align: justify;
}

#page-gauche-texte li a, #page-gauche-texte a{
  color: #707070;
  font-weight:normal;
  text-decoration:none;
}

#page-gauche-texte li a:hover, #page-gauche-texte a:hover{
  color: #707070;
  font-weight:normal;
  text-decoration:underline;
}
  
#page-gauche-titre, #page-gauche-special {
  width: 210px; /* 230px - 30px padding-left-right */
  min-height : 25px; 
  margin-right: 15px;
  text-align: left;
  float:left; 
  
	background: #8b8b8b; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); 
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); 
  
	border-left: solid 1px #6d6d6d;
	border-right: solid 1px #6d6d6d;
	color:#ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  padding-left:10px;
  padding-right:10px;
  padding-top:3px;
  font-size:16px;
  font-weight:bold;
  }

#page-gauche-special:hover {
  width: 210px; /* 230px - 30px padding-left-right */
  min-height : 25px; 
  margin-right: 15px;
  text-align: left;
  float:left; 
  
	background: #8b8b8b; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); 
	background: -moz-linear-gradient(top,  #003196,  #001e5c); 
  
	border-left: solid 1px #6d6d6d;
	border-right: solid 1px #6d6d6d;
	color:#ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  padding-top:3px;
  padding-left:10px;
  padding-right:10px;
  font-size:16px;
  font-weight:bold;
}

#page-gauche-bas {
  width: 210px; /* 250px - 15px -15 px padding-left&right */
  height : auto; 
  margin-right: 15px;
  text-align: left;
  float:left;
  background:#ffffff;
	color:#707070;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  text-align:justify;
  }

/* Style speciaux pour page gauche */  
.societe {
   background:url(../images/societe.png) no-repeat top 3px left;
   padding-left:40px;
   }

.neutre {
   }

.sitemap {
   background:url(../images/sitemap.png) no-repeat top 3px left;
   padding-left:40px;
   }
   
.erreur404 {
   background:url(../images/erreur404.png) no-repeat top 3px left;
   padding-left:40px;
   }

.login {
   background:url(../images/login.png) no-repeat top 3px left;
   padding-left:40px;
   }

.homepage {
   background:url(../images/homepage.png) no-repeat top 3px left;
   padding-left:40px;
   }

.newsletter {
   background:url(../images/newsletter.png) no-repeat top 3px left;
   padding-left:40px;
   } 
   
.devis {
   background:url(../images/devis.png) no-repeat top 3px left;
   padding-left:40px;
   }

.contact {
   background:url(../images/contact.png) no-repeat top 3px left;
   padding-left:40px;
   }

.catalogue {
   background:url(../images/catalogue.png) no-repeat top 3px left;
   padding-left:40px;
   }

.actualite {
   background:url(../images/actualite.png) no-repeat top 3px left;
   padding-left:40px;
   }

.recrutement {
   background:url(../images/recrutement.png) no-repeat top 3px left;
   padding-left:40px;
   }

.newsletter a , .devis a, .contact a, .catalogue a, .actualite a, .recrutement a, .newsletter a:hover, .devis a:hover, .contact a:hover, .catalogue a:hover, .actualite a:hover, .recrutement a:hover {
  text-decoration:none;
  color:#ffffff;
} 

#page-gauche-texte .titreactu a, #page-gauche-texte .titreactu a:hover {
  font-weight:bold;
}

.resumeactu {
  color:#707070;
  display:inline;
}

.dateactu {
  font-size: 10px;
  color: #bababa;
}



/*-------------------------------------*/
/*                DROITE               */
/*-------------------------------------*/

#wrapper {
  width:705px;
  height:250px;
  z-index:1;
}

#urgence-zone {
  width:100%;
  height:200px;
  background:url(../images/urgence-bg.png) no-repeat;
  margin-top:15px;
}

#infos-top {
  color:#000;
  font-family:'Francois One', arial, sans-serif;
  font-size:20px;
  text-align:center;
  height:70px;
  padding:25px 0 0 13px;
}

#infos-num {
  font-family:'Francois One', arial, sans-serif;
  color:#fff;
  font-weight:bold;
  font-size:40px;
  text-align:center; 
}

#infos-num p {
  margin:0 0 0 30px;
}

#infos-num a {
  color:#fff !important;
  text-decoration:none !important;
}

#marques {
  width:705px;
}

#page-droite {
  width: 705px;
  height:auto;  
  text-align: left;
  background-color:#ffffff;
  float:left;
  margin-bottom:15px;
  padding:0;
  overflow:hidden;
  margin-left:15px;
}

#page-droite .breadcrum {
  font-size:10px;
  color:#dedede;
  padding-top:0px;
  display:block;
  margin-bottom:10px;
}

#page-droite-titre {
  height : auto; 
  width: 685px;   /*703 - 10 - 10*/
  text-align: left;
  float:left; 
  font-family:'Francois One', arial, sans-serif;
  text-transform:uppercase;
  padding:0 6px 6px 0;
  margin:0;
}

#page-droite-titre h1{
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  font-size:35px;
  font-weight:bold;
  margin:0;
  padding:0;
  color:#15487f;
  
}

#page-droite-texte {
  width: 705px;
  min-height : 800px; 
  text-align: justify;
  /*float:left;*/
  clear:left; 
  background:#ffffff;
	color:#707070;
  padding-bottom:5px;
}

#page-droite-texte div.page-cms img {
  display:block;
  max-width:450px;
  margin:0 auto;
}

table ul {
  margin:0;
  padding:0;
}

#image-top-page-vitrerie, #image-top-page-plomberie, #image-top-page-serrurerie, #image-top-page-plomberie-assainissement {
  text-align:center;
  width:705px;
  height:200px;
  font-family:'Francois One', arial, sans-serif;
  padding-top:50px;
  font-size:30px;
  margin:15px 0 15px 0;
  color:#fff;  
}

#image-top-page-vitrerie {
  background:url(../images/vitrerie-service.jpg) no-repeat;
}

#image-top-page-plomberie {
  background:url(../images/plomberie-service.jpg) no-repeat;
}

#image-top-page-serrurerie {
  background:url(../images/serrurerie-service.jpg) no-repeat;
}

#image-top-page-plomberie-assainissement {
  background:url(../images/assainissement-service.jpg) no-repeat;
}

#image-top-page-vitrerie p, #image-top-page-plomberie p, #image-top-page-serrurerie p, #image-top-page-plomberie-assainissement p {
  background:rgba(0,0,0,0.8);
  padding:10px;
}

#page-droite-texte input:focus {
	background:#eeeeee;
	color:#000000;
}
  
#page-droite-texte li {
  font-size: 12px;
  color: #707070;
  line-height:18px;
  margin-left:15px;
  padding-left: 0px; 
  /*background:url(../images/li.gif) no-repeat center left;*/
  display : list-item;
  list-style-image : url(../images/li.png);
  margin-right: 20px !important; /* pris en compte par Firefox */
  margin-right: 10px; /* pris en compte par Ie */
  text-align: justify;
}

#page-droite-texte li a, #page-droite-texte a{
  color: #707070;
  font-weight:normal;
  /*text-decoration:underline;*/
}

#page-droite-texte li a:hover, #page-droite-texte a:hover{
  color: #707070;
  font-weight:normal;
  text-decoration:underline;
}


#page-droite-texte h2{
 font-size:20px;
 color:#456d9e;
  font-family:'Francois One', arial, sans-serif;
  text-transform:uppercase;  
}

#page-droite-texte h3{
font-size:16px;
 color:#707070;
}

#page-droite-texte table{
 border: 0;
 border-collapse: collapse;
 width: 100%;
 margin: 0 auto;  
}

.erreur {
  font-size:16px;
  font-weight:bold;
  color:#d00000;
}

#page-droite-bas {
  width: 683px; /* 250px - 15px -15 px padding-left&right */
  height : auto; 
  text-align: left;
  float:left;
  background:#ffffff;
  border-bottom: solid 1px #6d6d6d;
	color:#707070;
  padding-bottom:1px;
  padding-left:10px;
  padding-right:10px;
  text-align:justify;
}

#pre-bloc-home-ju {
  width:100%; 
  height:auto;
  display:block;
  float:left;

}

#bloc-home-ju {
  width:280px;
  height:350px;
  display:inline;
  float:left;
  margin:0px 10px 15px 0;
  border:solid 5px #f5f5f5;
  padding:0 0 0 10px;
}


/*------------------------------------------------------*/
/*                CLASSES SPECIAL DROITE               */
/*------------------------------------------------------*/



#devis {
   background:url(../images/devis.png) no-repeat center left;
   padding-left:40px;
   line-height:25px;
   margin-top:3px;
   margin-bottom:3px;
} 
  
#contact {
   background:url(../images/contact.png) no-repeat center left;
   padding-left:40px;
   line-height:25px;
   margin-top:3px;
   margin-bottom:3px;
   }

#catalogue {
   background:url(../images/catalogue.png) no-repeat center left;
   padding-left:40px;
   line-height:25px;
   margin-top:3px;
   margin-bottom:3px;
   }
   
#retourfront {
   background:url(../images/retourfront.png) no-repeat center left;
   padding-left:30px;
   line-height:25px;
   margin-top:3px;
   margin-bottom:3px;
   }
   
#bouton {
  background: #707070;
  margin:0 auto; 
  margin-top:10px;
  margin-bottom:10px;
  display: inline-block;
	padding: 6px 40px 7px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	/*position: relative;   */
	cursor: pointer;
}

#bouton:hover {
	background: #8b8b8b;
}

#bouton a {
   color: #ffffff;
   text-decoration:none;
}

#bouton a:hover {
   color: #ffffff;
   text-decoration:none;
}


/*-------------------------------------*/
/*                RECRUTEMENT          */
/*-------------------------------------*/



#liste-recrutement {
  text-align: left;
}

#liste-recrutement table {
border-collapse: collapse;
width: 95%;
margin: 0 auto; 
}

#liste-recrutement table th {
  padding: 5px;
  background-color: #707070;
  color:white;
  font-size:12px;
  font-weight:bold;
}

#liste-recrutement table td {
  padding: 5px;
  border-top: 1px dotted #707070;
}



/*-------------------------------------*/
/*                OFFRE EMPLOI         */
/*-------------------------------------*/



#offre{
  text-align: left;
  margin-top:10px;
}

#offre table {
width: 100%;
margin: 0 auto;
}
#offre th {
width: 25%;
padding: 10px;
vertical-align:top;
border-bottom: 1px solid #ececec;
}
#offre td {
width: 75%;
padding: 10px;
border-bottom: 1px solid #ececec; 
}

#tableauretour{
  text-align: left;
  margin-top:10px;
}

#tableauretour table {
width: 100%;
margin: 0 auto;
}
#tableauretour th {
width: 25%;
padding: 10px;
vertical-align:top;
border-bottom: 0;
}
#tableauretour td {
width: 75%;
padding: 10px;
border-bottom: 0; 
}



/*-------------------------------------*/
/*          NEWSLETTER / LOGIN         */
/*-------------------------------------*/



#page-droite-texte-formulaire table {
  width:60%;
  margin: 0 auto;
  margin-top:50px;
}

#page-droite-texte-formulaire table th {
width: 30%;
padding-top: 5px;
padding-bottom: 5px;

}
#page-droite-texte-formulaire table td {
width: 70%;
padding-top: 5px;
padding-bottom: 5px;
}


/*-------------------------------------*/
/*                MERCI               */
/*-------------------------------------*/



#retourfront2 {
   background:url(../images/retourfront.png) no-repeat center left;
   padding-left:30px;
   line-height:25px;
   display:block;
   width:100px;
   margin:0 auto;
   /*margin-top:3px;
   margin-bottom:3px; */
   }



/*-------------------------------------*/
/*                DEVIS               */
/*-------------------------------------*/



#page-droite-texte-devis-1 {
  float:left;
  text-align:left; 
}

#page-droite-texte-devis-1 input, #page-droite-texte-devis-1 textarea {
    border:solid 5px #f5f5f5;
}

#page-droite-texte-devis-1 th, #page-droite-texte-devis-1 th {
 padding-top: 7px;
 padding-bottom: 7px;
 text-align:left;
}

#page-droite-texte-devis-2 { 
  width:250px;
  text-align:left;
  float:right;
  margin-right:5px;
  padding-left:15px; 
  line-height:150%;
  border-left: 1px dotted #707070;
}

#page-droite-texte-devis-2 h3 { 
  font-family:'Francois One', arial, sans-serif;
  color:#a1a1a1;
  display:block;
  background:none;
  text-transform:uppercase;
  width:auto;
  height:auto;
  margin:0 auto 10px auto;
  text-align:left;
  font-size:20px;
  padding:5px 0 5px 0;
}

p.num-devis {
  font-size:25px;
  font-family:'Francois One', arial, sans-serif;
  color:#15487f;
  margin:5px 0 10px 10px;
  padding-left:15px;
  background:url(../images/tel-devis.png) left bottom no-repeat;
}

p.num-devis a {
  color:#15487f !important;
  text-decoration:none !important;
}

p.text-devis-right {
  font-size:15px;
  margin:5px 0 5px 10px;
}

.btn-envoi-devis {
  background:#ed1c24;
  color:#fff;
  font-family:'Francois One', arial, sans-serif;
  border:none;
  padding:5px 10px 5px 10px;
  text-transform:uppercase;
  cursor:pointer !important;
}

#page-droite-texte-devis-3 {
  clear:left;
  margin-bottom:15px;
}

#devisfleche {
  background:url(../images/devisfleche.png) no-repeat top left;
  font-size:14px;
  font-weight:bold;
  color:#8b8b8b;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  padding-left:18px;
}



/*-------------------------------------*/
/*                FOOTER               */
/*-------------------------------------*/



#footer {
  width: 100%; 
  text-align: left;
  clear:left;
  color:#707070;
  font-family: 'Yanone Kaffeesatz', arial, serif;
}

#footer-texte {
  width: 937px;
  margin: 0 auto; 
  text-align: left;
  margin-top:5px;
  font-size:14px;
}

#footer-texte-bloc {
  width: 195px;
  margin-left:30px;
  float:left;
  display:inline-block;
  text-align:left;
  margin-bottom:15px;
}

#footer-texte-bloc h3, #footer-texte-bloc h3 a{
  font-size:16px;
  font-family:'Francois One', arial, sans-serif;
  text-transform:uppercase;
  border-bottom: 2px solid #ed1c24; 
  color: #15487f;
}

#footer-texte-bloc li {
  text-align:left;
  font-size: 14px;
  font-weight:normal;
  color:#707070;
  line-height:200%;
  margin-left:0;
  display : list;
  list-style-type: none;
  border-bottom: 1px solid #707070;
  
}

#footer-texte a, #footer-bottom a  {
  font-size:14px;
  text-decoration:none;
  color:#707070;
}

#footer-texte a:hover, #footer-bottom a:hover,{
  font-size:14px;
  text-decoration:underline;
}

#footer-bottom {
  clear:left;
  width: 877px;
  margin: 0 auto; 
  text-align: center;
  margin-top:15px;
  padding-bottom:15px;
  font-size:13px;
  border-top: 1px solid #c6c0c0;
}

/* CarouFredSel */

.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}

a.prev {
  background:url(../images/prev-arrow.png) right -10px center no-repeat;
}

a.next {
  background:url(../images/next-arrow.png) left center no-repeat;
}

a.prev, a.next {
	width: 45px !important;
	height: 50px;
	display: block;
	position: absolute;
	top: 60px;
}
a.prev {left: -22px;}
a.prev:hover {}
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {right: -22px;}
a.next:hover {}
a.next.disabled { background-position: 0 -100px !important; }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	/*background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;*/
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

#avantages-dci {
  margin : 25px 37px 25px 37px;

  height:80px;
}

div.av-item {
  margin-right:14px;
  float:left;
}

div.last_av-item {
  margin-right:0;
}

#fourgonette {
  border:solid 5px #f5f5f5;
  margin-top:15px;
}

#fourgonette img {
  width:auto;
  margin:0 auto;
  width:210px;
}

#fourgonette p {
  text-align:center;
  font-family:'Francois One', Arial, Sans-serif;
  font-size:20px;
  color:#d00000;
  margin-top:5px;
}

.zone-top-cat {
  border:solid 5px #f5f5f5;
  padding-top:15px;
}

h2.top-cat-title {
  text-align:center;
  font-weight:normal;
  font-size:25px !important;
}