a{
  color: #AD0617;
}
a:hover{
  color: #91C11A;
}
.clear 
{
  clear:both;
}
.BoutonRouge 
{
  margin:10px auto;
  background:url("/StructurePortail/promodis/images/bg-red.png") repeat-x left bottom #EE011D;
  line-height:30px;
  color:White;
  font-weight:bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;   
  text-align:center;
  padding:5px 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.25);
	white-space: nowrap;
}
.BoutonRouge:hover, #ListeCatalogueMateriels .BoutonPlusDinfo:hover
{
	text-shadow: 0 -1px 5px rgba(0,0,0,0.50);
	color:White;
}
.trEachSoc:nth-child(2n)
{
  background-color:#EEE;
}
.trEachSoc:nth-child(2n+1)
{
}

.gradientBox
{
  background: #e6e6e6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #ffffff 30%, #e6e6e6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 30%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 30%,#e6e6e6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 30%,#e6e6e6 100%); /* IE10+ */
  background: linear-gradient(top,  #ffffff 30%,#e6e6e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
  
  box-shadow: 1px 3px 3px 0 #b8b8b8;
  -moz-box-shadow: 1px 3px 3px 0 #b8b8b8;
  -webkit-box-shadow: 1px 3px 3px 0 #b8b8b8;
  -o-box-shadow: 1px 3px 3px 0 #b8b8b8;
  -ms-box-shadow: 1px 3px 3px 0 #b8b8b8;
  
  border: 1px solid #b8b8b8;
  
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  
  display: inline-block;
  margin-bottom: 3px;
}
@-moz-keyframes shake
{
  25%
  {
    -moz-transform: rotate(-2deg);
  }
  75%
  {
    -moz-transform: rotate(2deg);
  }
}

@-webkit-keyframes shake
{
  25%
  {
    -webkit-transform: rotate(-2deg);
  }
  75%
  {
    -webkit-transform: rotate(2deg);
  }
}

@keyframes shake
{
  25%
  {
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
  }
  75%
  {
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
  }
}



.shake
{
  animation: shake 0.2s infinite;
  -moz-animation: shake 0.2s infinite;
  -webkit-animation: shake 0.2s infinite;
}

#UnloggedLink 
{
  position:absolute;
  top:0;
  left:0;
  z-index:50000;
}
#UnloggedLink a
{
  color:#EAEAEA
}
#loginForm 
{
  text-align:center;
  width:300px;
}
#loginForm div
{
  padding:5px;
}

/********************************************************/
/*                      Slider Marques                  */
/********************************************************/
#SliderFlecheGch, #SliderFlecheDrt  
{
  width:17px;
  height:38px;
  cursor:pointer;
  margin:20px;
  opacity : 0.8;
  -moz-opacity : 0.8;
  -ms-filter: "alpha(opacity=80)"; /* IE 8 */
  filter : alpha(opacity=80); /* IE < 8 */
}
#SliderFlecheGch:hover, #SliderFlecheDrt:hover  
{
  opacity : 1;
  -moz-opacity : 1;
  -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  filter : alpha(opacity=100); /* IE < 8 */
}
#SliderFlecheGch 
{
  background:url(/StructurePortail/promodis/images/btn-slider-gch.png) no-repeat;
  float:left;
}
#SliderFlecheDrt 
{
  background:url(/StructurePortail/promodis/images/btn-slider-drte.png) no-repeat;
  float:right;
}





/********************************************************/
/*                         HEADER                       */
/********************************************************/
#header{
  height: 140px;
  background-color: #FFF; /*#E1001A*/
  /*position: relative;
  z-index: 50;*/
  background:url(/StructurePortail/promodis/images/BgRuban.png) bottom repeat-x;
}
#header-inner 
{
  margin:0 auto;
  background:url(/StructurePortail/promodis/images/HeadPromodis.png) center 2px no-repeat;
  width:664px;
  height:139px;
  position:relative;
  }
#header-inner-nav
{
  padding-top:70px;
  height:71px;
  }
#header-inner-nav-content
{
  overflow: hidden;
}
#header-inner-nav-content > a 
{
  float:left;
  margin:0;
  padding:0;
  display:block;
}
#header-search 
{
  background-color:#EDEDED;
  width:190px;
  height:24px;
  position:absolute;
  right:-238px;
  top:30px;
  padding:15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; 
}
#header-search-inner 
{
  text-align:center;
  background:url(/StructurePortail/promodis/images/FondSearch.png) top left repeat-x;
  padding:3px;
  height:23px;
}
#header-search-inner input#recherche
{
  height:17px;
  width:130px;
  float:left;
  border:0;
  margin-left:10px;
}
#header-search-inner #BtnSearch
{
  display:block;
  float:right;
  background-color:transparent;
  color:White;
  cursor:pointer;
  border:none;
  margin-top:-1px;
  outline:0;
  padding:0;
  height:17px;
}
#header-search-inner #BtnSearch:active
{
  background-color:white;
  color:Black;
}
#header-links 
{
    position:absolute;
    left:-230px;
    top:20px;
}
#header-sitesExport {
  position : absolute;
  left : -217px;
  top : 43px;
}
#header-links ul, #header-sitesExport ul
{
    list-style:none;
    padding:0;
    margin:0;
}
#header-links ul li
{
  float:left;
  padding:0 10px;
  border-left:1px solid red;
}
#header-sitesExport ul li {
  float : left;
  padding : 0 10px;
}
#header-links ul li:first-child {  border:none; }

/********************************************************/
/*                         FOOTER                       */
/********************************************************/
#footer{
  background-color: #D0D0D0;
  clear: both;
  overflow: hidden;
  text-align: center;
  font-size: 0.8em;
  margin-top: 10px;
  padding-top:10px;
}
#footer p{
  margin: 0;
}

/********************************************************/
/*               SPÉCIFIQUE SLIDER HOME                 */
/********************************************************/
/* affichage en zone */
#ZonesContainer { z-index:666; }
#zonePromodis .container{
  min-width: 996px;
  /*max-width: 1254px;*/
  margin: 0 auto;
  position: relative;
  /*z-index: 666;*/
}
#contentGauche, #zonePromodis #content, #contentDroite {
  -moz-box-shadow: 0 0 4px #000000;
  -webkit-box-shadow: 0 0 4px #000000;
  box-shadow: 0 0 4px #000000;
  border: 1px solid #999999;
  border-top: 0;
  z-index: 333;
  width: 650px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color:#FDFDFD;
  padding-bottom:20px;
}
.totem {
  position: absolute;
  top: 0;
  margin: 0 auto;
  color: #464646;
  z-index: 666;
  display: block;
}
/* affichage des totems remontés sur la nav */
#zonePromodis #totemPro, #zonePromodis #totemProche 
{
  top:-30px;
}
/* affichage des totems à gauche */
#HomeZoneGauche #totemCmpLsp,
#HomeZoneCentre #totemPro,
#HomeZoneDroite #totemProche {
  left: 0;
  right: 50%;
  margin-right: 325px;
}
/* affichage des totems à droite */
#HomeZoneGauche #totemPro,
#HomeZoneCentre #totemProche,
#HomeZoneDroite #totemVotrePromodis {
  left: 50%;
  right: 0;
  margin-left: 325px;
}
/********************************************************/
/*                 STYLES DES TOTEMS                    */
/********************************************************/
.totem > div {
  width: 176px;
  margin: 0 auto;
  -moz-box-shadow:0 0 10px #999;
  -webkit-box-shadow:0 4px 28px #666666;
  box-shadow:0 4px 28px #666666;
  border: 1px solid #999999;
  border-top: 0;
  background-color:#FFF;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px; 
}
.totem h3{
  background-color: #91C11A;
  color: #FFFFFF;
  font-size: 1em;
  padding: 1em 0.3em;
  text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.totem span, .totem label 
{
  margin:10px;
  display:block;
  text-align:left;
  font-weight:bold;
}
.totem img 
{
  display:block;
}
/* totem OCCAS (le premier en partant de la gauche) */
#totemCmpLsp h3
{
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
	-webkit-border-radius: 10px 10px 0 0 ;
	border-radius: 10px 10px 0 0;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#ArboOccas li
{
  padding-left:20px;
  background:url(/StructurePortail/promodis/images/nav-puce.gif) 3px center no-repeat;
  margin:0;
  border-bottom:1px dotted white;
  font-weight:bold;
}
#ArboOccas li a{
  color:#555;
}
#ArboOccas > li:first-child 
{
  background:url(/StructurePortail/promodis/images/nav-puce-first.gif) top left no-repeat;
  padding-top:3px;
}
#ArboOccas > li:hover {
  background:url(/StructurePortail/promodis/images/flech-red.png) top right no-repeat;
  background-size : cover;
  -webkit-transition-property: background-image;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: background-image;
  -moz-transition-duration: 0.5s;
  transition-property: background-image;
  transition-duration: 0.5s;
  margin-right:-7px;
  border-color:transparent;
}
#ArboOccas > li:hover > a 
{
  color:White;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#ArboOccas li ul li a:hover
{
  color:#91C11A;
}
#ArboOccas {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  
}
#ArboOccas > li, #totemCmpLspCatalogueLsp >li  {
  line-height: 2em;
  /*white-space: nowrap;*/
  position: relative;
  padding-right:auto;
}
#ArboOccas > li > ul > li, #totemCmpLspCatalogueLsp >li > ul >li {
  white-space : nowrap;
}
#ArboOccas ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: -1px;
  left: 100%;
  background-color: #FFFFFF;
  color: #464646;
  border: 1px solid #999999;
  display: none;
  padding-right:10px;
  z-index:1000
}
#ArboOccas > li:hover ul {
  display: block;
}
#totemCmpLsp li ul li a {
  display: block;
  
}
#totemCmpLspCatalogueLsp a,
#totemCmpLspCatalogueCmp a{
  display: block;
}
/* totem pro (le deuxième en partant de la gauche) */
ul#totemProServices 
{
  list-style:none;
  padding:0 0 0 10px;
  background-color:#EDEDED;
  margin:0 0 10px 0;
}

@keyframes CentPerCentPosition {
  0%,90%{background-position: 0px 50%;}
  100%{background-position: 10px 50%;}
}
@keyframes ZeroPerCentPosition {
  0%,90%{background-position: 0px 50%;}
  100%{background-position: -10px 50%;}
}
@-webkit-keyframes CentPerCentPosition {
  0%,90%{background-position: 0px 50%;}
  100%{background-position: 10px 50%;}
}
@-webkit-keyframes ZeroPerCentPosition {
  0%,90%{background-position: 0 50%;}
  100%{background-position: -10px 50%;}
}
@-moz-keyframes CentPerCentPosition {
  0%,90%{background-position: 0px 50%;}
  100%{background-position: 10px 50%;}
}
@-moz-keyframes ZeroPerCentPosition {
  0%,90%{background-position: 0 50%;}
  100%{background-position: -10px 50%;}
}

#TeteTotemPro 
{
  /*background:url(/StructurePortail/promodis/images/TetePro.png) center no-repeat;*/
  background:url(/StructurePortail/promodis/images/fr/TetePro.png) transparent 0px 50% no-repeat;
  height:74px;
  width:176px;
  display:block;
  
  animation: 3s 2s infinite alternate;
  -moz-animation: 3s 2s infinite alternate;
  -webkit-animation: 3s 2s infinite alternate;
  /* on tente l'accélération materielle pour la transition et l'anim */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  animation-name: ZeroPerCentPosition;
  -moz-animation-name: ZeroPerCentPosition;
  -webkit-animation-name: ZeroPerCentPosition;
}

#HomeZoneGauche #TeteTotemPro 
{
  background-image:url(/StructurePortail/promodis/images/fr/btn_retour-drt.gif);
  animation-name: CentPerCentPosition;
  -moz-animation-name: CentPerCentPosition;
  -webkit-animation-name: CentPerCentPosition;
}
#HomeZoneGauche #TeteTotemPro:hover 
{
  background-image:url(/StructurePortail/promodis/images/fr/btn_retour-drt_2.gif);
}
#totemProGrdesMarques{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  background-color: #E70018;
  text-align: center;
}
#totemProGrdesMarques li{
  width: 80px;/**/
  display: inline-block;/**/
  height:50px;
  background:url(/StructurePortail/promodis/images/ellipse-blanche.png) no-repeat;
  vertical-align:middle;
  line-height:44px;
  margin:10px 4px;
}
#totemProGrdesMarques img
{   
    max-height: 40px;
    max-width: 58px;
    vertical-align:middle;
    display:inline;
    margin-top:4px;
}
/* totem proche (le troisième en partant de la gauche) */
#totemProcheVehicules{
  color: #FFFFFF;
  background-color: #E70018;
  text-align: left;
  line-height: 1.5em;
}
#totemProcheVehicules p { margin:0; padding:10px; font-weight:bold; }

#TeteTotemProche 
{
  background:url(/StructurePortail/promodis/images/fr/TeteProche.png) center no-repeat;
  height:74px;
  width:176px;
  display:block;
  animation: 3s 2s infinite alternate;
  -moz-animation: 3s 2s infinite alternate;
  -webkit-animation: 3s 2s infinite alternate;
  /* on tente l'accélération materielle pour la transition et l'anim */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  animation-name: CentPerCentPosition;
  -moz-animation-name: CentPerCentPosition;
  -webkit-animation-name: CentPerCentPosition;
}
#HomeZoneDroite #TeteTotemProche 
{
  background-image:url(/StructurePortail/promodis/images/btn_retour.gif);
  animation-name: ZeroPerCentPosition;
  -moz-animation-name: ZeroPerCentPosition;
  -webkit-animation-name: ZeroPerCentPosition;
}
#HomeZoneDroite #TeteTotemProche:hover 
{
  background-image:url(/StructurePortail/promodis/images/btn_retour_2.gif);
}
#SocialLinks { text-align:center; }
#SocialLinks img { display:inline; margin:5px; }

/* totem votre promodis (le quatrième en partant de la gauche) + Nav gauche services */
#totemVotrePromodis h3, .TeteNavRouge
{
  background:url(/StructurePortail/promodis/images/bg-red.png) bottom left repeat-x;
  background-color:#EE011D;  
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	padding:1em 0.3em;
	color:White;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.TeteNavRouge a
{
  text-align:center;
	color:White;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#NavServices, #NavCMP ul, #NavPieces ul, #ArboVotrePromodis
{
  margin:0 auto;
  list-style:none;
  padding:0 10px;
}
#ArboVotrePromodis li a, #NavServices li a, #NavCMP ul li a, #NavPieces ul li a
{
  background:url(/StructurePortail/promodis/images/nav-puce.gif) left center no-repeat;
  background-color:#EDEDED;
  margin:2px 0;
  padding:5px 14px;
  color:Black;
  font-weight:bold;
  display:block;
}

.TopService {background:url(/StructurePortail/promodis/images/nav-puce.gif) center left no-repeat #EDEDED;}

#NavServices .TopService.express a { background:url(/StructurePortail/promodis/images/picto-atelier-express.png) 120px bottom no-repeat;}
#NavServices .TopService.pulve a { background:url(/StructurePortail/promodis/images/picto-centre-pulve.png) 120px  bottom no-repeat;}
#NavServices .TopService.pneus a { background:url(/StructurePortail/promodis/images/picto-centre-pneu.png) 120px bottom no-repeat;}
#NavServices .TopService.vitres a { background:url(/StructurePortail/promodis/images/picto-centre-vitres.png) 120px bottom no-repeat;}

#NavServices .TopService:hover {  background:url(/StructurePortail/promodis/images/bg-red.png) bottom left repeat-x;}

#totemVotrePromodis ul  { padding:0; }
#ArboVotrePromodis li a:hover,#NavServices li a:hover
{
  background:url(/StructurePortail/promodis/images/bg-red.png) bottom left repeat-x;
  background-color:#EE011D;
  color:White;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
li.last 
{
  background:url(/StructurePortail/promodis/images/bg-red.png) bottom left repeat-x;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
  width:100%;
  height:25px;
}
#content .HomeBlocs{
  overflow: hidden;
}

/********************************************************/
/*                 STYLES HOME                    */
/********************************************************/

#HomeFormContact
{
  padding:20px;
}

#HomeFormContact table
{
  width: 100%;
}

#HomeFormContact tr
{
  height:25px;
}
#HomeFormContact textarea
{
  width:400px;
  height:100px;
}
.HomeBlocs > div
{
  float:left;
  margin-right:2px;
  width:215px;
  
}

#HomeBloc_Promo, #HomeBloc_Pieces
{
  margin:0 !important;
  float:right !important;
}
.HomeBlocs h2
{
  padding:9px;
  color:White;
  background-color:#91C11A;
  font-size:1.2em;
  text-align:center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-transform: uppercase;
}
.HomeBlocs h2 a
{
  text-decoration : none;
  display : block;
  color : White;
}

.HomeBlocs .SousTitre
{
    color: #91C11A;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}
.HomeBlocs ul 
{
  margin:0;
  padding-left:30px;
  list-style-image:url(/StructurePortail/promodis/images/nav-puce.gif)
}
#contentGauche .HomeBlocs ul li { padding:3px 0; }
#contentGauche .HomeBlocs ul li a { color:#222; }
.HomeBlocs ul li a.Rouge
{
  font-weight:bold;
  color:red !important;
}
.HomeBlocs ul li a.Strong
{
  font-weight:bold;
  color:red !important;
}
#HomeBloc_Services ul, #ColPromoNav
{
  list-style:none;
  margin:10px;
  padding:0;
  text-align:left;
}
#HomeBloc_Services ul li, #ColPromoNav li
{
  margin-bottom:5px;
}

#HomeBloc_Services ul li a img, #ColPromoNav li a img
{
  margin-bottom:-5px;
  margin-right:6px;
}
#HomeBloc_Actu
{
  position:relative;
  text-align:justify;
}
#HomeBloc_Actu #fil_actus
{
  margin-top:12px;
  color:#333;
}
#HomeBloc_Actu #fil_actus .actu_titre
{
  font-weight:bold;
  font-size:1em;
  text-align:left;
}
#HomeBloc_Actu .nav
{
  position:absolute;
  right:20px;
  top:220px;
  z-index:50;
}
#HomeBloc_Actu .nav a
{
  width:13px;
  height:23px;
  margin:5px;
}
#HomeNewsletter 
{
  background-color:#EDEDED;
  width:500px;
  padding:10px;
  text-align:center;
  margin:0 auto;
  color:#333;
  font-weight:bold;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; 
}
#HomeBloc_Promo .Container { margin-left:20px; }
#BlocEpromodis { margin-top:25px; }
#HeadEpromodis { position:relative; }
#BlocEpromodis #BarreEpromodis  
{
  width:485px; 
  height:38px;
  background:url(/StructurePortail/promodis/images/EPromodis/btn-Promo-Epromodis.png) no-repeat;
  margin:0 auto;
}
#BlocEpromodis #GabaritEpromodis  
{
  width:616px; 
  height:180px; 
  margin:0 auto;
}
#BlocEpromodis #ArboEpromodis  
{
  width:622px; 
  height:170px; 
  background:url(/StructurePortail/promodis/images/EPromodis/Infobulle-Arbo.png) no-repeat;
  margin:0 auto;
  display:none;
  cursor:pointer;
  position:absolute;
  bottom:-170px;
  left:50%;
  margin-left:-311px;
}

/********************************************************/
/*                         Slider HOME                  */
/********************************************************/
body#zonePromodis { overflow:hidden; width:100%; }
#zonePromodis .container { clear:both; }
#ZonesContainer 
{
  width:300%;
  position:relative;
  left:0;
  margin-left: -100%;
}
.SlideWindow 
{
  height:100%;
  width: 33.333%;
  float:left;
}

/********************************************************/
/*                     FIL D'ARIANE                     */
/********************************************************/

.breadcrumbs {
  display: block;
  list-style-type: none;
  margin: -15px 0 2px;
  padding: 0 0 2px !important;
  border-bottom: 1px dotted #C0C0C0;
  font-size: 0.9em;
}
.breadcrumbs li {
  display: inline;
  padding-left: 5px;
}
.breadcrumbs li:first-child:before {
  padding-left: 0;
}
*[dir=rtl] .breadcrumbs li {
  padding-right: 5px;
  padding-left: 0;
}
.breadcrumbs li:before {
  content: ">";
  padding-right: 5px;
}
.breadcrumbs li:first-child:before {
  content: "";
  padding-right: 0;
}
*[dir=rtl] .breadcrumbs li:before {
  padding-right: 0;
  padding-left: 5px;
}
/********************************************************/
/*                RESEAU / ANNUAIRE                     */
/********************************************************/

table#ListeSocietaires 
{
  width:100%;
}
table#ListeSocietaires thead
{
  height:50px;
}
table#ListeSocietaires .trRaisonSociale 
{
      background-image: url("/StructurePortail/promodis/images/bg-liste.jpg");
}
table#ListeSocietaires .tdRaisonSociale 
{
      background-image: url("/StructurePortail/promodis/images/bg-liste.jpg");
      color:White;
      padding:5px 0 5px 50px;
      font-size:14px;
      font-weight:bold;
	    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
table#ListeSocietaires .tdRaisonSociale a
{
  float:right;
}
table#ListeSocietaires .trDonnees
{
  height:40px;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid grey;
}
.BenBox 
{
  width:450px;
  padding:10px;
}
#FicheSoc img
{
  float:right;
}
#FicheSoc #IdentSoc
{
  float:left;
  background:url("/StructurePortail/promodis/images/bg-titre-arbo.jpg") no-repeat top left;
  padding:10px 0 0 70px;
  width:300px;
  height:23px;
  font-size:14px;
}

#ContentSoc 
{
  clear:both;
}
#ContentSoc h5
{
  margin:8px 5px;
}
#ContentSoc span
{
  display:block;
}
#ContentSoc .BoutonRouge
{
  margin:10px auto;
  width:400px;
  display:block;
  padding:5px;
}

/********************************************************/
/*                    PAGES INTERNES                    */
/********************************************************/

#ContainerInterne
{
  margin: 0 auto;
  max-width: 1230px;
  min-width: 960px;
  margin-bottom:30px;
  position: relative;
  /*overflow: hidden;*/
}
#ContainerInterne h1
{
  font-size:22px;
  text-align:left;
  padding:5px 5px;
  color:#111;
}
#ContainerInterne h2
{
  border-bottom: 1px dotted #C0C0C0;
  color: #84B312;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-left: 5px;
  font-size: 1.8em;
  line-height: 0.9em;
}
#ContainerInterne #content h3
{
  font-size:18px;
  background-color:#91C11A;
  padding:5px;
  color:#FFF;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	margin:8px auto;
}
#ContainerInterne #content
{
  /*margin:0 240px;*/
  padding: 0;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}
#ContainerInterne #content p
{
  padding:8px;
}
#ContainerInterne #colGauche
{
  width:200px;
  padding:10px;
  background-color:#FFF;
  /*position: absolute;
  top: 0;
  left: 0;*/
  z-index: 1664;
  float: left;
  margin-right: 20px;
}
#ContainerInterne #colDroite
{
  width:200px;
  padding:10px;
  /*position: absolute;
  top: 0;
  right: 0;*/
  z-index: 1664;
  float: right;
  margin-left: 20px;
}


/********************************************************/
/*           SPÉCIFIQUE CAROUSEL MARQUES CMP            */
/********************************************************/

.carousel-wrap
{
    width: 520px;
    height:100px !important;
}

.js
{
    overflow: hidden;
}
.js ul
{
    overflow: hidden;
}

.js .carousel-wrap
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 15px;
}

.carousel ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.js ul li
{
    overflow: hidden;
    width: 130px;
    margin: 0;
    position: relative;
    float: left;
    display: inline;
    height:60px;
}
.js ul li img
{
  vertical-align:middle;
  max-height:30px;
  background-color:White;
  padding:15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; 
  line-height:60px;
}
.js ul li.asterisk:after {
  content : "*";
  vertical-align : top;
  font-weight : bold;
  font-size : 1.5em;
}

/********************************************************/
/*           FIN SPÉCIFIQUE CAROUSEL MARQUES CMP        */
/********************************************************/

.carouselLSPMentionsLegales
{
  padding-bottom : 0;
  margin-bottom : 0;
}
.carouselLSPMentionsLegales span {
  font-weight : bold;
  font-size : 1.5em;
}

/***************** Services **********************/
#BoutonsLargesServices, div.carouselMarques
{
    background-color: #EDEDED;
    border: 1px solid #D8D8D8;
    display: block;
    list-style: none;
    margin: 10px 13px;
    padding: 5px;
    text-align: center;  
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; 
    -webkit-box-shadow: 3px 3px 10px 0px #999;
    -moz-box-shadow: 3px 3px 10px 0px #999;
    box-shadow: 3px 3px 10px 0px #999; 
}

/***************** Materiels (CMP) **********************/

div.carouselMarques 
{
  width:646px;
  margin:0 auto 10px;
  height:80px;
}

div.carouselMarques ul
{
  padding:0;
  height:80px;
}

/*#NavCMP h3:before
{
  content:"Catalogue ";
}*/
#NavCMP ul {
  margin:0 10px;
  padding: 0;
  list-style-type: none;
  display: block;
}
#NavCMP ul > li {
  position: relative;
}
#NavCMP > ul > li:first-child 
{
  background:url(/StructurePortail/promodis/images/nav-puce-first.gif) top left no-repeat;
}

#NavCMP ul > li > a:hover, #NavPieces > ul > li > a:hover {
  background:url(/StructurePortail/promodis/images/bg-red.png) bottom left repeat-x;
  background-color:#EE011D;
  color: #FFFFFF;
  -webkit-transition-property: background-image;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: background-image;
  -moz-transition-duration: 0.5s;
  transition-property: background-image;
  transition-duration: 0.5s;
  border-color:transparent;
}
#NavCMP li:hover > a, #NavPieces li:hover > a 
{
  background:url(/StructurePortail/promodis/images/bg-red.png) bottom left repeat-x;
  color:White;
}
#NavCMP li ul li a, #NavPieces li ul li a
{
  color:#333;
  
}
#NavCMP li ul li a:hover, #NavPieces li ul li a:hover
{
  color:#91C11A;
 background:url(/StructurePortail/promodis/images/nav-puce.gif) center left no-repeat #EDEDED;
}
#NavCMP ul > li ul, #NavPieces ul > li ul 
{
  white-space:nowrap;
  z-index:100;
}
#NavCMP ul ul, #NavPieces ul ul {
  margin: 0;
  padding:0;
  list-style-type: none;
  position: absolute;
  top: -1px;
  left: 100%;
  background-color: #FFFFFF;
  color: #464646;
  border: 1px solid #999999;
  display: none;
}
#NavCMP ul > li:hover ul, #NavPieces ul > li:hover ul {
  display: block;
}
#ListeCatalogueMateriels
{
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
#ListeCatalogueMateriels .HeadLiMat 
{
  height:55px;
  position:relative;
}

#ListeCatalogueMateriels .HeadLiMat  .MarqueMateriel
{
  max-height: 45px;
}

#ListeCatalogueMateriels li
{
  float: left;
  height: 275px;
  margin-left: 2.8em;
  margin-top: 2.5em;
  padding: 10px;
  text-align: center;
  width: 180px;
  position:relative;
}
#ListeCatalogueMateriels .PromoIcon
{
  position:absolute;
  top:-18px;
  right:0;
}
#ListeCatalogueMateriels .MarqueMateriel
{
  max-width:160px;
  max-height:25px;
  display: block;
  margin: 10px auto;
  max-height: 25px;
  max-width: 160px;
  text-align: center;
}
#ListeCatalogueMateriels .BoutonPlusDinfo 
{
  width:160px;
  display:block;
  margin:10px auto;
  background:url("/StructurePortail/promodis/images/bg-red.png") repeat-x left bottom #EE011D;
  line-height:12px;
  color:White;
  font-size:1.2em;
  font-weight:bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  padding : 10px 0 10px 0;
}
#ListeCatalogueMateriels .VoirSiteConstructeur 
{
  width:160px;
  display:block;
  font-size:11px;
  text-align:center;
  margin:0 auto;
}
#ListeCatalogueMateriels .PromotionEnCours 
{
  width:160px;
  display:block;
  text-align:right;
  color:red;
  padding:0 !important;
  position:absolute;
  bottom:0;
  right:0;
  margin:0;
}

h4.SliderMarquesHead 
{
  font-size:14px;
  margin-bottom:10px;
  color:#666;
  border-bottom:1px dotted grey;
  padding-bottom:5px;
}

/***************** Materiels (LSP) **********************/

#NavPieces ul li a
{
  padding:1px 14px;
}



/********************************************************/
/*                       Barre BO                       */
/********************************************************/

#LogInBar 
{
  position:fixed;
  left:2%;
  right:2%;
  width:96%;
  height:26px;
  z-index:2000;
  background-color:#E71105;
  margin:0 auto;
  bottom:0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; 
  background:url(/StructurePortail/promodis/images/bg-login.png) bottom left repeat-x;
  -webkit-box-shadow: 0 0 16px 0 #666;
  -moz-box-shadow: 0 0 16px 0 #666;
  box-shadow: 0 0 16px 0 #666; 
  border-width:1px 1px 0 1px;
}
#LogInBar ul
{
  float:left;
  margin:0;
  padding:0;
  list-style:none;
  width:100%;
}
#LogInBar li:first-child
{
  border-left:none;
}
#LogInBar li:last-child
{
  border-right:none;
}
#LogInBar li
{
  float:left;
  border-right:1px solid #A20C03;
  border-left:1px solid #D43D36;
}
#LogInBar li.right
{
  float:right;
}
#LogInBar a, #LogInBar span
{
  color:#FFF;
  line-height:26px;
  margin:0 10px;
  font-size:11px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#LogInBar a:hover
{
  text-decoration:underline;
}

/********************************************************/
/*                       Actualités                     */
/********************************************************/

#totemArboActus
{
  list-style:none;
  margin:0;
  padding:0;
}
#totemArboActus ul
{
  list-style:none;
}
#totemArboActus .ActuVert
{
  background-color:#91C11A;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor:pointer;
	text-align:center;
	line-height:30px;
	color:White;
	font-weight:bold;
	width:95%;
	margin:2px auto;

}
#totemArboActus .ActuVert ul
{
  display:none;
  padding:0;
  background-color:#FFF;
  margin:0;
}
#totemArboActus .ActuVert ul li
{
  margin: 5px 0 5px 0;
  text-align:left;
  padding:4px 0 4px 5px;
	text-shadow:none;
	line-height:20px;
	font-weight:normal;
  /*background:url(/StructurePortail/promodis/images/nav-puce.gif) center left no-repeat;*/
  border-top:1px dotted #444;
  overflow : hidden;
  cursor : pointer;
}
#totemArboActus .ActuVert ul li:first-child
{
  border-top : 0;
}
#totemArboActus .ActuVert ul li:last-child
{
  background:url(/StructurePortail/promodis/images/nav-puce.gif) center left no-repeat;
}

#totemArboActus .ActuVert ul li a
{
  color:#666;
}
#totemArboActus .ActuVert ul li a:hover
{
  color:#91C11A;
}
#totemArboActus li.actu_lien
{
  font-size:10px;
  padding:5px 0 5px 11px !important;
  border-top:1px dotted #EF001C;
}
#ListeActuByRubrique 
{
  list-style:none;
  margin:20px 0;
  padding:0;
}

#ListeActuByRubrique li
{
  border-top:1px dotted #444;
  padding-top:10px;
  overflow : hidden;
  cursor : pointer;
}
#ListeActuByRubrique li:first-child
{
  border-top:0;
}
#ListeActuByRubrique p
{
  padding : 0 important!;
}

#ListeActuByRubrique img
{
  max-height : 96px;
  max-width : 128px;
  float : left;
  font-size : 0;
  margin : 0 5px 5px 0;
}
#ArboActu img
{
  max-height : 32px;
  max-width : 42px;
  float : left;
  font-size : 0;
  margin : 0 5px 5px 0;
}

#ListeActuByRubrique h2
{
  border-bottom: none;
  font-size : 1.8em;
  margin-top : 0px;
}

#ArboActu h2
{
  border-bottom: none;
  font-size : 1.1em;
  margin-top : 0px;
  padding-left : 0px;
}

#ListeActuByRubrique li p.infoActu
{
  float : right;
  display : inline;
}
#ListeActuByRubrique li p.titreActu
{
  display : inline;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size : 1.3em;
  font-style : italic;
  color : #444;
  padding : 0 !important; 
}
#ArboActu li p.titreActu
{
  display : inline;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size : 1em;
  /*font-style : italic;*/
  color : #444;
  padding : 0 !important; 
}

#ListeActuByRubrique li a.enSavoirPlus
{
  float : right;
  color : Red;
  font-size : 1em;
}

#ListeActuByRubrique p
{
  color : Black; 
}



.pager  
{
  height:25px;
  clear: both;
}
.pager ul 
{
    display: table;
    font-size: 16px;
    height: 25px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: auto;
}
.pager ul li
{
  float:left;
  padding:2px 5px;
  color:grey;
  font-weight:bold;
}
.pager ul li.last
{
  display:block;
  height:auto;
  background:none;
  width:auto;
}

/********************************************************/
/*                       Occasions                      */
/********************************************************/

#colGauche .TeteNavVert
{
  background-color: #91C11A;
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 1.4em 0.3em;
  text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius:10px;
  border-radius:10px; 
  
}
#colGauche #ArboOccas
{
  width:170px;
  margin:0 auto;
  border-left:1px solid grey;
  border-right:1px solid grey;
  border-bottom:1px solid grey;
  list-style:none;
  padding:0;
}
#lListe table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#lListe .lNom a {
	color: Black;
	font-size: 16px;
	font-weight: bold;
}
#lListe {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#lListe > li {
	border-width: 1px;
	height: 112px;
	margin-bottom: 5px;
	position: relative;
}
#lListe > li:hover {
	background: url(/StructurePortail/promodis/images/liste-effect-on.gif);
}
#lListe .lBarre {
	background-color: #F8F8F8;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-left: -1px;
	padding: 5px;
	background-image: url(/StructurePortail/promodis/images/bg-liste.jpg);
}
#lListe .lBarre span {
	display: inline-block;
	color: #FFF;
	margin-left: 20px;
}
#lListe .lLocalisation {
    width: 30%;
}
#lListe .lVendeur {
    width: 30%;
}
#lListe .lPictos {
    text-align: right;
    width: 39%;
}
#lListe .lMateriel, #lListe .lDesc {
    padding-top: 10px;
}
#lListe .lVisuel {
	display: block;
	float: left;
	text-align: left;
	width: 110px;
}
#lListe .lMateriel {
    float: left;
    width: 31%;
}
#lListe .lDesc {
    float: left;
    width: 35%;
}
#lListe .lPrix {
	color: #A7121C;
	display: block;
	float: left;
	font-size: 1.2em;
	padding-top: 20px;
	text-align: right;
	width: 18%;
}
#lListe .lVisuel img {
	margin-bottom: 3px;
	max-height: 72px;
	max-width: 104px;
	border: 1px solid #d30000;
}
#lListe .lLegende {
    color: #898989;
    font-size: 0.9em;
    font-style: italic;
}
#lListe .lMateriel span {
    display: inline-block;
    width: 100%;
}
#lListe .lDesc table, #lListe .lDesc td {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#lListe .lLoupe {
    display: none;
    left: 480px;
    position: absolute;
    top: -50%;
    z-index: 667;
}
#lListe .lLoupe img {
    border: 1px solid #A7121C;
    max-height: 250px;
    max-width: 250px;
}
#lListe .lFleche {
    background-image: url("/StructurePortail/commun/images/tnx-puce-zoom-list-annonce.png");
    display: none;
    height: 40px;
    left: 468px;
    position: absolute;
    top: -3px;
    width: 30px;
    z-index: 668;
}
#lListe .vendu .lBarre {
    background-color: #E1E2E8;
    color: black;
}
input[type="submit"], #btEnvoyer, #btContact, #btContact2, #btSelection, #btReturn, #btPrint, .boutonsAnnonces .btStandard, #btOrder, #btNewSearch, #btAlerte {
	background-image: url(../images/bg-liste.jpg);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.9em;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
input[type="submit"], #btEnvoyer:hover, #btContact:hover, #btContact2:hover, #btSelection:hover, #btReturn:hover, #btPrint:hover, .boutonsAnnonces:hover .btStandard:hover, #btOrder:hover, #btNewSearch:hover, #btAlerte:hover {
	background-image: none;
	background-color:#92c31b;
}
input[type="submit"]:hover{
  background-color:#A3BC56;
}
#btContact2 {
    clear: both;
    float: left;
}
#btAdvancedSearch, #btSimpleSearch {
    float: left;
    line-height: 27px;
}
#contentwrapper {
    overflow: hidden;
}
#btAlerte {
    display: inline-block;
}
#textrefbas {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
#MarquesLettres {
    list-style: none outside none;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}
#MarquesLettres li {
    display: inline-block;
    margin: 0 1px;
}
#MarquesLettres a {
    border: 1px solid #c0c0c0;
    display: block;
    height: 22px;
    line-height: 22px;
    width: 22px;
}
#MarquesLettres a:hover {
    border: 0 none;
    color: #FFFFFF;
    padding: 1px;
}
#MarquesListe {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#MarquesListe li {
    display: inline-block;
    height: 150px;
    margin: 1%;
    vertical-align: top;
    width: 23%;
}
#MarquesListe img {
    vertical-align: middle;
}
#MarquesListe a, #MarquesListe span {
    display: block;
    vertical-align: middle;
}
#MarquesListe .logo, #MarquesListe .nologo {
    font-weight: normal;
    height: 115px;
    line-height: 115px;
    margin-top: 10px;
}
#MarquesListe .titre {
	background-image:url(../images/bg-red.png)
    color: #FFFFFF;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
}
#MarquesListe .nologo {
    color: #c9c9c9;
    white-space: nowrap;
}
.tagcloud {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.tagcloud li {
    display: inline-block;
}
.tagcloud a {
    padding: 0 3px;
    white-space: nowrap;
}
#moteur {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}
#simple {
    display: block;
}
#complet {
    display: none;
}
#moteur input {
    vertical-align: middle;
}
#moteur input[type="submit"] {
    clear: both;
}
#moteur ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
.filtres > li {
    display: inline-block;
    margin: 5px 10px;
    vertical-align: top;
}
.filtres input[type="text"] {
    height: 18px;
    width: 160px;
}
.filtres select {
    height: 20px;
    width: 162px;
}
.filtres option[value=""] {
    color: #898989;
    font-style: italic;
}
.filtres label, .filtres legend {
    color: #898989;
    display: block;
    font-size: 0.9em;
    font-style: italic;
    padding-left: 5px;
    text-align: left;
}
.filtres legend {
    padding-left: 0;
    padding-right: 3px;
}
.filtres input + label {
    color: #000000;
    display: inline;
    font-size: 1em;
    font-style: normal;
    padding-left: 2px;
    vertical-align: middle;
}
.filtres fieldset {
    border: 1px solid #898989;
    padding: 0 5px;
}
#btAdvancedSearch, #btNewSearch {
    display: inline-block;
}
#btSimpleSearch {
    display: none;
}
#tools input {
    margin: 0 30px;
}
#tools {
    clear: both;
}
#trilisteform {
    margin-bottom: 10px;
    text-align: center;
}
#triliste optgroup {
    border-top: 1px solid #D0D0D0;
    font-style: normal;
}
.fn {
	text-align: left;
}
.prixAnnonceDetaillee {
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 3px;
    color: #A7121C;
}
#enteteAnnonce {
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/bg-liste.jpg);
}
#enteteAnnonce .region {
    float: left;
    font-size: 1.2em;
    margin-right: 20px;
}
#enteteAnnonce .annonceur {
    float: left;
    font-size: 0.9em;
}
#enteteAnnonce .numero {
	float: right;
	font-size: 0.8em;
	color: #333;
}
#grandephoto {
	float: left;
	margin-top: 5px;
	/*max-height: 375px;
	max-width: 400px;*/
	margin-right: 5px;
}
#grandemap {
    float: left;
    height: 375px;
    margin-top: 5px;
    position: relative;
    width: 500px;
}
#petitesphotos {
	text-align: center;
	margin-left: 257px;
}
#petitesphotos img {
    margin: 5px 3px 0;
    max-height: 72px;
    max-width: 96px;
}
#btEnvoyer, #btContact, #btSelection, #btReturn, #btPrint, #btOrder {
    float: left;
}
#caractAnnonce {
    clear: both;
    overflow: hidden;
}

#caractAnnonce ul {
    display: block;
    margin: 0 0 0 40px;
    padding: 0;
}
#caractAnnonce ul, #vendeurAnnonce ul {
    font-weight: bold;
    list-style: none outside none;
}
#caractAnnonce li {
    display: inline-block;
    width: 49%;
}
#caractAnnonce .label, #vendeurAnnonce .label, #bulleGeolocgMaps .label, #bulleGeolocbMaps .label {
    color: #808080;
}
#caractAnnonce .valeur, #vendeurAnnonce .valeur, #bulleGeolocgMaps .valeur, #bulleGeolocbMaps .label {
	color: #333;
}
#Vendu {
    margin-left: 0;
    margin-top: -87px;
    position: absolute;
}
#logoVendeur, #photoVendeur {
    max-width: 100%;
}
#vendeurAnnonce{
  overflow: hidden;
}
#vendeurAnnonceSociete, #vendeurAnnonceContact {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 49%;
    margin-left: 40px;
    margin-right: -60px;
}
#bulleGeolocgMaps {
    display: block;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#bulleGeolocbMaps {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    background-color: white;
    display: block;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    min-width: 200px;
    padding: 10px 0 10px 10px;
    width: 100%;
}
#contactAnnonce {
    background-color: #F8F8F8;
    border: 1px solid #EDEDED;
}
#contactAnnonce table, #contactSite table, #inscriptionTNO table {
    width: 100%;
}
#boutonsAnnonces a, #boutonsAnnonces span {
    margin-right: 5px;
    margin-top: 3px;
}
#contactAnnonce
{
  margin-bottom:20px;
}
#contactAnnonce label
{
  font-weight:bold;
  line-height:22px;
}
#contactAnnonce textarea
{
  width:300px;
}
#TitreRappelAnnonce 
{
  font-size:14px;
}
#caractAnnonce.ContactVendeur 
{
  margin:0 auto;
  padding:15px;
  border:1px solid #888;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  margin-bottom:20px;
}
#reseau-choix-departement
{
  padding-left : 10px;
  padding-right : 10px;
}
#reseau-choix-departement select 
{
  width : 112px;
}
#reseau-choix-departement input[type="submit"]
{
  height : 20px;
}

 #listePageInter
  {
    color : #669900;
    font-weight : bold;
    background : url(/StructurePortail/promodis/images/bg-titre-arbo.jpg) no-repeat;
    padding : 5px 41px;
    font-size : 13px;
    line-height : 25px;
    list-style-type : none;
  }
  #listePageInter li:first-child
  {
    background : none;
  }
  #listePageInter li
  {
    background: url(/StructurePortail/promodis/images/nav-puce.gif) no-repeat 0 50%;
    padding-left : 40px;
    
  }
  #listePageInter li a
  {
    color: #666666;
  }
/********************************************************/
/*                    Formulaires                       */
/********************************************************/

/** Général **/
.formRazorHelper
{
}

.formRazorHelper input[type="submit"]{ 
  clear : both; 
  /*display : block;  AB 10/04/2013 viré car les boutons suivant ("annuler") passaient à la ligne */
}

.formRazorHelper fieldset
{
  border: none;
}

.formRazorHelper > div
{
  padding: 5px 10px 10px
}

.formRazorHelper legend
{
  color: #92c31b;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

.formRazorHelper div.editor-field
{
  display: inline-block;
  padding-bottom: 15px;
}

.formRazorHelper div.editor-label label
{
  font-weight: bold;
}
.formRazorHelper div.editor-label [type=checkbox] + * + label
{
  font-weight: normal;
  color: #505050;
}

.formRazorHelper div.editor-field input[type=text], 
.formRazorHelper div.editor-field input[type=password], 
.formRazorHelper div.editor-field select, 
.formRazorHelper div.editor-field textarea
{
  /*border: 1px solid #bd0319;*/
  height: 20px;
  min-width: 175px;
}
.formRazorHelper div.editor-field textarea 
{
  width:250px;
  height:100px;
}
.formRazorHelper div.editor-field [type=radio]
{
  min-width: 0;
  width: 45px;
}

.formRazorHelper div.editor-field [type=text]
{
  height: 17px;
}

/** Si formulaire dans colonne Droite, on enleve le text-align center pour la classe editor-label**/
#colDroite .formRazorHelper .editor-label
{
  text-align: left;
}


/*********** Formulaire de saisie de reference LSP ************/
#catalogueLSP legend
{
  font-size: 1.1em;
  text-align: left;
  white-space: normal;
  width: 180px;
}

/*********** Formulaire de demande de devis CMP ***************/
#formDevisCMP
{
  display: inline-block;
  float:left;
  width : 490px;
}

#formDevisCMP .reprise
{
  display: none;
}

#formDevisCMP div.editor-field
{
  padding-bottom: 7px;
}

#devisBox
{
  float:left;
  margin-right: 15px;
}

#devisBox img
{
  display: block;
  padding: 10px;
}

#devisBox img.MarqueMateriel
{
  margin:0 auto;
  max-width: 80px;
}



/********************************************************/
/*                    Formulaires                       */
/********************************************************/
#ApercuPromo 
{
  position:absolute;
  right:0;
}
textarea#Accroche 
{
  width:500px;
  height:300px;
}
#ListingPromos 
{
  width:90%;
  min-width:500px;
  margin:0 auto;
  text-align:center;
}
#ListingPromos thead th
{
  font-size:1.2em;
  height:50px;
}
#ListingPromos tbody tr:nth-child(2n+1)
{
  background-color:#EAEAEA;
}

/***************************************************
*                                                  *               
*         Vue partielle PromoAndAccroche           *
*                                                  *
***************************************************/
div.accrochePromo
{
  margin: 10px 20px;
  margin-left: 190px;
  display: block;
}

div.formPromo
{
  margin: 10px;
  display: block;
}
#PromoDescription
{
  overflow: hidden;
}
#ColPromoNav, #ColPromoNav .Masta ul
{
  list-style-image:url(/StructurePortail/promodis/images/nav-puce.gif);
}
#ColPromoNav .Masta
{
  list-style-image:none;
  margin-left:-20px;
}
#ColPromoNav .Masta > a
{
  background: url(/StructurePortail/CMS/images/bg-edit-first.png) repeat-x;
  color:#FFF;
  display:block;
  padding:5px;
  font-weight:bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#ConceptsPromodis li
{
  height:21px;
}

/*#cacheBarrePDF
{
  height: 613px;
  overflow: hidden;
}
#cacheBarrePDF object
{
  position: relative;
  top: -37px;
}*/

.FormContact
{
  padding:20px;
}

.FormContact table
{
  width: 100%;
}

.FormContact tr
{
  height:25px;
}
.FormContact textarea
{
  width:400px;
  height:100px;
}
/*
#ajoutRef
{
  background : url(/StructurePortail/promodis/images/gestion/ajouter-16.png) 0 50% no-repeat;
  padding-left : 18px;
  line-height : 20px;
  cursor : pointer;
}
#enleverRef
{
  background : url(/StructurePortail/promodis/images/gestion/supprimer-16.png) 0 50% no-repeat;
  padding-left : 18px;
  line-height : 20px;
  cursor : pointer;
}*/

/**********************************************************************************************************/
/*              FORMULAIRES : CHAMPS DE SAISIE                                                            */
/**********************************************************************************************************/
.field-validation-error {
  color: #ff0000;
}

.input-validation-error {
  border: 1px solid #ff0000 !important;
  background: #ffeeee !important;
}

.validation-summary-errors {
  background-color: #FFEBEB;
  border: 2px solid #FF9191;
  margin-bottom: 5px;
}

.validation-summary-success {
  background-color: #EBFFEB;
  border: 2px solid #A8E0A8;
  margin-bottom: 5px;
}

/*****************************************************************************************
*   GOOGLE MAP RESEAU
***********************************************************************************************/
#MapContainer, #MapContainerHome 
  {
    width:100%;
    height:100%;
    margin-top:11px;
    margin-left:17px;
  }
  #MapButtons 
  {
    list-style:none;
    float:left;
    margin:0;
    padding:0;
    width:130px;
    z-index:50;
  }
  #MapButtons li
  {
      background-color: #91C21A;
      font-weight: bold;
      margin: 2px 0;
      padding: 10px 20px;
      text-align: center;
	    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
      -moz-border-radius-topleft: 7px;
      -moz-border-radius-bottomleft: 7px;
      -webkit-border-radius: 7px 0px 0px 7px;
      border-radius: 7px 0px 0px 7px; 
      width:90px;
      float:right;
  }
  #MapButtons li
  {
    color:#FFF;
    font-size:14px;
    cursor:pointer;
  }
  #MapButtons li#zoom
  {
    font-size:12px;  
    background:url(/StructurePortail/promodis/images/bg-red.png) bottom left repeat-x #EE011D;
    margin-top:0;
    width:105px;
  }
  #SocMap {
    width:100%; 
    margin:0 auto;
    height:320px;
    float:left;
  }
  
  #content #MapContainer {
    position:relative;
  }
  
  /*#MapContainerHome #SocMap {
    width : 100%;
    height : 320px;
  }*/
  
  #content #MapContainerAnnuaire #SocMap {
    width:100%;
    margin-top:10px;
    height:500px;
  }
  
  #MapContainerAnnuaire #MapButtons {
    display : none;
  }
  
  #content #MapContainer #SocMap {
    width:95%;
    margin-top:27px;
    height:600px;
  }
  
  #MapContainerHome #SocMap {
    width:500px;
    height:320px;
  }
  
  #content #MapContainer #MapButtons {
    position:absolute;
    width:700px;
    top:0px;
  }
  #content #MapContainer #MapButtons li#zoom { padding-left:4px; padding-right:4px;}
  #content #MapContainer #MapButtons li {
      float:left;    
      -moz-border-radius-topleft:7px;
      -moz-border-radius-bottomleft:0;
      -moz-border-radius-topright: 7px;
      -webkit-border-radius: 7px 7px 0 0;
      border-radius: 7px 7px 0 0;
      padding:5px 2px;
      margin:1px;
      font-size:12px;
  }
  
  