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

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

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

}

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: 440px;
}

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

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

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


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

#conteneurZoneRecherche {
	height:200px;
	position:relative;
	top: 20px;
	width:580px;
	z-index:5;
}

#zoneRecherche {
	position: relative;
}

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

.fieldsetRecherche1 {
	border: none;
}

.fieldsetRecherche1 p, .fieldsetRecherche2 p {
	margin: 1px 0;
	color:#5B3C1C;
}

.fieldsetRecherche2 {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px dotted #5b3c1c;
	left:280px;
	top: 0;
	position:absolute;
	padding-left:20px;
}

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

.depart_ville , .destination_ville {
	position: relative;
	width:250px;
}
#destination_lieu, #depart_lieu {
	position: relative;
	width:166px;
}

#organisme, #evenement {
	width: 168px;
}

#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 {
	position:absolute;
	bottom:0;
	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 {
	margin: 0 0 0 10px;
}

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

#listeChoixDate {
 	position: absolute;
 }

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

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

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 {
	position: absolute;
	top: 217px;
	left: 10px;
	width: 552px;
	height: 200px;
}

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

#divListingOffres {
	left:0;
	position:absolute;
	top:30px;
	width:552px;
}

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


	.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;
}

#btToutesoffres {
	background: url(../media/site/image/icon-toutes-offres.gif) no-repeat;
	padding-left:15px;
	position:absolute;
	right:18px;
	top:194px;
}

#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 {
	position: absolute;
	top: -40px;
	left: 0px;
	color:#CA231A;
	font-size:14px;
	font-weight: bold;
}
    .texteExemple {
        color: #5BAC26;
    }



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

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

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

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

#utilisationCarte {
	color:#543919;
	cursor:pointer;
	font-weight:bold;
	position:absolute;
	right: 342px;
	text-decoration: none;
	top: 20px;
	font-size: 11px;
	font-weight: normal;
}

#carte {
	height:341px;
	left:10px;
	margin:0;
	position:absolute;
	top:45px;
	width:366px;
}

/* SLIDER */
#affinerRayon {
	left: 161px;
	position: absolute;
	bottom: 369px;
}

	#affinerRayon p {
		margin: 5px 0;
		color: #5b3c1c;
	}

#conteneurSlider {
	background: url(/media/site/image/fond-slider.gif) ;
	height: 14px;
	width: 218px;
}

	#sliderMoins {
		float: left;
		width: 9px;
		height: 14px;
		background: url(/media/site/image/bt-moins-slider.gif);
	}

	#sliderPlus {
		float: right;
		width: 9px;
		height: 14px;
		background: url(/media/site/image/bt-plus-slider.gif);
	}

div.slider {
	float: left;
	height:16px;
	width:200px;
}
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 {
	position: relative;
	height: 41px;
	z-index: 1000;
}

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

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

/* 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;
}

/* 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;
}
