/*
************************
*** Couleurs du site ***
************************
Bleu MCA :       #3B7AFB
Bleu foncé liens:#234d91
Gris Clair :     #D9D9D9
Gris Fond box :  #cfd1d2
Gris Moyen :     #A9A9A9
Gris Foncé :     #333333
Vert MCA :       #AACB2A
Blanc :          #ffffff
************************
*/

/*---------------|||||||||||Global------------------------------------------------------*/
*,html{
  margin:0;
  padding:0;
}

body{
  margin:0 auto;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  background:#2175b4 url(../images/fd.png) repeat-x top;
  height:100%;
}

body img{
  border:0px;
}

a{
  color:#3B7AFB;
  text-decoration:none;
}

a:hover{
  color:#234d91;
  text-decoration:none;
}
h1{
  color:#fff;
  font-size:14px;
  font-weight:bold;
  font-style:normal;
  padding-top: 3px;
  padding-left:15px;
  padding-bottom:3px;
  background:url(../images/puce.png) no-repeat left;
  margin-bottom:5px
}

h2{
  color:#fff;
  font-size:14px;
  font-weight:bold;
  font-style:normal;
  padding-top: 3px;
  padding-left:15px;
  padding-bottom:3px;
  background:url(../images/puce.png) no-repeat left;
  margin-bottom:5px
}

h3{
  font-size:16px;
  color:#3B7AFB;
  font-weight:bold;
  font-style:normal;
  border-bottom:1px solid #fff;
  margin-bottom:5px;
  margin-top:10px;
  text-align:left;
}

h4{
  font-size:16px;
  color:#333333;
  font-weight:bold;
  font-style:normal;
  margin-bottom:5px;
  margin-top:10px;
  text-align:left;
}

ul{
  list-style:square;
}

hr{
  width:100%;
  color:#fff;
  height:1px;
  border:0;
  margin:3px;
  background-color:#fff;
  text-align:center;
}

.rouge{
  color:#f00;
}

.confirm{
  color:#3B7AFB;
  background-color:#cfd1d2;
  font-weight:bold;
  border:#fff 1px solid;
  padding:2px;  
}
.erreur{
  color:#f00;
}
.spacer{
  clear:both;
  height:0px;
  margin:0;
}
/*---------------||||||||||| Header-------------------------------------------------------------------*/

.surheader{
  width:924px;
  height:17px;
  padding:2px 10px;
  /*background-color: rgba(204, 204, 204, 0.2); */
  position:absolute;
  /* border-bottom:1px solid #FFF; */
  font-size:12px;
  font-weight:bold;
  color:#FFF;
}

.logomca{
  width:300px;
  height:100px;
  background:none;
  position:absolute;
  margin: -8px 0 0 10px;
  background-image:url(../images/LogoMCA.png);
}


#header{
  width:934px;
  height:130px;
  padding:0 10px 10px 0;
  background-color:#3B7AFB;
  overflow:hidden;
}

#header #logo a{
font-size: 30px;
color: #FFF;
width:315px;
float:left;
margin-top: 100px;
}

/*---------------||||||||||| Affichage Twitter -------------------------------------------------------------------*/
#header #affich-twitter {
position:absolute;
width: 450px;
height: 30px;
margin-left:484px;
border: 1px solid #fff;
margin-top: 30px;
overflow:hidden;
background-color: rgba(254, 254, 254, 0.8);

<!--[if IE lte IE 8]>
    background-color: 
      background:transparent;
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0ffffff,endColorstr=#C0ffffff);
      zoom: 1;   
<![endif]-->
}

#affich-twitter img { border-right: 1px solid #fff;}
ul#twitter_update_list {width:418px; height:30px; margin:0; padding:0; float:right;}
#twitter_update_list li {width:100%; height:100%; list-style-type:none; padding:2px 2px 2px 5px; color:#36f; font-size:10px; float:left; }

/*
ul#twitter_update_list .divisor {display:none;}
ul#twitter_update_list .data {color:#36f; font-size:9px;}
*/

ul#twitter_update_list .data:before {content:" - Il y a : ";}

/*
ul#twitter_update_list .data:after {content:"";}
ul#twitter_update_list a:link, ul#twitter_update_list a:visited {text-decoration:none;}
#twitter_update_list a {color:#ccc;}
#twitter_update_list a:hover, #twitter_update_list a:active {color:#666;}
*/



/*---------------|||||||||||Page globale------------------------------------------------------*/

#container{  /* page global */
  width:944px;
  margin:0 auto;
  background-color:#E3E5E6;
  border-right:1px solid #fff;
  border-left:1px solid #fff;
}

#container2{  /* contenu principal : le contenu de la page */
  width:944px;
  /* margin-top:10px; */
  color:#666;
  height:100%;
}

/*---------------||||||||||| Container ------------------------------------------------*/

#content{    /* article principale */
  width:924px;
  padding:0 10px 0 10px;
  float:left;
}

#content p{
  margin-bottom:10px;
}

#content h2 a{
  color:#666;
  text-decoration:none;
}

#content h2 a:hover{
  color:#999;
}

/*---------------||||||||||| Identification - Pavé deroulant avec Formulaire et div -------------------------------------------------*/

#ident{
position:absolute;
width:924px; /* Attention : border = 1px : donc +2px */
height: 0px;
margin-left:10px;
margin-top: -1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
background-color:#cfd1d2;
overflow: hidden;
z-index:25;
}

#ident-fd{
color:#333;
padding: 0 10px 5px 10px;
background:#cfd1d2 url(../images/fd-div.png) repeat-x top;
margin-right:auto;
margin-left:auto;
}

#ident h2 {
margin-bottom: 5px;
}

#ident p {
position:relative;
float:left;
font-size:12px;
padding-right:10px;
margin:2px 0 0 0;
}

#ident .ident-info {
float: right;
width: 220px;
height: 52px;
border: solid #FFF 1px;
padding:0 5px 0 0;
font-size:12px;
margin:0 0 0 10px;
}
#ident .ident-info img {
float: left;
border-right: solid #FFF 1px;
padding:0;
margin:0 10px 0 0;
}
#ident .ident-info p {
margin-top:2px;}

/* ---- */

#ident #ident-form {
float: left;
width: 422px;
height: 52px;
border: solid #FFF 1px;
padding:0; /* 0 5px 0 0;*/
font-size:12px;
margin:0;
}
#ident #ident-form p {
margin-top:4px;
width: 345px;
line-height: 22px;}

#ident #ident-form img {
float: left;
border-right: solid #FFF 1px;
padding:0;
margin:0 10px 0 0;
}

#ident p.ident-erreur {
position:relative;
float:left;
font-size:12px;
line-height: 15px;
padding-right: 10px;
background-color:#F00;
color: #fff;
border: 1px solid #fff;
}

#ident #identifiant{
position:relative;
border: solid 1px #fff;
background-color: #AACB2A;
color: #fff;
width: 250px;
height:18px;
font-size:14px;
line-height: 16px;
margin-left:0px;
}

#ident #pass{
position:relative;
border: solid 1px #fff;
background-color: #AACB2A;
color: #fff;
width: 80px;
height:18px;
font-size:14px;
line-height: 16px;
margin-left:10px;
}

#ident #ident-login {
width: 40px;
height: 20px;
background-color: #AACB2A;
border: solid #FFF 1px;
cursor: pointer;
/*font-size:14px;*/
font-weight: bold;
color: #FFF;
float: right;
margin:0;
} 

#ident #ident-login:hover {
background-color: #A9A9A9;
} 

.ident-valid:hover { 
background-color:#A9A9A9;
} 

.ident-valid {
position:absolute;
text-align:center;
width: 150px;
height: 20px;
background-color: #cfd1d2;
border: solid #FFF 1px;
cursor: pointer;
line-height: 16px;
font-weight: bold;
color: #FFF;
margin-left: 784px;
margin-top:-1px;
z-index: 24;
}

.ident-valid a {
color: #FFF;
font-size:16px;
height:20px;
}

div #ident-close {
position:absolute;
margin-top: 88px; /* = 80px - 1px */
margin-left: 784px;
z-index:24;
}

/*---------------||||||||||| Menu Navigation-------------------------------------------------*/

#nav{
width: 944px;
background: #AACB2A;
height: 20px; 
padding: 0;
margin: 0 0 10px 0;
list-style: none;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#nav li{
display: inline;
background:#AACB2A;
float: left;
height: 20px; /* +2 px de border */
width: 160px;
margin: 0;
padding: 0;
}

#nav a{
display:block;
height:20px;
text-decoration:none;
color:#fff;
padding:0 0 0 5px;
font-size: 16px;
font-weight: bold;
border-right: 1px solid #fff;
position: relative;
z-index:5;
overflow:hidden;
}

#nav li a:hover, #nav li a:active {
background:#3B7AFB;
}

.sousnav {
list-style: none;
display: none;
}

.sousnav li a {
margin-left: -1px;
border-left: 1px solid #fff;
border-bottom: #fff 1px solid;
border-top: #fff 1px solid;
background: #AACB2A;
}

.sousnav li a:hover {
background: #3b7afb;
}

/* Special nav notrestock : les fonds rouges */

#nav li.notrestock{
width : 160px;
background : #cd282a;
float : left;
height : 20px;
display : inline;
}
#nav .notrestock a {
display : block;
height : 20px;
text-decoration : none;
color : #fff;
padding : 0 0 0 5px;
font-size : 15px;
font-weight : bold;
border-right : 1px solid #fff;
position : relative;
z-index : 5;
}
#nav li.notrestock:hover, #nav li.notrestock:active {
background : #aacb2a;
}

.notrestock .sousnav li a {
background-color: #cd282a;
}
.notrestock .sousnav li a:hover {
background-color: #a9cb29;
}

/* rouge :cd282a  */
/* fin special notrestock*/

/* Hack IE pour la navig */
* html #nav {
display:inline;
float:left;
height:22px;
margin-top:-4px;
border-top:1px solid #fff;
}
* html #nav li a{
text-align:center;
width:95px;
padding:0 2px;
height:22px;
}

/* Fin hack IE pour la navig */


/*---------------|||||||||||Moteur de recherche - Formulaire et div -------------------------------------------------*/

#moteur{
  width:904px;/* Attention : border = 1px */
  height: 75px;
  float:left;
  color:#333;
  padding: 0 10px 5px 10px;
  background:#cfd1d2 url(../images/fd-div.png) repeat-x top;
  border:1px solid #fff;
  margin-bottom:10px;
  z-index: 1;
}

p.moteur {
	float:left;
	font-size:14px;
	line-height: 20px;
	padding-right: 10px;
}

#moteur input{
  float:left;
  height:20px;
  background-color:#D9D9D9;
  border: solid #FFF 1px;
  font-size:14px;
  line-height: 18px;
}

#moteur select{
  float:left;
  height:22px;
  background-color:#D9D9D9;
  border: solid #FFF 1px;
  font-size:14px;
  line-height: 16px;
}

#moteur .moteur-valid input.btn {
	width: 140px;
	height: 22px;
	background-color: #cd282a;
	border: solid #FFF 1px;
	cursor: pointer;
	font-size:16px;
	font-weight: bold;
	color: #FFF;
	float: right;
	margin-top: 20px;
}

#moteur .moteur-valid input.btn:hover{
	background-color:#A9A9A9;
}


/*---------------|||||||||||Formulaires sauf moteur de recherche et identification --------------------*/

.form{
  width:685px;
  padding:0 10px 10px 10px;
  color:#333;
  background:#3B7AFB url(../images/fd-base.png) repeat-x top;
}
form p.double label{
  float:left;
  width:80px;
}
form p.double input,form p.double textarea {
  display:block;
  margin:0 5px;
  border:solid 1px #fff;
  background-color:#AACB2A;
  color:#fff;
  width:190px; /* attention au padding */
  margin-left:80px;
  text-align:left;
  padding : 0 5px;
}
form p.double select{
  display:block;
  margin:0 5px;
  border:solid 1px #fff;
  background-color:#AACB2A;
  color:#fff;
  width:200px; /* attention au padding */
  margin-left:80px;
  text-align:left;
}
form p.valid input.btn {
  margin-left:80px;
  border: solid 1px #fff;
  background-color: #AACB2A;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 0 5px;
}
form p.valid input.btn:hover { 
  background-color:#A9A9A9;
  }
  
/* ----------------  Les 2 formulaires du mot de passe --------------- */
  
form p.motdepasse input{
  border:solid 1px #fff;
  background-color:#AACB2A;
  color:#fff;
  width: 200px;
}
form p.motdepasse .btn {
  border: solid 1px #fff;
  background-color: #AACB2A;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
    width: 250px;
}
form p.motdepasse .btn:hover { 
  background-color:#A9A9A9;
  }


/* ---------------- Page Accueil - Caroussel des offres du jour --------------- */


.offre{
  clear:both;
  width:924px;
  margin-bottom:10px;

}

.infiniteCarousel {
  width:924px;
  height:300px;
  position: relative;
  padding:0;
    border:1px solid #fff;
  /*background-color:#0F3;*/
}

.infiniteCarousel .wrapper {
  width:924px;
  height: 300px; 
  margin: 0;
  position: absolute;
  overflow: auto;
  /*background-color: #093;*/
}

.infiniteCarousel ul a img {
  /*border-right: 1px solid #fff;
  width:613px;
  height:450px;
  margin-top: -50px;*/
  float:left;
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  width:924px;
  height: 325px;
  background:#cfd1d2 url(../images/fd-carousel-li.png) repeat-x bottom;
  overflow:hidden;
}

.infiniteCarousel ul li strong {
	font-size:40px;
	font-weight:bolder;
	letter-spacing: -0.05em;
}
.infiniteCarousel ul li p {
	float:right;
	text-align:center;
	padding-top:20px;
	padding-bottom: 10px;
	line-height: 25px;
	margin:10px;
	width: 290px;
	font-size:18px;
	overflow:hidden;
}

.infiniteCarousel ul li p span.prix{
  display: block;
  height: 30px;
  border: 1px solid #fff;
  font-size: 30px;
  font-weight: bold;
  background:#cfd1d2;
  margin-top:135px;
  margin-left:10px;
  padding: 5px 10px;
  width:250px;
}

.infiniteCarousel ul:hover li a {
  color:#234d91;
  text-decoration:none;
}

.infiniteCarousel li:hover p {
      background:#cfd1d2 url(../images/fd-carousel-p.png) repeat-x bottom;
}


<!--  Page Accueil 3 boites du bas: Actualite Nouveautés et Stock   -->
.blue_box{
float:left;
width:970px;
background-color:#3C3;
}

/* ---------------- Page Accueil - Boite ACTUALITES ------------------------ */

#hactualite{
  float:right;
  width:289px;
  height:160px;
  /* background:#cfd1d2 url(../images/fd-futur.png) repeat-x top; */
    background:#cfd1d2 url(../images/fd-div.png) repeat-x top;
  border:1px solid #fff;
  margin:0 0 10px 0;
  padding:0 0 0 10px;
  overflow:hidden;
}

#hactualite h2{
  height:20px;
  padding:3px 10px 0 15px;
}

#actualite{
  width:289px;/* Attention Border = 1px */
  height:120px;
  padding:0;
  color:#333333;
  overflow:auto;
}

#actualite a{
  color:#333;
  border-bottom:1px dotted #333;
  text-decoration:none;
  font-weight:bold;
}

#actualite a:hover{
  color:#63110c;
  border-bottom:1px dotted #63110c;
}

#actualite ul{
  list-style:none;
}

#actualite li{
  display:block;
  margin:1px 0;
  padding:3px 5px 3px 5px;
}

#actualite li:hover{
  background:#f94d43;
  color:#fff;
}

#actualite img{
  border:1px solid #FFF;
  height:25px;
  width:40px;
}

/* ---------------- Page Accueil - Boite NOUVEAUTES ------------------------ */

#hnouveaute{
  float:left;
  width:289px;
  height:160px;
  /* background:#cfd1d2 url(../images/fd-stock.png) repeat-x top; */
    background:#cfd1d2 url(../images/fd-div.png) repeat-x top;
  border:1px solid #fff;
  margin:0 10px 10px 0;
  padding:0 0 0 10px;
}

#hnouveaute h2{
  height:20px;
  padding:3px 10px 0 15px;
}

#nouveaute{
  width:289px;/* Attention Border = 1px */
  height:120px;
  padding:0;
  color:#333333;
  overflow:auto;
}

#nouveaute a{
  color:#333;
  border-bottom:1px dotted #333;
  text-decoration:none;
  font-weight:bold;
}

#nouveaute a:hover{
  color:#507402;
  border-bottom:1px dotted #507402;
}

#nouveaute ul{
  list-style:none;
}

#nouveaute li{
  display:block;
  margin:1px 0;
  padding:3px 5px 3px 5px;
}

#nouveaute li:hover{
  background:#AACB2A;
  color:#fff;
}

/* ---------------- Page Accueil - Boite stock ------------------------ */

#hstock{
  float:left;
  width:289px;
  height:160px;
  /*background:#cfd1d2 url(../images/fd-stock.png) repeat-x top; */
    background:#cfd1d2 url(../images/fd-div.png) repeat-x top;
  border:1px solid #fff;
  margin:0 10px 10px 0;
  padding:0 0 0 10px;
}


#hstock p {
  line-height: 16px;
  color: #333333;
  width: 200px; 
}

#hstock #lien-stock {
  float:right;
  display:block;
  line-height: 16px;
  width:85px;
}

#hstock #lien-stock a {
  color: #333333;
}

#hstock ul{
	list-style:none;
}

#hstock ul li a, #hstock ul li a:hover{
  color: #333333;
}


/*---------------||||||||||| Nouvelles Offres de la semaine -------*/
.article{
  width:916px;/* Attention : border = 1px */
  height: 198px;
  float:left;
  color:#333;
  padding: 0 0 10px 10px;
  background:#cfd1d2;
  border:1px solid #fff;
  margin-bottom:10px;
}



/*---------------||||||||||| Div actu - Pages : Actualités, entreprise, services, contact ... --------------------- */

.actu{
clear:both;
width:904px;
padding:0 10px 10px 10px;
color:#333;
 /* background:#cfd1d2 url(../images/fd-box.png) repeat-x top; */
    background:#cfd1d2 url(../images/fd-div.png) repeat-x top;
margin-bottom:10px;
border:1px solid #fff;
}

.actu dl{
margin:10px 0;
padding:0;
}

.actu dt{
position:relative;
left:0;
top:18px;
font-weight:bold;
font-size:14px;
color:#AACB2A;
background-color:#fff;
width:65px;
padding-left:5px;
}

.actu dd{
border-left:1px solid #fff;
margin:0 0 0 70px;
padding:0 0px 5px 5px;
}

.actu ul{
padding-left:25px;
}

.actu a{
color:#234d91;
font-weight:bold;
}

.actu a:hover{
color:#333;
font-weight:bold;
}

.titre {
border-top: #FFFFFF solid 1px;
font-weight:bold;
font-size:16px;
color:#3B7AFB;
}

.illustr img{
float:right;
margin:0;
}
.illustr p{
float:right;
vertical-align:top;
margin:-10px 0 0 0 ;
}

.actu img{
margin-bottom:10px;
}

/* les colonnnes de mise en page dans la div actu */

.actu .col1{
width:286px;
float:left;
padding:0;
}
.actu .col2{
width:286px;
float:left;
margin:0 10px;
padding:0;
}
.actu .col3{
width:286px;
float:right;
margin-left:10px;
padding:0;
}
.actu .coldb{
width:608px;
float:right;
margin-left:10px;
padding:0;
}

.actu .coldb2{
width:608px;
float:left;
/* margin-right:10px; */
padding:0;
}

.actu .col3 img{
float:right;
}


/*---------------||||||||||| Page catalogue liste --------------------- */

.liste{
  clear:both;
  width:906px;/* border = 1px sur la largeur */
  margin:10px;
  padding:0 10px 10px 10px;
  border:1px solid #fff;
  /* background:#cfd1d2 url(../images/fd-box.png) repeat-x top; */
      background:#cfd1d2 url(../images/fd-div.png) repeat-x top;
  color:#003366;
}

table.tab_recherche thead td {
  font-weight:bold;
  background-color: #3B7AFB;
  vertical-align:top;
  background-image:url(../images/fd-head-tab.gif);
  color:#fff;
  padding:10px 2px 2px 2px;
  text-align: center;
  height: 25px;
}

table.tab_recherche thead img{
  border:0px;
  vertical-align:bottom;
  margin-top: 10px;
}

table.tab_recherche{
  width:100%;
  border-collapse:collapse;
  border:1px solid #A9A9A9;
}

table.tab_recherche th{
  padding:3px;
  border: 1px solid #A9A9A9;
  font-size: 11px;
  color:#FFF;

}

table.tab_recherche td{
  text-align:center;
  padding:1px 3px;
  border:1px solid #A9A9A9;
  font-size:11px;
/*color: #003366;*/
}

a.tableau:link,a.tableau:active,a.tableau:visited{
  text-decoration:none;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
}

a.tableau:hover{
  text-decoration:none;
  color:#fff;
  font-size:11px;
  font-weight:bold;
}

/*
.tableau{
  position:relative;
}*/

a.tableau span {
  display:none;
}

a.tableau:hover span {
  display: inline-block;
  position:absolute;
  width:80px;
  height:85px;
  top:-80px;
  left:-40px;
  margin:0 auto;
  z-index:50;
  padding:5px 5px 10px 5px;
  text-align:center;
  color:#039;
}


.modele {
padding: 0 16px 0 0 ;
}

.gris1{ /* couleurs du VP de base en ligne 1 */
  background-color:#ececec;
  cursor:pointer;
}

.gris2{  /* couleurs du VP de base en ligne 2 */
  background-color:#d9dadb;
    cursor:pointer;
}

.gris1:hover, .gris2:hover { /* changement de couileur de la ligne VP */
  background-color:#b1d8ff;
    cursor:pointer;
}

.orange1{  /* couleurs du VU de base en ligne 1 */
  background-color:#ffe27b;
    cursor:pointer;
}

.orange2{  /* couleurs du VU de base en ligne 2 */
  background-color:#ffc658;
    cursor:pointer;
}

.orange1:hover, .orange2:hover {  /* changement de couileur de la ligne VU */
  background-color:#ffad36;
    cursor:pointer;
}

.orange1 .vieilles, .orange2 .vieilles, .gris1 .vieilles, .gris2 .vieilles{  /* couleurs du VU vieilles en ligne 1 */
background-image: url(../images/vieilles.png);
background-repeat: no-repeat;
background-position: top right;
}


.outil-liste{
	width:200px;
	float:right;
	border: 1px solid #fff;
	margin: 0 0 10px 10px;
}

.outil-liste img {float:left; margin:2px;}
.outil-liste p {margin-left:37px; margin:2px;}

/* ----- vignette catalogue ----- */

.viewpic{
  position:relative;
}

.viewpic tr{
  border:1px solid #999;
}

.viewpic img{
  margin:0;
  border:0;
}

:hover.viewpic{
  text-decoration:none;
  border:0;
}

.viewpic span{
  display:none;
  text-align:left;
}

:hover.viewpic span{
  display:inline;
  position:absolute;
  width:135px;
  height:100px;
  top:-117px;
  left:-60px;
  z-index:22;
  padding:5px 4px 10px 6px;
  text-align:center;
  background-image:url(../images/viewpic2.png);
  color:#039;
}

/* ----- vignette catalogue photo et fiche ----- */

.viewinfo{
  position:relative;
}

.viewinfo tr{
  border:1px solid #999;
}

.viewinfo img{
  margin:0;
  border:0;
}

:hover.viewinfo{
  text-decoration:none;
  border:0;
}

.viewinfo span{
  display:none;
  text-align:left;
}

:hover.viewinfo span{
  display:inline;
  position:absolute;
  width:80px;
  height:85px;
  top:-90px;
  left:-35px;
  z-index:21;
  padding:5px 5px 10px 5px;
  text-align:center;
  background-image:url(../images/viewpic.png);
  color:#039;
}

a.viewinfo {
  color:#fff;
}

/*---------------||||||||||| Page details du catalogue --------------------- */

.details{
  clear:both;
  width:906px;/* border = 1px sur la largeur */
  padding:0 10px 10px 10px;
  border:1px solid #fff;
  background:#cfd1d2 url(../images/fd-box.png) repeat-x top;
  font-size:14px;
  margin:0px auto 10px auto;
}

/*---------------||||||||||| Photos page details--------------------- */

.photo-descriptif{
  float:left;
  padding:0 5px 0 0;
  /* margin-top:5px; */
  width:485px;
}

.photo-descriptif ul{
  font-size:14px;
  margin-left:15px;
}

.photo-descriptif .descriptif li{
width:400px;
background-color:#0F6;
}
.photo-descriptif img{
  border:0px;
}

.contact{
text-align:left;
}

.photo-contact{
  float:left;
  padding:5px 5px 0 0;
  margin-top:5px;
  margin-bottom:40px;
  width:450px;
}

.photo-details{ /* pave avec les photos du vehicule */
  width: 400px;
  float: right;
  background:#cfd1d2;
  border:1px solid #fff;
  margin-top:30px;
  margin-right: 0px;
  padding: 5px 5px 5px 5px;
}
.photo-details img{
  margin: 0px;
  Padding: 0px;
}
.photo-details ul{
  margin:0;
  padding:0;
}

.flottante{
  width:394px;
  height:296px;
  margin-bottom:5px;
}

/* gallerie de photo de la page detail */

.galleria {list-style:none;cursor:pointer;}
.galleria_container {margin:0; float:left;}
.galleria li {display:block; width:95px; height:80px; border:solid 1px #fff; float:left; margin:10px 2px 0 0; overflow:hidden;}
.galleria li a {display:none;}
.galleria li div {position:absolute; display:none; top:0;}
.galleria li div img {cursor:pointer;}
.galleria li.active div img,.galleria li.active div {display:block; cursor:pointer;}
.galleria li img.thumb {display:inline; cursor:pointer; }
/* .galleria li div .caption {display:block; margin-top:10px;} */
* html .galleria li div span {width:400px;} /* MSIE bug */
.photo_suiv_prec{
	background-color:#999;
	color:#FFF;
	border-top: 1px solid #fff;
	text-align:center;
	font-size:10px;
	padding: 5px 0 0 0;
	margin:5px -5px -5px -5px;
	}
.photo_suiv_prec a {
	color:#000;
	font-weight:bold;
	}
p.photo_suiv_prec{
	height: 26px;}
div .galleria_wrapper{
	height: 300px;}






/*---------------|||||||||||Outils previsualisation de vehicules prev-next -------------------------------------------------*/

.prev-next ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #999;
  width: 100%;
  }

.prev-next li{
  list-style-type:none;
  float:left;
  margin: 10px 0 50px 0;
  height: 100px;
}

.prev-next li:first-child{
  margin: 10px 10px 50px -15px;
}

.prev-next a{ /* définition de chaque bouton du menu */
  width:171px; /* largeur du bouton, que vous pouvez changer à loisir */
  height:108px;
  padding-top:5px;
  display:block;
  text-align:center;
  text-decoration:none;
  color:#000;
  background:#999;
  border: 1px solid #fff;
}

.prev-next a span{ /* définition de la balise <span> inclue dans <a> */
  display:none;
}

.prev-next a:hover span{ /* définition de la balise <span> au survol */
position:relative;
  display: block;
  width: 171px;
  height: 20px;
  margin: -15px 0 0 -1px;
  border: 1px solid #fff;
  background-color:#666;
  font-size:12px;
  color:#FFF;
  padding-top: 2px;
}



/*---------------|||||||||||Grands Outils de la fiche vehicule-------------------------------------------------*/
.outils { /* grand pave qui regroupe les outils */
  margin:0 0 145px 0px;
  padding:0;}

.outils ul{
  list-style-type:none;
  margin:0;
  padding:0;
  }

.outils li:first-child{
  margin: 10px 0 20px 0;}

.outils li{
  list-style-type:none;
  float:left;
  margin: 10px 0 20px 10px;
  padding:0;
  background:#999;
}

/* hack ie6 css*/
* html .outils li{
margin: 10px 0 20px 5px;}

.outils li a img{ /* définition de chaque bouton du menu */
float: right;}

.outils li a div{ /* ça sert a la hauteur du span en dessous */
height: 93px;}

.outils li a{ 
  width:161px;
  height:88px;
  display:block;
  text-align:left;
  text-decoration:none;
  font-size:14px;
  color:#000;
  padding:5px;
  border: 1px solid #fff;
}


.outils li span{ 
  display:none;
}

.outils li:hover span{ 
  display: block;
  width: 171px;
  height: 20px;
  margin: -22px 0 0 0;
  border: 1px solid #fff;
  background-color:#666;
  text-align:center;
  }  


/*---------------||||||||||| Outils2 - PETITS outils de la fiche vehicule -------------------------------------------------*/
div .outils2 { /* pave qui regroupe tous les outils */
  margin:0 0 0 10px;
  padding:0;
  float:right;
  width:35px;
  }

.outils2 ul{
  list-style-type:none;}

.outils2 li{
  list-style-type:none;
  margin: 0 0px 5px 0;
  padding:0;
  background-color:#999;}

/*hack ie6 css*/
* html .outils2 li{
margin: 10px 5px 0 0;
padding:2px;}

.outils2 li a img{ /* définition de chaque bouton du menu */
margin:2px;
margin:auto}

.outils2 li a{ 
  width:34px;
  height:34px;
  display:block;
  color:#333;
  border: 1px solid #fff; }

.outils2 a span{ /* définition de la balise <span> au survol */
  display:none;}

.outils2 a:hover span{ /* définition de la balise <span> inclue dans <a> */
  display: block;
  width: 120px;
  padding: 3px;
  margin: -33px 0 0 42px;
  border: 1px solid #fff;
  background-color:#CCC;
  position:absolute;
  float: left;
  text-decoration:none;
  font-size:11px;}




/*---------------||||||||||| Page detail, page merci - Grand pave qui regroupe les commerciaux -------------------------------------------------*/
.commerciaux { 
height:220px;
margin:0;
padding:0;
}
.commerciaux-droite{ 
float:right;
width: 435px;
}
.commerciaux-gauche {
float:left;
width: 435px;
}
.commerciaux .titre { 
font-size: 12px;
line-height: 20px;
/*background-color:#2c57af;*/
color:#000;
}
.commerciaux dl{
  border-bottom: 1px solid #fff;
}	

/*---------------||||||||||| Colonne à droite avec boites------------------------------------------*/

#sidebar{
	display:none
  /* width:220px;
  float:left;
  font-size:11px;
  height:100%; */
}

#sidebar p{
  /*padding-bottom:5px;
  padding-top:5px;*/
}

div.minibox{
  padding: 0px 2px;
  width:185px;
  height:25px;
  background:#cfd1d2;
  letter-spacing:-1px;
  font-weight:bolder;
  font-size:20px;
  border-bottom:solid 1px #fff;
}

div.minibox:hover{
  background:#A9A9A9;
}

div.box{
  padding:0 10px 5px 10px;
  margin-left:5px;
  margin-bottom:10px;
  border:1px solid #fff;
  width:188px;
  float:right;
  background:#cfd1d2 url(../images/fd-box.png) repeat-x top;
}
div.box-stock{ /* visible sur la pge recherche */
  color:#333;
  height: 80px;
  width:188px;
  padding:0 10px 5px 10px;
  margin-right: 3px;
  border:1px solid #fff;
  float:right;
  background:#cfd1d2 url(../images/fd-box.png) repeat-x top;
}

.box p{
  color:#333;
  padding:0;
}

.box ul{
  margin:2px 5px 2px 0px;
  color:#fff;
  list-style:none;
}

.box a{
  color:#3B7AFB;
/* padding: 0 5px; */
}

.box a:hover{
/* background: #fff; */
  color:#234d91;
  list-style:none;
}

.box img{
  border:0px;
/* margin-left: -5px; */
}

.box img a:hover{
  border:0px;
}

.box img a{
  border:0px;
}
/*
.imgfax{
float: left;
width: 190px;
margin: 0 20px 0 0;
text-align:center;
border: 0px;
}
.imgfax a {
border: 0px;
}
.imgfax a:hover {
border: 0px;
}
*/

.imggdfax{
  border:0;
  margin-top:5px;
  margin-left:90px;
}

/*---------------||||||||||| affichage vignettes stock ----------------- */

#stock img{
  border:1px solid #FFF;
}

.pave_img{
  z-index:32;
  margin-bottom:-30px;
}

.descriptif{
  margin-left:50px;
}
/*---------------||||||||||| Footer--------------------------------------*/

#footer{
  clear:both;
  width:924px; /* ! plus le padding */
  height:32px;
  /* background:#cfd1d2 url(../images/fd-footer.png) repeat-x bottom; */
  border-bottom:1px solid #fff;
  border-top:1px solid #fff;
  padding:5px 10px 5px 10px;
}

#footer p{ /* pave adresse, capital, siret ... */
  width:918px;
  font-size:9px;
  text-align:center;
  line-height:10px;
}

#footer ul{/* menu du footer */
  color:#fff;
  font-size:10px;
  font-weight:bold;
  width:928px;
  height:12px;
  border:1px solid #fff;
}

#footer li{/* entrées du menu du footer */
  display:inline;
  float:left;
  width: 92px;
  text-align:center;
  padding:0 5px 0 5px;
  border-left:1px solid #fff;
}

#footer li:first-child{ border-left:none; }

#footer li:hover{/* entrées du menu du footer */
background-color:#CCC;
}

#footer li a{
  color: #333;
  text-decoration:none;
}

#footer li a:hover{
  color:#3B7AFB;
}



/*---------------||||||||||| pages plan d'acces : onglets--------------------------------------*/

#plan{
  float:left;
  line-height:normal;
  padding:0;
}

#plan ul{
  margin:0;
  padding:5px 0px;
  list-style:none;
}

#plan li{
  float:left;
  margin:5px 10px 0 0;
  padding:0 0 0 0;
  border:1px solid #fff;
}
#plan li:last-child{
  float:left;
  margin:5px 0 0 0;
  padding:0 0 0 0;
  border:1px solid #fff;
}

#plan a{
  float:left;
  display:block;
  text-decoration:none;
  font-weight:bold;
  color:#3B7AFB;
  font-size:30px;
  text-align:center;
}

#plan ul a, #plan #current a{
  width:289px;
}

#plan a:hover, #plan #current a:hover{
  color:#333;
  background-color:#AACB2A;
}

#plan #current a{
  color:#333;
  background-color:#AACB2A;
}

#plan li:hover,#header li:hover a{
  color:#333;
}

/*---------------||||||||||| page interview--------------------------------------*/

.intv{
  clear:both;
  width:683px;
  padding:0 10px 10px 10px;
  color:#333;
  background:#cfd1d2 url(../images/fd-box.png) repeat-x top;
  margin-bottom:10px;
  border:1px solid #fff;
}

.intv dl{
  margin:10px 0;
  padding:0;
}

.intv dt{
  background:url(_img/puce.png) no-repeat left;
  margin-top:20px;
  font-weight:bold;
  font-size:12px;
  color:#3B7AFB;
  padding-left:15px;
}

.intv dd{
  border-left:1px solid #fff;
  margin:0 0 0 20px;
  padding:0 5px 5px 5px;
}

.intv ul{
  margin-left:20px;
}

.intv img{
  vertical-align:top;
  border:0px;
}

.intv td{
  margin:0;
  padding:0;
}
/*---------------||||||||||| Formulaire Page offre commerciale / Devis--------------------------------------*/

.intv textarea,.intv input{
  margin:1px 5px;
  padding:1px;
  border:solid 1px #3B7AFB;
  color:#333;
/* width: 200px; */
}

.intv label{
  display:inline;
  vertical-align:top;
  float:left;
  width:106px;
}
/*---------------||||||||||| page regroupant les offres mail --------------------------------------*/

.offre-mail{
  background-color:#fff;
  margin:4px;
  float:left;
  width:160px;
  height:355px;
  border:#3B7AFB solid 1px;
  text-align:center;
}

.conteneur{
  width:100%;
}

/* ---- ACCORDION FAQ ------ */

.accordion {
    width: 100%;
    border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
    background: #e9e7e7 url(../images/arrow-square.png) no-repeat right -51px;
    padding:5px 15px;
    margin: 0;
    border: solid 1px #c4c4c4;
    border-bottom: none;
    cursor: pointer;
}
.accordion h3:hover {
    background-color: #e3e2e2;
}
.accordion h3.active {
    background-position: right 5px;
}
.accordion p {
    background: #f7f7f7;
    margin: 0;
    padding: 10px 15px 20px;
    border-left: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
}

 /* ----------------------------------------------------------------------- */
 
div .g-plusone {float:right;}

 /* ----------------------------------------------------------------------- */
div #buttonC2cId {
	float:right;
	margin:0;
	border:0;
	}

div .rappel-tel {
	background-image: url(../images/rappel-tel.png);
	height: 89px;
	width: 353px;
	border: 1px solid #fff;
	padding:0;
	}

