@font-face {
    font-family: 'bitstream_vera_sansroman';
    src: url('polices/vera-webfont.eot');
    src: url('polices/vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/vera-webfont.woff') format('woff'),
         url('polices/vera-webfont.ttf') format('truetype'),
         url('polices/vera-webfont.svg#bitstream_vera_sansroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sansbold';
    src: url('polices/verabd-webfont.eot');
    src: url('polices/verabd-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/verabd-webfont.woff') format('woff'),
         url('polices/verabd-webfont.ttf') format('truetype'),
         url('polices/verabd-webfont.svg#bitstream_vera_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sansBdOb';
    src: url('polices/verabi-webfont.eot');
    src: url('polices/verabi-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/verabi-webfont.woff') format('woff'),
         url('polices/verabi-webfont.ttf') format('truetype'),
         url('polices/verabi-webfont.svg#bitstream_vera_sansBdOb') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sansoblique';
    src: url('polices/verait-webfont.eot');
    src: url('polices/verait-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/verait-webfont.woff') format('woff'),
         url('polices/verait-webfont.ttf') format('truetype'),
         url('polices/verait-webfont.svg#bitstream_vera_sansoblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bot{
  clear:both;
}

body{
  margin:0;
  padding:0;
  font-family: 'bitstream_vera_sansroman';
  font-size:14px;
}

a.btn-rouge{
  display:block;
  float:right;
  height:12px;
  background:url(images/fond-btn-rouge.jpg) repeat-x;
  padding:5px;
  margin:0 10px 10px 0;
  color:white;
  text-decoration:none;
  font-size:0.8em;
  border-radius:0.5em;
}
.marge-gauche {
    margin-gauche: 15px;
}
.marge-droite {
    margin-right: 15px;
}
.blue {
    color: rgb(31, 138, 203);
}
a.btn-rouge:hover{
  color:#f4b912;
}

div#logos{
  position:relative;
  width:1000px;
  margin:0 auto 0 auto;
}

a#logo-cl{
  display:block;
  width:284px;
  height:132px;
  background:url(images/logo-cl.png) no-repeat;
  position:absolute;
  top:0;
  left:40px;
  z-index:200;
}

a#logo-optimir{
  display:block;
  width:284px;
  height:132px;
  background:url(images/logo-optimir.png) no-repeat;
  position:absolute;
  top:0;
  right:40px;
  z-index:200;
}

div#menu{
  position:absolute;
  width:820px;
  height:25px;
  left:50%;
  margin-left:-410px;
  z-index:150;
  border:1px solid black;
  border-radius:0.3em;
  padding:5px 0 0 0;
  background: none repeat scroll 0% 0% rgba(103, 167, 218, 0.8);
}

.menu{
  top:140px;
}

.menu-accueil{
  top:180px;
}

div#menu ul{
  position:relative;
  list-style:none;
  width:100%;
  margin:0;
  padding:0;
}

div#menu ul li{
  position:relative;
  float:left;
  margin:0 10px 0 33px;
  padding:0;
}

div#menu ul li a{
  position:relative;
  font-size:1.1em;
  font-family: 'bitstream_vera_sansbold';
  color:white;
  font-variant:small-caps;
  text-decoration:none;
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
  z-index:80;
}

div#menu ul li a:hover{
  color:#f47920;
}

div#menu ul li a.active{
  color:#f6a813;
  border-bottom:1px dashed #f6a813;
}

div#menu ul li ul{
  position:absolute;
  top:-10px;
  left:-10px;
  width:100%;
  background: none repeat scroll 0% 0% rgba(103, 167, 218, 0.95);
  border:1px solid black;
  border-radius:0.3em;
  padding:30px 20px 0 20px;
  z-index:60;
  display:none;
}

div#menu ul li ul li{
 float:none;
 margin:10px;
}
.notetechnique td:last-child,
.notetechnique th:last-child {
    text-align: center;
}
div#menu ul li ul li a{
  display:block;
  text-shadow:none;
  font-size:0.9em;
  padding:0 0 0 10px;
  background:url(images/puce.png) no-repeat;
  width: 100%;
}
#fb-ico {
    display: block;
    margin-top: 20px;
}

div#menu ul li ul li a:hover{
  color:black;
}

div#conteneur{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:750px;
  min-height:750px;
  background:url(images/fond-conteneur.png) top center no-repeat;
  z-index:50;
  padding:0;
  overflow:hidden;
}

div#conteneur-accueil{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:750px;
  min-height:750px;
  background:url(images/fond-conteneur-accueil.png) top center no-repeat;
  z-index:50;
  padding:0;
}

div#contenu{
  position:relative;
  width:1000px;
  height:300px;
  min-height:300px;
  background:url(images/fond-contenu.png) no-repeat;
  margin:168px auto 130px auto;
}

html>body div#conteneur-accueil,
html>body div#conteneur,
html>body div#contenu{
  height:auto;
}

div#contenu h1{
  position:relative;
  float:left;
  font-size:1.4em;
  color:white;
  font-variant:small-caps;
  text-align:center;
  margin:97px 0 0 20px;
  padding:0;
  text-shadow: 0px 1px 1px #333;
}

div#contenu-bas{
  position:relative;
  float:left;
  width:945px;
  background:white;
  margin:10px 0 0 14px;
  padding:0 15px 0 15px;
  height:400px;
  min-height:400px;
}

html>body div#contenu-bas{
  height:auto;
}


div#contenu-bas p{
  text-align:justify;
  color:#343434;
  font-size:0.9em;
  margin:10px 0 10px 0;
  line-height:1.8em;
}

/*div#contenu-bas table td{
text-align:justify;
  color:#343434;
  font-size:0.8em;
}*/


div#contenu-bas ul{
  list-style:none;
  margin:0 0 0 15px;
  padding:0;
}

div#contenu-bas ul li{
  color:#343434;
  font-size:0.9em;
  padding:0 0 0 15px;
  margin:10px 0 5px 0;
  background:url(images/puce.png) no-repeat;
  text-align:justify;
}

div#contenu-bas ul li p{
  font-size:1em;
}

div#contenu-bas img{
  margin:10px;
}

div#contenu-bas #bloc-droit img,
div#contenu-bas .colonneActu img{
  float:left;
  margin:0 10px 0 0;
}

div#contenu-accueil{
  position:relative;
  width:1000px;
  background:url(images/fond-contenu-accueil.png) no-repeat;
  margin:330px auto 100px auto;
}

html>body div#contenu-accueil{
  height:auto;
}

div#contenu-accueil h1{
  position:relative;
  font-size:0.8em;
  color:#343434;
  font-variant:small-caps;
  text-align:center;
}

div#titre-gauche-accueil{
  font-family: 'bitstream_vera_sansbold';
  position:absolute;
  top:40px;
  left:20px;
  color:white;
  font-variant:small-caps;
}

div#titre-droite-accueil{
  font-family: 'bitstream_vera_sansbold';
  position:absolute;
  top:40px;
  right:20px;
  color:white;
  font-variant:small-caps;
}

div#gauche-accueil{
  width:250px;
  min-height:615px;
  height:615px;
  background:white;
  float:left;
  /*margin:82px 14px 30px 14px;*/
  margin:82px 7px 30px 14px;
}

html>body div#gauche-accueil{
  height:auto;
}

div#gauche-accueil h2{
  margin:15px 10px 5px 10px;
  padding:0;
  font-size:0.9em;
  color:black;
  font-weight:bold;
  clear:both;
}

div#gauche-accueil p{
  font-size:0.8em;
  margin:5px 10px 5px 10px;
}

div#droite-accueil{
  width:210px;
  min-height:685px;
  height:685px;
  background:white;
  float:right;
  margin:82px 12px 30px 0;
  padding:0 20px 0 20px;
  margin-top: 80px;
  margin-bottom: 60px;
}

html>body div#droite-accueil{
  height:auto;
}
html>body div#droite-accueil #droite-accueil{
    margin-right: 0;
    margin-top: 20px;
}
div#ariane{
  float:left;
  width:680px;
  height:20px;
  padding:10px 0 0 20px;
  clear:both;
  font-size:0.9em;
  color:white;
}

div#ariane ul{
  list-style:none;
  margin:0;
  padding:0;
}

div#ariane ul li{
  display:inline;
}

div#ariane a{
  color:white;
}

div#ariane a:hover{
  color:#343434;
}

div#footer-accueil{
  position:absolute;
  bottom:-140px;
  left:0;
  width:100%;
  height:260px;
  background:#343434;
}


div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  min-height:120px;
  height:120px;
  background:#343434;
}

html>body div#footer{
  height:auto;
}

div#footer-accueil img#carte{
  position:absolute;
  bottom:30px;
  left:20px;
}

div#centre-accueil{
  float:left;
  width:461px;
  height:357px;
  min-height:357px;
  margin:107px 0 0 0;
  background:url(images/contenu-fond-accueil.png) repeat-y;
}

html>body div#centre-accueil{
  height:auto;
}

div#centre-accueil h1{
  font-family: 'bitstream_vera_sansbold';
  width:461px;
  height:65px;
  display:block;
  font-size:1em;
  font-weight:bold;
  background:url(images/h1-accueil.png) no-repeat;
  padding:0;
  margin:-25px 0 0 0;
}

div#centre-accueil h1 span{
  color:white;
  float:left;
  margin:26px 0 0 10px;
  font-variant:small-caps;
}

div#centre-accueil span.separateur{
  display:block;
  width:100%;
  height:1px;
  clear:both;
}

div#resultats{
  width:447px;
  height:406px;
  margin:0 0 20px 7px;
  background:url(images/carte-resultats.jpg) no-repeat;
}

div#footer img#carte{
  position:absolute;
  bottom:20px;
  left:50%;
  margin:0 0 0 -165px;
}

div#footer-conteneur{
  position:relative;
  width:1000px;
  height:100%;
  margin:0 auto 0 auto;
}

div#footer-conteneur #colGauche{
  float:left;
  width:210px;
  font-size:0.85em;
  color:white;
  margin:15px 0 0 35px;
}

div#footer-conteneur #colGauche p{
  font-variant:small-caps;
  position:absolute;
  bottom:0;
  left:15px;
  width:210px;
  font-size:0.9em;
}

th.sorting{
  text-align: left;
 
}

div#tabMeteo_filter, div#tabMeteo_length{
   margin-bottom: 10px;
}

div#tabMeteo_wrapper{
  margin-top: 10px;
}

div#footer-conteneur ul{
  list-style:none;
  margin:10px 0 0 0;
  padding:0;
}
div#footer-conteneur ul li a{
  font-size:1em;
  padding:2px 0 0 15px;
  margin:15px 0 0 0;
  background:url(images/puce.png) no-repeat;
  color:white;
}
div#footer-conteneur ul li a:hover{
  color:#f4b912;
  text-decoration:none;
}

div#footer-conteneur #colDroite{
  width:210px;
  float:right;
  font-size:0.9em;
  color:white;
  margin:15px 30px 0 0;
}

div#footer-conteneur #colDroite #titre{
  font-family: 'bitstream_vera_sansbold';
  width:100%;
  font-variant:small-caps;
  border-bottom:1px solid white;
}

div#footer-conteneur #colDroite label{
  width:100px;
  float:left;
  clear:both;
  margin:8px 0 0 0;
}

div#footer-conteneur #colDroite .texte{
  float:left;
  width:110px;
  border:0;
  background:#ebebeb;
  margin:8px 0 0 0;
}

/*div#footer-conteneur #colDroite .bouton{
  background:#a9a9a9;
  color:#343434;
  float:right;
  border:0;
  margin:8px 0 10px 0;
  cursor:pointer;
}*/

div#footer-conteneur #colDroite a{
  color:white;
}

div#footer-conteneur #colDroite a:hover{
  color:#f4b912;
  text-decoration:none;
}

a.bouton{
  background:url(images/fond-btn.jpg) repeat-x;
  padding:4px 4px 0 4px;
  margin:0 10px 15px 0;
  height:17px;
  display:block;
  width:auto;
  color:white;
  text-decoration:none;
  font-size:0.8em;
  float:right;
  border-radius:3px;
}

div#footer-conteneur #colDroite a.bouton{
  margin:-3px 0 15px 0;
  font-size:0.9em;
}

.colonneActu a.bouton{
  margin:-3px 0 15px 0;
  font-size:0.8em;
}

a.bouton:hover{
  color:#f4b912;
}
/* --- Datepicker ---- */
.datepicker {
	margin: 0 auto;
    width: 215px;
    margin-bottom: 15px;
}
.dateEvent {
    background-color: #286090;
    border-color: #204d74;
    color: #fff;
}
.dateEvent:hover {
    background-color: #204d74 !important;
}
.datepicker table tr td.today.dateEvent {
    background-color: #286090;
    color: #f0ba57;
}
#showLibEvent {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    max-width: 140px;
    padding: 8px;
    color: #fff;
    background: rgb(103, 167, 218);
    border: 1px solid #bbbbbb;
}
/* --- Content disposition --- */
#grp-col {
    font-size: 0;
}
#left-col,
#right-col {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
}
#left-col img,
#right-col img {
    width: auto;
    max-width: 100%;
}
#right-col {
    padding-left: 15px;
}
#left-col {
    padding-right: 15px;
}
#right-col input,
#right-col textarea {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 200px;
}
#right-col textarea {
    resize: none;
    width: 260px;
}
#right-col input[type="submit"] {
    float: none;
    left: 185px;
    position: relative;
    width: 80px;
}
#map {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.error {
    color: red;
}
#showLibEvent span {
    display: block;
}
#carte_equipe {
    height: 600px;
   margin: 0 auto;
   position: relative;
   width: 900px;
   z-index: 9999;
}
#grp-map {
    position: relative;
}
#grp-map img {
    left: 50%;
    margin: 0 auto !important;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 401px;
}


#carte_roulans{ position:relative; margin:0 auto; display:block; }
     .demi{ position: relative; width: 400px; float: left; padding: 0 0 0 70px; }
     .demiCentre{ position: relative; width: 440px; float: left; padding: 0 0 0 30px; }
     div#contenu-bas ul li ul li{ font-size:1em; }
     div#googleMap{ position:relative; width:400px; height:300px; margin:30px 0 0 0; border:1px solid #e58d0b;}
     #map{ position:relative; width:400px; height:300px; }
     #resultats_droite{ position:relative; width:250px; height:460px; margin:0; background:url("images/petite-carte-resultats.jpg") no-repeat bottom center;}
     #resultats_droite .bouton{ position:absolute; bottom:-5px; right:0px;}
     #resultats_droite .bouton.gauche{ position:absolute; bottom:-5px; left:5px; width:100px; text-align:center;}
     #centre-accueil h2{  margin:10px 10px 15px 10px;  padding:0;  font-size:0.9em;  font-weight:bold;  clear:both;}
     #centre-accueil p{  font-size:0.8em;  margin:5px 20px 5px 20px; text-align:justify;}
     #centre-accueil img{float:left;margin:0 10px 0 20px;}
     #centre-accueil a.bouton{margin-right:20px;}
     div#droite-accueil {  width: 250px;  padding: 0px; }
     div#titre-droite-accueil a{ color:white; text-decoration:none; }
     ul li a{ color:#076fc2; }
     ul li a:hover{ text-decoration:none; }
     div#footer-accueil {clear:both; bottom: -20px; height:110px; }
     div#footer-accueil img#carte{ bottom:60px; }
     #resultats_droite div{ padding: 0 3px; width:70px; height:54px; color: #9b9b9b; font-size: 0.8em; text-align:center; cursor:pointer; vertical-align: middle; display:inline; background-color: rgba(255, 255, 255, 0.85); border:1px solid #bbbbbb; position: absolute;}
     #zone-1{ color:#bbbbbb; position:absolute; top:58px; right:5px; font-size:0.8em; }
     #zone-2{ color:#bbbbbb; position:absolute; top:96px; left:25px; font-size:0.8em;}
     #zone-3{ color:#bbbbbb; position:absolute; top:179px; left:16px; font-size:0.8em; }
     #zone-4{ color:#bbbbbb; position:absolute; top:168px; right:28px; font-size:0.8em; }
     #zone-5{ color:#bbbbbb; position:absolute; top:237px; left:112px; font-size:0.8em; }
     span, a{ margin-right:0; }
     .TXNewsletters_form_item{ clear:both; margin-top:20px; }
     .TXNewsletters_form label{ width:130px; float:left; font-size:0.9em; margin-bottom:10px;}
     .TXNewsletters_form input[type=text]{ position:relative; display:block; float:left; width:133px; height:15px;  margin-bottom:10px}
     .TXNewsletters_form input[type=submit]{ position:relative; margin:10px 0 0 100px; background: url("images/fond-btn.jpg") repeat-x scroll 0% 0% transparent; padding: 0; height: 22px; width:auto; color: white; border-radius: 3px 3px 3px 3px; border:0; cursor:pointer;}
     #ligne{ width:100%; height:1px; background:white; margin:5px 0px; }
     div#footer-conteneur #colGauche p { bottom: 0px; }
     div#centre-footer{ position:absolute; width:400px; bottom:20px; left:300px; color:white; font-size:0.9em;text-align:center;}
     div#footer #centre-footer{ position: relative; margin: 20px 0 0 60px; text-align:center; float:left; bottom:0; left:0;}
     div#centre-footer a{ color:white; text-decoration:underline; }
     div#centre-footer a:hover{ text-decoration:none; }
     #CALxContentFr td.today{ background:#bacce3; }
     #CALxContentFr td.event{ background:#59a0d7; }
     #CALxContentFr td.event a:hover{ background:none; }
     #CALxContentFr .navPeriod {font-size:0.8em;font-weight:bold;}
     #CALxContentFr .navPeriod a { color:#59a0d7; margin:0 3px; }
     .bgClass{ background:#74a6cc; }
     .fgClass{ background:#bacce3; }
     .textfontClass a{ color:#2688d4; }
     .tooltip { display:none; background:#67a7da; background:rgba(103, 167, 218, 0.9); border:1px solid #bbbbbb; font-size:12px; height:70px; width:140px; padding:10px 20px 20px; color:white; z-index:500; }
     .lien_box, .closeBox{ cursor:pointer; }
     .closeBox{ float:right; }
     .simple_overlay{ position:relative; background-color:#fff; display:none; padding:10px; text-align:left; border:2px solid #333; opacity:1; -moz-border-radius:6px; -webkit-border-radius:6px; -moz-box-shadow: 0 0 50px #ccc; -webkit-box-shadow: 0 0 50px #ccc; z-index:8000; }
     p a, td a{ color:#1f8acb; }
     #contenu a:hover{ color:#f47920; }
     #droite-accueil span{ color:#757474; font-size:0.8em; margin:0 0 0 10px; }
     .titre { font-family: 'bitstream_vera_sansbold'; width: 100%; font-variant: small-caps; border-bottom: 1px solid white; }
     input.bouton { background: url("images/fond-btn.jpg") repeat-x scroll 0% 0% transparent; padding:0px 4px 10px; margin: 0px 0 15px 10px; height: auto; display: block; width: auto; color: white; text-decoration: none; font-size: 1em; float: right; border-radius: 3px 3px 3px 3px; border:0; cursor:pointer;}
     input.bouton:hover{color:#f4b912;}
     div.errors{ font-size:0.8em; }
     div#ariane{ position:absolute; bottom:102px; color:#656565; text-align:center; width:100%; }
     div#ariane a{ color: #656565;}
     div#ariane a:hover{ color: #1f8acb;}
     div#contenu-ariane{ width:1000px; margin:0 auto; text-align:left; }
     div#footer{ bottom:-20px }
     input[type=text], textarea{ border:1px solid black; }
     input[type=text]:focus, textarea:focus{ border:1px solid #1f8acb; }
     .ajaxSearch_resultsDisplayed { position: relative; float: right; }
     .ajaxSearch_result { position: relative; margin-top: 20px; border-top: 1px solid #1f8acb; padding: 10px 0px 0px; }
     .ajaxSearch_result a{ color:#1f8acb; }
     #bloc-droit{ position:relative; width:250px; padding:20px; float:right; margin:0 0 0 10px; background:#bacce3; }
     #ditto_pages{text-align:center;}
     #ditto_pages a{ color:#1f8acb; font-size:0.9em;margin:0 2px; }
     #ditto_pages span{margin:0 2px;}
     input#cfContact.bouton{margin:0 47px 0 0;}
     .colonne{ position:relative; width:170px; margin-right:10px; float:left; }
     .closeBox {
        right: 10px;
        position: absolute;
        bottom: 10px;
     }
     h2{ color:#0077bb; font-size:1.3em; text-align:left; margin:20px 0 20px 0; padding-bottom:10px; border-bottom: 1px solid rgb(31, 138, 203);}
     h3{ color:#0077bb; font-size:1em; text-align:left; margin:15px 0 15px 0;}
     table.tableau{
        border-top:1px solid #0077bb;
        border-left:1px solid #0077bb;
        border-bottom:0;
        border-right:0;
     }
     table.tableau td{
        border-bottom:1px solid #0077bb;
        border-right:1px solid #0077bb;
        /*font-size:0.8em;*/
        padding:3px;
     }

     td.bleuciel{
        padding:0 10px 10px 10px;
        background:#bacce3;
     }
     table.formation{
        width:100%;
     }
     table.formation td{
        padding:5px 0 5px 0;
     }
     table.formation td.check{
        width:30px;
     }

     #cfFormation{
        position:absolute;
        top:-5000px;
     }

     option.catFormation{
        background:#0077bb;
        color:white;
        font-weight:bold;
     }

     textarea{resize:none;}

     div#carte-resultats{
        position:relative;
        width:600px;
        height:530px;
        background:url(images/carte-resultats-grande.png) no-repeat top center;
        margin:0 auto 0 auto;
     }


     div#carte-resultats div {
         border: 1px solid #cccccc;
         font-size: 0.8em;
         height: 80px;
         padding: 10px;
         background-color: rgba(255, 255, 255, 0.8);
         width: 150px;
         position: absolute;
     }
     #resultats-zone1 {
         right: 170px;
         top: -10px;
     }
     #resultats-zone2 {
         left: 50px;
         top: 210px;
     }
     #resultats-zone3 {
         left: 235px;
         top: 240px;
     }
     #resultats-zone4 {
         right: 15px;
         top: 160px;
     }
     #resultats-zone5 {
        right: 85px;
        top: 400px;
    }
     #resultats-zone6 {
        bottom: -30px;
        left: 60px;
     }
     #resultats-zone7 {
         left: 30px;
         top: 50px;
     }
     .TXNewsletters_form_email,
     .TXNewsletters_form_text{
        clear:both;
     }

     .colonneActu{
        width:280px;
        float:left;
        margin:0 15px 0 15px;
     }
     .colonneActu span.separateur,
     #bloc-droit span.separateur{
        display:block;
        position:relative;
        width:100%;
        height:1px;
        background:#0077bb;
        clear:both;
        margin:10px 0 10px 0;
     }

   div#resultats-mensuels img{
      float:left;
      margin:0 10px 0 0;
   }

   div#droite-accueil img{
      float:left;
      margin:0 10px 0 0;
   }

   div#droite-accueil p.pdf{
      font-size:0.8em;
      margin:10px 0 0 20px;
   }

div#carte-equipes{
  position:relative;
  float:right;
  width:377px;
  height:500px;
  background:url(images/carte-equipes.jpg) no-repeat;
}

div#contenu-bas img#territoire{
  position:absolute;
  top:0;
  left:0;
  z-index:20;
  border:0;
  margin:0;
}

div#carte-equipes span{
  display:block;
  position:absolute;
  z-index:10;
}

span#zone-tarcenay{
  top:200px;
  left:11px;
  width:153px;
  height:141px;
  background:url(images/carte-equipes-tarcenay.png) 0 -141px no-repeat;
}

span#zone-isle{
  top:11px;
  left:85px;
  width:282px;
  height:219px;
  background:url(images/carte-equipes-isle.png) 0 -219px no-repeat;
}

span#zone-belleherbe{
  top:176px;
  left:164px;
  width:187px;
  height:94px;
  background:url(images/carte-equipes-belleherbe.png) 0 -94px no-repeat;
}

span#zone-russey{
  top:187px;
  left:182px;
  width:166px;
  height:152px;
  background:url(images/carte-equipes-russey.png) 0 -152px no-repeat;
}

span#zone-avoudrey{
  top:214px;
  left:137px;
  width:108px;
  height:136px;
  background:url(images/carte-equipes-avoudrey.png) 0 -136px no-repeat;
}

span#zone-frasne{
  top:318px;
  left:79px;
  width:132px;
  height:172px;
  background:url(images/carte-equipes-frasne.png) 0 -172px no-repeat;
}

div.TXNewsletters_form{
  float:left;
}

form.formDevis{
 	width:100%;
	text-align:justify;
	color:#343434;
	font-size:0.9em;
	margin:10px 0 10px 0;
	line-height:1.8em;
}
div#comboPeriode{
	float:left;
	width:25%;
}
div#comboNbPassage{
	float:left;
	width:25%;
}
div#comboTypeServ{
	float:left;
	width:25%;
}
div#texteNbVachesLa{
	float:left;
	width:25%;
}
div #validFormDevis{
	clear:both;
	width:100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
div#libInfoDevis{
	float:left;;
}
div#boutonDevis{
	float:right;
}
div#TableauDevis{
	clear:both;
	width:100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

table.tabDevis{
	border-spacing:0;
	border-collapse:collapse;
	padding: auto auto auto auto;
	margin: auto auto auto auto;
}
th.tabDevis{
	background-color:#0077bb;
	color:white;
	border:1px solid black;
}
tr.tabDevis{text-align : left;}
td.tabDevisTitre{color:#0077bb;}
td.tabDevis{
	border-left:1px solid black;
	text-align : right;
}
td.tabDevisBilan{
	background-color:#0077bb;
	color:white;
	border:1px solid black;
}
td.tabDevisBilanRes{text-align : right;}

#contenu .fb_iframe_widget{
position:absolute;
top:50px;
right:30px;
}


div#centre-footer #jaime {
float:right;
margin:30px 0 0 0;
}

div#centre-footer #xiti {
float:left;
margin:30px 0 0 0;
}


/*
 * Map regions positions
 * -------------------------
 */

#zone-1 {
    right: 85px;
    top: 65px;
}
#zone-2 {
     left: 0;
     top: 225px;
}
#zone-3 {
    bottom: 150px;
    right: 70px;
    top: auto;
    left: auto;
}
#zone-3 p {
    margin-top: 7px;
}
#zone-4 {
    right: 10px;
    top: 160px;
}
#zone-5 {
    bottom: 0;
    left: auto;
    right: 30px;
    top: auto;
}
#zone-5 p {
    margin-top: 20px;
}
#zone-6 {
    bottom: -10px;
    left: 10px;
}
#zone-7 {
    left: 0;
    top: 125px;
}
