/* ####################################################################### */
/* ##############################  Index  ################################ */
/* ####################################################################### */

body {
    margin: 0;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size   : 11px;
    background-color: #537C16;
}

#conteneur {
    background-color: white;
    height: auto !important;
    left: 50%;
    margin-left: -490px;
    min-height: 710px;
    position: absolute;
    top: 0;
    width: 980px;

}

img {
    border: none;
}

th, td {
    text-align: left;
    padding-left: 5px;
}

/* ####################################################################### */
/* ENTETE */

#entete {
    width: 980px;
    height: 164px;
    background: url(../media/site/image/bandeau-haut-76.jpg) 0 0 no-repeat;
    position: relative;
}

#entete27 {
    width: 980px;
    height: 164px;
    background: url(../media/site/image/bandeau-haut-76.jpg) 0 0 no-repeat;
    position: relative;
}

#titrePage {
    /*display: none;*/
    font-size:2.4em;
    left:40px;
    margin:0;
    position:absolute;
    top:20px;
    /*font-family: "Times new roman", Verdana;*/
    font-family: "Myriad Pro", sans-serif;
    display:none;
}
#titrePage a {
    color: #1A250B;
    text-decoration: none;
}


/* Zone login */
#formEnteteLogin, #lienMonCompte {
    position:absolute;
    right: 5px;
    top: 103px;
    width: 328px;
    z-index:600;
}

#lienMonCompte {
    right:10px; /* was 133 */
    top:108px;
    width:320px; /* was 195 */
}

#pformEnteteLogin-0 {
    position: absolute;
    top: 34px;
    left: 34px;
    width: 300px;
    background: white;
    padding: 5px;
}

#pformEnteteLogin-1 label {
    font-size:12px;
    line-height:20px;
    color: white;
}

#formEnteteLogin p{
    margin : 0;
    padding: 0;
}

#formEnteteLogin input {
    border:0 none;
    font-size:11px;
    /*margin: 0;
	padding: 0;*/
}

#formEnteteLogin #zoneLogin_connexion {
    position:absolute;
    right:40px;
    top:24px;
}

#identifiant {
    width: 105px;
    margin-bottom: 1px;
    background: white;
    color: #4E4E4E; /* une sorte de gris */
}

#mot_de_passe {
    width: 105px;
    background: white;
    margin-bottom: 1px;
    color: #4E4E4E; /* une sorte de gris */
}

#loginInfoPerdu {
    position: relative;
    left: 202px;
    color: #e31333;
    font-size: 10px;
}

#submitLogin {
    /*bottom: 17px;
    position: absolute;
    right: -20px;*/
    position: relative;
    top: 3px;
    left: 5px;
}

/* zone flash */
#zone_actu_flash {
    text-align: right;
}

/* FIN ENTETE */
/* ####################################################################### */


/* ####################################################################### */
/* MENU */


body {
} /* WinIE behavior call */

/* Div conteneur du ul menu */
div#menu {
    height:28px;
    left:10px;
    position:absolute;
    top:124px;
    z-index:1000;
}

/* Ul principal */
div#menu ul {
    margin: 0;
    padding: 0;
    background: white;
}

/* Li premier niveau */
div#menu li {
    list-style: none;
    margin: 0 5px 0 0;
    float: left;
    position: relative;
    white-space: nowrap;
}

div#menu li span.cg{
    display:block;
    float:left;
    height:28px;
    width:12px;
    background: url(/media/site/image/coin-menu-gauche.gif) no-repeat 0 0;
}

div#menu li span.cd{
    display:block;
    float:left;
    height:28px;
    width:12px;
    background: url(/media/site/image/coin-menu-droit.gif) no-repeat 0 0;
}

/* Au survol du li principal AVEC ou SANS sous menu */
div#menu li:hover {
}

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

/* Pour le li Li principale AVEC un sous menu */
div#menu li.liSousMenu {
    /*background: url(dropmenu.gif) 95% 50% no-repeat;*/

}

/* Au survol du li principal AVEC un sous menu */
div#menu li.liSousMenu:hover {
    color:  black;
}

/* Lien a des li principaux appliqu� a tous les enfants a */
div#menu li a {
    display: block;
    float: left;
    padding: 8px 0;
    text-decoration: none;
    color: white;
    background: url(/media/site/image/fond-menu-centre.gif) repeat-x 0 0;
}

div#menu li a span{
}

/* Petite correction ff et navigateur conforme */
div#menu>ul a {
    width: auto;
}

/* Ul de sous menu */
div#menu ul ul {
    position: absolute;
    display: none;
}

/* li de l'ul de sous menu */
div#menu ul ul li {
    clear: both;
    display: block;
    border: none;
    float: none;
    /*border-bottom: 1px solid white;*/
}

/* Au survol des li principal on change la couleur de fond */
div#menu li.liSousMenu li.liSousMenu:hover {
    /* 	background-color: #cd008a;
    */}

/* Au survol des li de sous menu */
div#menu ul.ulNiveau1 li.liSousMenu:hover ul.ulNiveau2 {
    display:block;
}

/* Positionnement de l'ul de sous menu */
div#menu ul.ulNiveau2 {
    top: 28px;
    left: 0;
    background: #CA231A url('/media/site/image/fond-sous-menu.gif') 0 0 no-repeat;
}

/* lien sur les sous menu */
div#menu ul.ulNiveau2 li a {
    background-image:none;
    padding: 10px 14px;
}

/* lien sur les sous menu au survol */
div#menu ul.ulNiveau2 li a:hover {
    color: black;
}



/* FIN MENU */
/* ####################################################################### */

/* ################## */
/* CORPS */

#corpsIndex {
    position: relative;
    top: 20px;
    z-index: 10;
    height: 469px;
}

#corpsIndex h2 {
    color:white;
    font-size:15px;
    left:18px;
    margin:0;
    position:absolute;
    top:0px;
}
#corpsIndex h2 span {
    color: #FFF;
}

#corps {
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

/* FIN CORPS */
/* ################## */


/* ####################################################################### */
/* ZONE RECHERCHE */


#conteneurZoneRecherche {
    height:210px;
    left:0;
    position:absolute;
    top:-10px;
    width:570px;
    z-index:5;
}

#zoneRecherche {
    position: relative;
}

#form_choix_ville {
    color:#5B3C1C;
    height:180px;
    padding:25px 10px 10px;
    width:530px;
}

#zoneDepart {
    width: 260px;
    height: 100px;
    background: url(/media/site/image/fond-form-recherche.gif) no-repeat;
    padding:5px;
}
#zoneDestination {
    background: url("/media/site/image/fond-form-recherche.gif") no-repeat scroll 0 0 transparent;
    height: 150px;
    left: 280px;
    padding: 5px;
    position: relative;
    top: -213px;
    width: 270px;
}

#zoneEvenement {
    height: 50px;
    left: 280px;
    padding: 5px;
    position: relative;
    top: -256px;
    width: 260px;
}
#zoneTrajet {
    background: url("/media/site/image/fond-form-recherche-trajet.gif") no-repeat scroll 0 0 transparent;
    height: 93px;
    padding: 5px;
    width: 270px;
}

#pDepart {
    margin: 5px 0;
}

#pDestination {
    margin:3px 0 5px;
}

#pEvenement {
    margin: 5px 0 12px;
}

#pOrganisme {
    margin: 5px 0;
}

.inputTextRecherche {
    /* 	border: 1px solid ;
    */}

#depart, #destination {
    width: 170px;
}

#choixDepartementDepart, #choixDepartementDestination {
    width:113px;
    color:#6a6a6a;
    height:20px;
}

.depart_ville , .destination_ville, #destination_lieu, #depart_lieu{
    width:135px;
    color:#6a6a6a;
    height:15px;
}

#destination_lieu, #depart_lieu{
    height:15px;
    left:0;
    width:155px;
}

#destination_autre_lieu, #depart_autre_lieu{
    height:21px;
    left:0;
    width:180px;
}

#rayonDepart, #rayonDestination {
    color:#6a6a6a;
    height:21px;
    width:67px;
}

#organisme, #evenement {
    left:2px;
    position:relative;
    width:160px;
    color:#6a6a6a;
}

#alerteCriteres {

    display: block;
    padding: 2px;
    background: #FFFFFF;
    width: 120px;
    margin: 6px 125px;
    color: gray;
    text-decoration: none;
    padding-left: 10px;
    text-align: left;
    border: none;
    font-size: 11px;
    left: 269px;
    margin-top:-2px;
}

#RssCriteres {

    display: block;
    padding: 2px;
    background: #FFFFFF;
    width: 120px;
    margin: 2px 125px;
    color: gray;
    text-decoration: none;
    padding-left: 10px;
    text-align: left;
    border: none;
    font-size: 11px;
    left: 269px;
    margin-top:-2px;
}

.btRecherche {
    display: block;
    padding: 2px;
    background: #FFFFFF;
    width: 120px;
    margin: 2px 125px;
    color: gray;
    text-decoration: none;
    padding-left: 10px;
    text-align: left;
    border: none;
    font-size: 11px;
    left: 269px;

}

#pBtTrouver {
    bottom: -60px;
    left: -3px;
    position: absolute;
    text-align: right;
    width: 560px;
}

.btSubmit {
    cursor:pointer;
}



#conteneurEvenement, #conteneurOrganisme {
    background: url(../images/lst_img.gif) no-repeat;
}

#conteneurRayonDest, #conteneurRayonDep {
    background: url(../images/img-list-rayon.gif) no-repeat;
}



/* autocompletion */

#form_choix_ville label {
    color: #5b3c1c;
    font-size: 12px;
    display:block;
}

#listeChoixDate {
    left: 25px;
    margin: 13px 0;
    position: absolute;
    top: 128px;
}

#listeChoixStatut {
    left: 25px;
    position: absolute;
    top: 190px;
}

#inputChoixDateRegulier, #inputChoixDateUnique {
    left:10px;
    position:relative;
    top:22px;
}

#inputChoixDateUnique {
    color:#FFFFFF;
}

/* Class diverses */
.listeDeroulanteBis {
    font-size: 12px;
}

#inputChoixDateUnique, #inputChoixDateRegulier {
    top: 24px;
}

p#inputChoixDateRegulier{
    z-index:100;
}
p#inputChoixDateUnique{
    z-index:100;
}
/* FIN ZONE RECHERCHE */
/* ################## */

/* ######### */
/* ZONE OFFRES */
#picto{
    position:absolute;
    left:280px;
    top:3px;
    color:red;
    font-size:9px;
}


#listingOffres {
    background: url("../media/site/image/fond-liste-resultat.gif") no-repeat scroll left top transparent;
    height: 178px;
    left: 10px;
    position: absolute;
    top: 255px;
    width: 550px;
   
}

#listingOffresRetourInfo {
    margin-top: 70px;
    margin-left: 20px;
}

#divListingOffres {
    left: 2px;
    position: absolute;
    top: 23px;
    width: 544px;
}

.pListingOffres  {
    font-size: 12px;
    color: white;
    background: #5BAC26;
    clear: both;
    height: 20px;
    line-height: 20px;
    margin: 2px -1px 5px 2px;
}


.pListingOffresLignes  {
    border-bottom:1px solid #5b3c1c;
    clear:both;
    min-height:20px;
    line-height:16px;
    margin:0 0 5px;
}

#divFixHeightListingOffres {
    overflow: auto;
    height: 120px;
}

.pListingOffresLignes  a {
    color: #5b3c1c;
    text-decoration: none;
}

.roleListingOffres {
    padding-left:5px;
    width: 50px;
    float: left;
    display: block;
}

.departListingOffres {
    width: 130px;
    float: left;
    display: block;
}

.destinationListingOffres {
    width: 130px;
    float: left;
    display: block;
}

.organismeListingOffres {
    width: 110px;
    float: left;
    display: block;
    padding-right:10px; /* ajout t */
}

.dateListingOffres {
    float: left;
    display: block;
}

#tableListingOffres {
    border-collapse: collapse;
}

.separateur {
    padding-left: 50px;
    margin: 5px 5px 5px 0;
    line-height: 20px;
    background: #5BAC26;
    color: white;
    clear: both;
}

.listingHorsDep {
    background: #F2EFE9;
    margin: 5px 5px 5px 0;
}

.enteteTableauListing {
    background: #80af1d;
    color: white;
    height: 20px;
}

/* outils haut */
#menuRss {
    position:absolute;
    right:130px;
    top:3px;
}

#texteBtAlerteMail, #texteBtRss a , #btToutesoffres {
    color: #62BC50; /* un vert */
    text-decoration: underline;
	cursor: pointer;
}

#btToutesoffres {
    background: url("../media/site/image/icon-toutes-offres.gif") no-repeat scroll 0 0 transparent;
    padding-left: 15px;
    position: absolute;
    right: 10px;
    top: 262px;
}

#texteBtRss {
    background: url(../media/site/image/icon-rss.gif) no-repeat;
    left:-128px;
    padding-left:15px;
    position:absolute;
    top:-8px;
}

#formAlerteMail, #formRss {
    display: inline;

}

/* Changement des apparences au survol */
.survolOn {
    background: #eee2d2;
}

.survolOff {
    background: white;
}

#nResultat {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    left: 4px;
    position: absolute;
    top: -32px;
}
.texteExemple {
    color: #5BAC26;
}



/* FIN ZONE INFO */
/* ############# */

/* ########## */
/* ZONE CARTE */

#conteneurZoneCarte {
    background: url("/media/site/image/fond-carte-vert.gif") no-repeat scroll 0 bottom transparent;
    height: 400px;
    left: 583px;
    position: absolute;
    top: 0;
    width: 385px;
    z-index: 10;
}

#conteneurZoneCarte h2 {
    color: #5b3c1c;
    left:8px;
    position:absolute;
    top:7px;
    font-size: 14px;
}

#utilisationCarte {
    color: #543919;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    left: 341px;
    position: absolute;
    text-decoration: none;
    top: 3px;
}
#rechercheCarte {
    color: #FFFFFF;
    height: 27px;
    left: -8px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 101px;
}

#affichageCarte {
    height: 27px;
    padding-top: 5px;
    position: absolute;
    right: -211px;
    text-align: center;
    text-decoration: none;
    top: -7px;
    width: 119px;
}

#carte {
    height: 354px;
    left: 10px;
    margin: 0;
    position: absolute;
    top: 36px;
    width: 366px;
}
#carte2 {
    height: 354px;
    left: 10px;
    margin: 0;
    position: absolute;
    top: 36px;
    width: 366px;
}

#carte2 h3 {
	color: #FD5100;
	font-size: 11px;
	margin: 5px 0;
}

#carte2 h5 {
	color: #808080;
	font-size: 10px;
	margin: 5px 0;
}


/* SLIDER */
#affinerRayon {
    bottom: -15px;
    left: 87px;
    position: absolute;
}

#affinerRayon p {
    margin: 0 0;
    width: 205px;
}

#conteneurSlider {
    background: transparent url(/media/site/image/fond-slider.gif) repeat
        scroll 0 0;
    bottom: -16px;
    height: 14px;
    position: absolute;
    right: -3px;
    width: 205px;
}

#sliderMoins {
    background: transparent url(/media/site/image/bt-moins-slider.gif)
        repeat scroll 0 0;
    float: left;
    height: 14px;
    left: -1px;
    position: relative;
    top: 1px;
    width: 9px;
}

#sliderPlus {
    background: transparent url(/media/site/image/bt-plus-slider.gif) repeat
        scroll 0 0;
    float: right;
    height: 14px;
    left: 1px;
    position: relative;
    top: 1px;
    width: 9px;
}

div.slider {
    float: left;
    height: 22px;
    width: 187px;
}

div.slider div.curseur {
    width: 10px;
    height: 14px;
    background: url(/media/site/image/fleche-slider.gif) 0 1px no-repeat;
    cursor: pointer;
}

/* FIN ZONE CARTE */
/* ############## */

/* ####################################################################### */
/* PIED */

#pied {
    bottom: 0px;
    height: 41px;
    position: relative;
    z-index: 1000;
}

#pied a {
    color: #b2aaa8;
    text-decoration:none;
}

#realisation {
    position: absolute;
    margin: 0;
    right:5pt;
    bottom: 6px;
    color: #b2aaa8;
    font-size: 10px;
}
#adresseFooter{
        bottom: 20px;
    font-size: 10px;
    margin: 0;
    position: absolute;
    right: 5pt;
}

#adresseFooter a{
	color: #000;
	text-transform:capitalize;
}
/* FIN PIED */
/* ####################################################################### */


/* ####################################################################### */
/* BOX */

#contenuBox {
    margin: 10px;
}

#sbox-content input {
    border-color:1px solid #87B83B;
}

#sbox-entete, .titreBoxImportant {
    background-color: #5BAC26;
}

#sbox-btn-close {
    background-color: #96022c;
}

h3.barreTitreAccordeon {
    margin: 10px 0 ;
}

#sbox-content,#dateTrajetRegulier, #sbox-entete, #offreDetailsZone1, #offreDetailsZone2, #offreDetailsZone3, #offreDetailsZone4, #sbox-btn-close, #menuBox , #ulMenuProfil li, .ligneWhile{
    border-color: #5BAC26;
}

.boxLien, .sousTitre {
    color: #5BAC26;
}

#menuTitre {
    background-color: #e31333;
    border-color: #e31333;
}

/* etoile pour note de la box */
.rating {
    background-image: url('/media/site/image/box/stars.gif');
    background-repeat:  no-repeat;
}

ul.rating li a:hover {
    background: url('/media/site/image/box/stars.gif');
    background-repeat:  no-repeat;
}

/* ACCORDEON */

#accordeon_compte, #formTrajet, #accordeonInscription {
    margin: 20px 0;
}

h3.barreTitreAccordeon {
    cursor: pointer;
    font-size: 12px;
    background-color: #5BAC26;
    color: black;
    margin: 0 0 4px 0;
    line-height: 30px;
    padding-left: 30px;
    clear: both;
}

#barreTitreAccordeon_1 {
    background-image: url(/media/site/image/box/n1.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

#barreTitreAccordeon_2 {
    background-image: url(/media/site/image/box/n2.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

#barreTitreAccordeon_3 {
    background-image: url(/media/site/image/box/n3.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

#barreTitreAccordeon_4 {
    background-image: url(/media/site/image/box/n4.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

.activeTitreAccordeon {
    background-color: #5BAC26!important;
    color: white!important;
}

/* Divers sur box */

h4.h4TitreFormAccordeon {
    color: #5BAC26;
}

#pBlocPreciserEtape {
    border-top:1px solid #5BAC26;
    padding-top: 20px;
    margin: 20px 0;
}

#divParentEtape {
    /* 	padding: 0 20px;
    */}

.precision {
    border-top:1px solid #5BAC26;
    padding-top: 20px;
    background-position: 0 26px;
    clear: both;
}

/* FIN BOX */
/* ####################################################################### */




/* ####################################################################### */
/* 								ECO-CLACULATEUR								*/



.titre-page{
    color:#5B3C1C;
    font-size:14px;
}

.texte tr td{
    padding-left:5px;
    text-align:left;
    color:black;
    font-size:11px;
    /*background:#5BAC26 none repeat scroll 0 0;*/
}

/*								FIN ECO-CLACULATEUR			 				*/
/* ####################################################################### */


/* ####################################################################### */
/* CLASS DIVERSES ET VARIEES */

#connect_cliquez_ici {
    text-decoration: underline;
    font-weight: bold;
    color: black;
    cursor:	pointer;
}


/* LOADER */

#loader {
    height: 20px;
    width: 65px;
    position:absolute;
    z-index: 200000;
    top:50%;
    left:50%;
    margin-top: -10px;
    margin-left: -32px;
}

#assombrissement_blanc {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.clear{
    clear:both;
    height: 30px;
}

.text_loader {
    clear: both;
}

.d , .cursor{
    cursor: pointer;
}

.d td {
    /*border-bottom: 1px solid gray;*/
}

.survolListe {
    background: #CD008A;
    color:  white;
}

.survolListe td {
    border-color: #CD008A;
}

.labelFixWidth92 {
    display:block;
    float:left;
    line-height:18px;
    width:75px;
}


.labelFixWidth118 {
    display:block;
    float:left;
    line-height:18px;
    width:118px;
}

/* FIN CLASS DIVERSES ET VARIEES */
/* ####################################################################### */

/*
Default style for the nogray calendar
the default class prefix is ng-

made by Wesam Saif
http://www.nogray.com
support@nogray.com

*/

/* Pour calendrier */

/* table list */
.table_list {border-collapse:collapse;
             border:solid #cccccc 1px;
             width:100%;}

.table_list td {padding:5px;
                border:solid #efefef 1px;}

.table_list th {background:#75b2d1;
                padding:5px;
                color:#ffffff;}

.table_list tr.odd {background:#e1eff5;}


/* calendar styles */
#calendrier {
    border:solid #4a974c 1px;
    background:#ffffff;
    padding-bottom:5px;
    padding-top:5px;}

#calendrier {width:210px;}
#calendrier .ng-cal-header-table {width:200px;}



#inter_cal .ng-cal-header-table, #inter_cal2 .ng-cal-header-table {width:95%;}


/* the main header table */
.ng-cal-header-table {margin:5px;
                      border-collapse:collapse;
                      background:#efefef;
                      border:solid #cccccc 1px;}

/* the previous and next table cells */
.ng-cal-previous-td, .ng-cal-next-td {width:20px;
                                      height:20px;
                                      color:#36952C;
                                      border:solid #cccccc 1px;
                                      text-align:center;}

/* the calendar header table cell (the area where the month and year is displayed) */
.ng-cal-header-td {text-align:center;
                   font-weight:bold;
                   padding:3px;}

/* the main month table */
.ng-cal {border:solid #5fd7d6 1px;
         border-collapse:collapse;
         margin:5px;
         margin-top:0px;
         background-color: #d9d9d9;}

.ng-cal * {font-size:8pt;}
.ng-cal td {padding:3px;
            border:solid #4a974c 1px;}

/* the days name table cells */
.ng-cal .ng-days-name-td {background:gray;
                          border:solid gray 1px;}

/* the month name table cell */
.ng-month-name-th {background:#4a974c;
                   font-weight:bold;
                   padding:3px;
                   color:#ffffff;
                   text-align:center;}

/* weekends, days off, dates off (holidayes) */
.ng-weekend, .ng-dayOff, .ng-dateOff {color:#999999;}

/* out of range days (previous or next month) */
.ng-outOfRange {color:#999999;
                background:#efefef;
                text-decoration:line-through;}

/* the style for the table cell when the mouse is over it */
.ng-mouse-over {font-weight:bold;
                background:#faedd6;}

/* selected day */
.ng-selected-day {background:#ffbb45;
                  font-weight:bold;}

/* the close and clear buttons in the bottom of the calendar */
.ng-close-link, .ng-clear-link  {padding:3px;
                                 text-align:center;
                                 color:#666666;
                                 text-decoration:none;
                                 font-size:8pt;
                                 background:#efefef;
                                 border:solid #cccccc 1px;
                                 float:right;
                                 margin-right:5px;}



#contenu {
    width: 930px;
    margin-left: 20px;
    /*background-color:#EAFBAB;*/
    background-image: none
}


#colonne_gauche {
    float: left;
    width:380px;
    /*margin-left:60px;*/
}

#colonne_droite {
    float: left;
    width: 380px;
    margin-left:60px;
}

.fondRose{
    background-color:#cd008a;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    height:25px;
}

.fondVert{
    background-color:#D8073F;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    height:25px;
}

.fondVertClair{
    background-color:#E06058;
    color:#FFFFFF;
    font-size:11px;
    height:25px;
}

.fondVertClairPlus{
    background-color:#E06058;
    color:#FFFFFF;
    font-size:11px;
    height:25px;
}

input[type=text], input[type=password], select {
    border: 1px solid #5B3C1C;
}

#form_eco_calcul {
    margin-left: 200px;
}


h2#titreRechercher  span {
    color:#C61D19;
}
