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

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

#conteneur {
	left:50%;
	margin-left:-490px;
	position:relative;
	width:1000px;
	height: auto !important;	
	height: 1680px;
	min-height:1680px;
}

img {
	border: none;
}

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

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

#entete {
	width: 1000px;
	height: 190px;
	background: url(../media/site/image/bandeau-haut.gif) 0 0 no-repeat;
	position: relative; 
} 

#titrePage {
	display: none;
	margin: 0;
}

#retourAccueil {
	cursor:pointer;
	height:110px;
	width:235px;
}

/* Zone login */
#formEnteteLogin, #lienMonCompte {
	background:transparent url(/media/site/image/fond_connexion.png) no-repeat scroll 0 17px;
	height:60px;
	position:absolute;
	right:320px;
	top:25px;
	width:310px;
	z-index:600;
}

#monCompteEntete {
	color:white !important;
	font-weight:bold;
	margin:20px 5px 5px 20px;
	position:relative;
	text-decoration:none;
	top:25px;
}

#deconnexionEntete {
	position:relative;
	top:25px;
	text-decoration:none;
	color:white !important;
	font-weight:bold;
	margin-left:10px;
}

#pformEnteteLogin-0 {
	background:transparent none repeat scroll 0 0;
	left:25px;
	padding:5px;
	position:absolute;
	top:48px;
	width:300px;
}

#pformEnteteLogin-1 label {
	line-height:20px;
	color:#9D1871;
	font-weight: bold;
	position:relative;
	top:-4px;
}

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

#pformEnteteLogin-2 {
	left:125px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	color:#58585A;
}


#formEnteteLogin input { 
	border:0 none;
	font-size:11px;
}

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

#identifiant {
	background:white none repeat scroll 0 0;
	color:#58585A;
	margin:4px 2px 4px 10px;
	padding:1px 1px 1px 2px;
	width:120px;
}

#mot_de_passe {
	width: 100px;
	margin-bottom: 1px;
	background: white none repeat scroll 0 0;
	color: #58585A;
	padding: 1px 1px 1px 2px;
}

#loginInfoPerdu {	
	font-size: 9px;
	color:#58585A;
	font-weight:bold;
	text-decoration:none;
}

#inscription {	
	font-size: 9px;
	color:#58585A;
	font-weight:bold;
	text-decoration:none;
}

#submitLogin {
	bottom:12px;
	position:absolute;
	right:13px;
}

.separateurConnexion {
	color:#9D1871;
	font-size:9px;
}
/* FIN ENTETE */
/* ####################################################################### */


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

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

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

/* 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:25px;
	width:10px;
	background: url(/media/site/image/coin-menu-gauche.png) no-repeat 0 0;
}

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

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

div#menu li a:hover {
	color: #9D1871;
}

/* 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: #9D1871; 
}
	
/* Lien a des li principaux appliqué a tous les enfants a */
div#menu li a {
	background:transparent url(/media/site/image/fond-menu-centre.png) repeat-x scroll 0 0;
	color:white;
	display:block;
	float:left;
	font-weight:bold;
	padding:8px 2px;
	text-decoration:none;
}

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 {
	left:0;
	top:27px;
	background-color:#73AB21;
}

/* 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: #9D1871;
}



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

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

#corpsIndex {
	background-color:#B6CA00;
	width:1000px;
	height: auto !important;	
	height: 1385px;
	min-height:1260px;
	margin:0;
	position:relative;
	top:-39px;
	z-index:10;
}

#corps {
	background-color:#B6CA00;
	width:1000px;
	height: auto !important;	
	height: 1385px;
	min-height:1260px;
	margin:0;
	position:relative;
	top:-39px;
	z-index:10;
	padding-bottom:50px;
}

	/* ########################## */
	/*  ZONE CORPS INDEX GAUCHE  */
	#corpsIndexGauche { 
		position: relative;
		width:690px;
	}
	/*  FIN ZONE CORPS INDEX GAUCHE  */
	/* ############################ */

	/* ######################### */
	/*  ZONE CORPS INDEX DROIT  */
	#corpsIndexDroit { 
		left:690px;
		position:absolute;
		top:0;
		width:310px;
	}
	/*  FIN ZONE CORPS INDEX DROIT  */
	/* ############################ */


/* ###################### */
/*  PAGE CONTENU INTERNE  */
#contenuPage {
	position: relative;
	top:45px;
	padding-bottom:45px;
}

#divCorpsPInterne { 
	background-color:white;
	height:auto !important;
	margin-left:30px;
	min-height:1000px;
	padding:10px;
	position:relative;
	top:30px;
	width:620px;
	overflow: auto;
}

#divCorpsPInterne a { 
	color:#58585A;	
}

#divHautCorpsPInterne {
	background:transparent url(/media/site/image/fond-corps-haut.gif) no-repeat scroll 0 0;
	height:29px;
	left:30px;
	position:relative;
	top:30px;
	width:640px;
}

#divBasCorpsPInterne {
	background:transparent url(/media/site/image/fond-corps-bas.gif) no-repeat scroll 0 0;
	height:29px;
	left:30px;
	position:relative;
	top:30px;
	width:640px;
}

#filAriane {
	color:#58585A;
	font-weight:bold;
	margin:0;
	padding:10px;	
}

#filAriane a {
	text-decoration:none;
	color:#58585A;
}

.rubriqueActive {
	color :#9D1871;
}


#divCorpsPInterne_col1 {
	float:left;
	width:305px;
}

#divCorpsPInterne_col2 {
	float:left;
	margin-left:10px;
	width:305px;
}

#divCorpsPInterne_clear {
	clear:both;
}

/*  PAGE CONTENU INTERNE  */
/* ##################### */



/* ######################## */
/* PAGE LISTING INTERNE */

#divMoteurPInterne {
	position: absolute; 
	z-index: 50;
	width: 275px;
	height: 450px;
	left: 0;
	top: 90px;
	font-weight: normal;
}

#titreRechercher {
	color:white;
	font-size:13px;
	left:32px;
	margin:0;
	position:absolute;
	top:-15px;
	z-index:1000;
}

#divMoteurRecherche {
	background:transparent url(/media/site/image/fond-form-recherche-liste.gif) no-repeat scroll 0 0;
	height:286px;
	left:20px;
	position:absolute;
	top:-19px;
	width:250px;
}

#form_choix_ville{
	height:240px;
	margin:35px 10px 10px;
	padding:0;
}

/* Listing trajets page interne */
#divCorpsListeInterne { 
	margin:0 0 0 297px;
	padding:72px 0;
	width:613px;
}

#divHautCorpsListeInterne {
	background:transparent url(/media/site/image/fond-haut-corpsListeInterne.gif) no-repeat scroll 0 0;
	height:59px;
	left:0;
	width:613px;
	position:relative;
}

#divBasCorpsListeInterne {
	background:transparent url(/media/site/image/fond-bas-corpsListeInterne.gif) no-repeat scroll 0 0;
	height:33px;
	position:relative;
	top:-41px;
	width:613px;
}

/* FIN Listing trajets page interne */


/* ######### */
/* ZONE OFFRES */

#listingOffres {
	left:0;
	padding-bottom:32px;
	position:relative;
	top:-32px;
	background-color:white;
}

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

#divListingOffres {
	left:0;
	width:613px;
	background-color:white;
}

#tableListing {
	/*height:1000px;
	overflow:auto;*/
	width:613px;
}

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


.pListingOffresLignes  {		
	clear:both;
	line-height:10px;
	min-height:15px;	
	width:613px;
} 		

.pListingOffresLignes  a {
	color: #3F7623;
	text-decoration: none;
	padding-bottom:5px;
} 


#pLigne1 {
	background-color:#E1E8AA;
	height:25px;
	width:613px;
	color:#3F7623;
	font-size:13px;
	font-weight:bold;
}

#pLigne2 {
	height:62px;
	color:#58585A;
	width:613px;
}

#pssLigne21 {
	float:left;
	height:62px;
	color:#58585A;
	width:370px;
}
#pssLigne22 {
	float:left;
	height:62px;
	color:#58585A;
	width:243px;
}

#pLigne4 {
	height:12px;
	color:#808080;
	width:613px;
	font-size:9px;
}

.zoneInfosTrajets {
	float:right;
	margin-right:15px;
}

.pair  a {
	color: white;
	text-decoration: none;
} 

.generiqueListingOffres {
	display:block;
	float:left;
	line-height: 30px;
}

.generiqueListingOffres  img{
	position: relative;
	top: 3px;
}

/* pour la page de covoiturage */

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

.departListingOffres {
	float:left;
	height:20px;
	left:15px;
	position:relative;
	top:5px;
	width:180px;
}

.destinationListingOffres {
	float:left;
	height:20px;
	left:15px;
	position:relative;
	top:5px;
	width:180px;

}

.dateListingOffres {
	float:left;
	height:20px;
	left:30px;
	position:relative;
	top:5px;
	width:90px;
} 

.frequenceListingOffres {
	float:left;
	height:20px;
	left:50px;
	position:relative;
	top:5px;
	width:62px;
} 

.detailListingOffres{
	float:left;
	height:23px;
	left:70px;
	position:relative;
	top:1px; 
} 

.contactListingOffres{
	float:left;
	height:30px;
	left:15px;
	position:relative;
	top:10px;
	width:45px; 
} 

.prixListingOffres{
	float:left;
	font-size:12px;
	height:21px;
	left:30px;
	position:relative;
	text-align:center;
	top:15px;
	width:57px;
} 

.vehiculeListingOffres{
	float:left;
	height:25px;
	left:40px;
	position:relative;
	top:15px;
	width:38px;
} 

.placesListingOffres{
	float:left;
	font-size:12px;
	height:30px;
	left:70px;
	position:relative;
	text-align:center;
	top:15px;
	width:35px;
} 

.tolerancesListingOffres{
	float:left;
	height:30px;
	left:100px;
	position:relative;
	top:15px;
	width:80px;
} 

.etapesListingOffres{
	float:left;
	font-size:12px;
	height:30px;
	left:35px;
	position:relative;
	top:15px;
	width:45px;
	text-align:center;
} 

.avisListingOffres{
	float:left;
	height:8px;
	left:185px;
	padding:0;
	position:relative;
	top:-10px;
	width:40px;
} 

.heureListingOffres {
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	left:70px;
	position:relative;
	top:20px;
	width:47px;
} 

.texteGras {
	font-weight:bold;
	font-size:12px;
}


.texteExemple {
	padding-left:10px;
}	

/* outils haut */
#btToutesoffres {
	background:transparent url(../media/site/image/icon-toutes-offres.png) no-repeat scroll 0 0;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	position:absolute;
	right:17px;
	size:28px;
	top:-8px;
	z-index:1000;
} 


#btAlerteMail { 
	position: relative;
	top: 2px;
	cursor: pointer;
}


	/* FIN ZONE OFFRES */
	/* ############# */

/* Zone Carte page interne */

#divMoteurCartePInterne {
	background:transparent url(/media/site/image/fond-carteInterne.gif) no-repeat scroll 0 23px;
	height:323px;
	left:20px;
	position:absolute;
	top:390px;
	width:250px;
}
	
#divMoteurCartePInterne p {
	margin:-26px 0 0 90px;
	text-align:center;
}

.cartePInterne-light { 
	position: relative;
	width:275px;
	height:309px;
	top: 10px;
	left: 10px; 
}


.cartePInterne-small {
	position: relative;
	width:275px;
	height:309px;
	top:10px;
	left: 10px;
}

#divFondBlanc{
	height:30px;
	position:absolute;
	top:19px;
	width:250px;
}

#divFondBlanc h2 {
	color:white;
	font-size:13px;
	margin:5px 0 5px 10px;
	width:120px;
}

.carte {
	position: relative;
	top: 33px;
	left: 10px;
}		


#utilisationCarte3 {
	position: absolute;
	right: 128px;
	top: 4px;			
}


.TitreBulle {
	color:#9c1b71;
}
/* Fin de la zone carte page interne */


/*  PAGE LISTING INTERNE  */
/* ##################### */


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


/* ################## */
/* ZONE TEXTE ACCROCHE */

#contenuTexteAccroche {
	height:45px;
	left:18px;
	position:absolute;
	top:0;
	width:152px;
}
#contenuTexteAccroche h1{
	font-size:11px;
}
#contenuTexteAccroche p {
	color:white;
	font-weight:bold;
}

#contenuTexteAccroche a {
	color:white;
}


/* FIN ZONE TEXTE ACCROCHE */
/* ################## */

/* ################## */
/* ZONE FLEURS */

#extra_fleurs {
	background:transparent url(/media/site/image/extra_fleurs.png) no-repeat scroll 0 0;
	height:50px;
	left:144px;
	position:absolute;
	top:43px;
	width:152px;
}

/* FIN ZONE FLEURS */
/* ################## */


/* ################## */
/* ZONE FLEURS */

#zoneAnimFlash {
	height:110px;
	left:305px;
	position:absolute;
	top:-29px;
	width:370px;
}

/* FIN ZONE FLEURS */
/* ################## */




/* ################## */
/* ZONE TEXTE EN BREF */

#contenuTexteEnBref {
	background:transparent url(/media/site/image/fond_enbref.gif) no-repeat scroll 0 0;
	height:130px;
	position:absolute;
	right:21px;
	top:130px;
	width:273px;
}

#contenuTexteEnBref h2 {
	color:white;
	font-size:15px;
	margin:5px 0 5px 10px;
	width:120px;
}

#contenuTexteEnBref p {
	color:white;
	height:81px;
	margin:15px 10px 10px;
	text-align:justify;
}

#contenuTexteEnBref .texte {
	color:white !important;
}

#contenuTexteEnBref a {
	color:white;
}

/* FIN ZONE TEXTE EN BREF */
/* ################## */


/* ################## */
/* ZONE TEXTE NOUVEAUTE */

#contenuTexteNouveaute {
	background:transparent url(/media/site/image/fond_box_nouveaute.gif) no-repeat scroll 0 0;
	height:165px;
	position:absolute;
	right:19px;
	top:710px;
	width:280px;
}

#contenuTexteNouveaute h2 {
	color:white;
	font-size:15px;
	margin:5px 0 5px 10px;
	width:150px;
}

#contenuTexteNouveaute table {
	color:white;
	margin:15px 10px 10px;
}

#contenuTexteNouveaute p {
	color:white;
	height:81px;
	margin:15px 10px 10px;
	text-align:justify;
}

#contenuTexteNouveaute .texte {
	color:white !important;
}

#contenuTexteNouveaute a {
	color:white;
}

/* FIN ZONE TEXTE NOUVEAUTE */
/* ################## */


/* ################## */
/* ZONE TEXTE ASTUCES COVOITUREUR */

#contenuTexteAstuce {
	background:transparent url(/media/site/image/fond_contenu_index.gif) no-repeat scroll 0 0;
	height:450px;
	position:absolute;
	right:18px;
	top:550px;
	width:455px;
}

#contenuTexteAstuce h2 {
	color:white;
	font-size:20px;
	height:30px;
	margin:8px 5px 8px 20px;
	width:283px;
}

#contenuTexteAstuce p {
	color:white;
	margin:10px 15px;
	text-align:justify;
}

#contenuTexteAstuce a {
	color:white;
}

/* FIN ZONE TEXTE ASTUCES COVOITUREUR */
/* ################## */


/* ####################################################################### */
/* ZONE DEPOT EXPRESS */
#contenuDepotExpress {
	background:transparent url(/media/site/image/fond_box_depotminute.gif) no-repeat scroll 0 0;
	height:78px;
	left:72px;
	position:absolute;
	top:272px;
	width:196px;
}

#contenuDepotExpress h2 {
	color:white;
	font-size:13px;
	margin:5px 0 5px 10px;
	width:120px;
}

.texteDepotExpress {
	color:white;
	font-weight:bold;
	height:40px;
	margin:5px 5px 5px 10px;
	width:80px;
}

.texteDepotExpress img {
	cursor:pointer;
	left:105px;
	position:absolute;
	top:40px;
}

#extra_depotminute {
	background:transparent url(/media/site/image/extra_depotminute.png) no-repeat scroll 0 0;
	height:64px;
	left:-58px;
	position:absolute;
	top:15px;
	width:66px;
}

#divMoteurPInterne #contenuDepotExpress {
	top:290px;

}

/* FIN ZONE ZONE DEPOT EXPRESS */
/* ################## */
/* ####################################################################### */
/* ZONE INSCRIPTION */
#contenuInscription {
	background:transparent url(/media/site/image/fond_box_depotminute.gif) no-repeat scroll 0 0;
	height:78px;
	left:72px;
	position:absolute;
	top:272px;
	width:196px;
}

#contenuInscription h2 {
	color:white;
	font-size:13px;
	margin:5px 0 5px 10px;
	width:165px;
}

.texteInscription {
	color:white;
	font-weight:bold;
	height:40px;
	margin:5px 5px 5px 10px;
	width:80px;
}

.texteInscription img {
	cursor:pointer;
	left:100px;
	position:absolute;
	top:30px;
}





/* FIN ZONE INSCRIPTION */
/* ################## */

/* ####################################################################### */
/* ZONE BLOG */

#conteneurZoneBlog {
	height:140px;
	position:absolute;
	top:550px;
	width:190px;
}
/* FIN ZONE BLOG */
/* ################## */

/* ####################################################################### */
/* ZONE WIDGET ADEME */

#conteneur_widgetADEME {
	height:320px;
	position:absolute;
	top:675px;
	width:180px;
	left:15px;
}
/* FIN ZONE WIDGET ADEME */
/* ################## */


/* ####################################################################### */
/* ZONE Evenement */

#conteneurZoneEvenement {
	background:transparent url(/media/site/image/fond_box_evenement.gif) no-repeat scroll 0 0;
	height:125px;
	left:8px;
	position:absolute;
	top:1010px;
	width:290px;
}

#conteneurZoneEvenement h2 {
	background:transparent url(/media/site/image/extra_evenement.gif) no-repeat scroll 229px 0;
	color:white;
	font-size:13px;
	margin:5px 0 5px 5px;
	width:244px;
}

#conteneurZoneEvenement p {
	color:#58585A;
	height:85px;
	margin:10px 15px;
	text-align:justify;
	width:260px;
}

#conteneurZoneEvenement a {
	color:#58585A;
	text-decoration:none;
}

/* FIN ZONE Evenement */
/* ################## */

/* ####################################################################### */
/* ZONE Commentaire */

#conteneurZoneCommentaire {
	background:transparent url(/media/site/image/fond_box_commentaire.gif) no-repeat scroll 0 0;
	height:124px;
	left:352px;
	position:absolute;
	top:1010px;
	width:290px;
}

#conteneurZoneCommentaire h2 {
	background:transparent url(/media/site/image/extra_commentaire.gif) no-repeat scroll 155px 0;
	color:white;
	font-size:13px;
	margin:5px 0 5px 10px;
	width:190px;
}

#conteneurZoneCommentaire p {
	color:#58585A;
	height:85px;
	margin:10px 15px;
	width:260px;
}

/* FIN ZONE Commentaire */
/* ################## */

/* ####################################################################### */
/* ZONE Trajets Villes */

#conteneurZoneTrajetsVilles {
	background:transparent url(/media/site/image/fond_box_trajetsville.gif) no-repeat scroll 0 0;
	height:95px;
	left:8px;
	position:absolute;
	top:1145px;
	width:670px;
}

#conteneurZoneTrajetsVilles h2 {
	color:white;
	font-size:13px;
	margin:5px 0 5px 10px;
	width:300px;
}

#conteneurZoneTrajetsVilles p {
	color:#58585A;
	height:15px;
	margin:0 0 0 1px;
	padding:4px 20px;
	width:595px;
	font-size:9px;
}
#conteneurZoneTrajetsVilles a {
	color:#58585A;
	text-decoration:none;
}

.ligneTrajetsVillesPair {
}

.ligneTrajetsVillesImpaire {
	background-color:#E1E8AA;
}

.infoTrajetsVilles {
	width:197px;
	height:20px;
	float:left;
}


/* FIN ZONE Trajets Villes */
/* ################## */


/* ####################################################################### */
/* ZONE Eco-calculateur */

#conteneurZoneEcocalculateur {
	background:transparent url(/media/site/image/fond_box_ecocalculateur.gif) no-repeat scroll 0 0;
	height:120px;
	position:absolute;
	right:18px;
	width:190px;
}

#conteneurZoneEcocalculateur h2 {
	color:white;
	font-size:13px;
	margin:5px 0 5px 5px;
	width:175px;
}

#conteneurZoneEcocalculateur p {
	color:white;
	font-weight:bold;
	height:50px;
	margin:10px 10px 7px;
	text-align:justify;
	width:167px;
}

#conteneurZoneEcocalculateur img {
	cursor:pointer;
	left:60px;
	position:absolute;
	top:80px;
}

#extra_ecocalculateur {
	background:transparent url(/media/site/image/extra_ecocalculateur.png) no-repeat scroll 0 0;
	height:69px;
	left:-65px;
	position:absolute;
	top:60px;
	width:74px;
}
/* FIN ZONE Eco-calculateur */
/* ################## */


/* ####################################################################### */
/* ZONE Pub */

#zonePub {
	background:transparent url(/media/site/image/fond_panneaupub.gif) no-repeat scroll 0 0;
	height:230px;
	left:15px;
	position:absolute;
	top:265px;
	width:290px;
}

#divZonePubImage {
	left:3%;
	position:relative;
	top:11%;
}

#vertical_slide_Pub {
	left:30%;
	position:relative;
	top:23px;

}
/* FIN ZONE Pub */
/* ################## */

/* ####################################################################### */
/* ZONE Nuage des mots */

#conteneurZoneNuageMots {
	height:190px;
	left:15px;
	position:absolute;
	top:500px;
	width:260px;
}

/* FIN ZONE Nuage des mots */
/* ################## */

/* ####################################################################### */
/* ZONE Partenaires */

#divCorpsPartenaires {
	background:transparent url(/media/site/image/fond_panneauPartenaires.gif) no-repeat scroll 0 0;
	height:250px;
	left:13px;
	position:absolute;
	top:890px;
	width:276px;
}

#divCorpsPartenairesImage {
	left:55px;
	position:absolute;
	top:20px
}
/* FIN ZONE Partenaires */
/* ################## */

/* ################## */
/* ZONE NUMERO INDIGO */

#conteneurZoneNumIndigo {
	background:transparent url(/media/site/image/fond_box_numindigo.gif) no-repeat scroll 0 0;
	height:87px;
	position:absolute;
	right:20px;
	top:1153px;
	width:277px;
}

#conteneurZoneNumIndigo p {
	color:white;
	font-weight:bold;
	height:30px;
	margin:15px 15px 15px 30px;
	text-align:justify;
	width:248px;
}

#conteneurZoneNumIndigo img {
	cursor:pointer;
	left:60px;
	position:absolute;
	top:50px;
}


#conteneurZoneNumIndigo a {
	color:white;
}

#extra_numindigo {
	background:transparent url(/media/site/image/extra_numindigo.png) no-repeat scroll 0 0;
	height:64px;
	position:absolute;
	top:40px;
	width:53px;
}

/* FIN ZONE NUMERO INDIGO */
/* ################## */


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

#conteneurZoneRecherche {
	height:190px;
	left:20px;
	margin:0;
	padding:0;
	position:absolute;
	top:71px;
	width:250px;
	z-index:5;
}

#conteneurZoneRecherche h2 {
	color:white;
	font-size:13px;
	left:12px;
	margin:4px 0;
	position:absolute;
	top:0;
	width:90px;
	z-index:10;	
}

#zoneRecherche {
	position: relative;
}

/* Pour la page d'accueil */
#form_choix_villeIndex {
	background:transparent url(/media/site/image/fond-form-recherche.gif) no-repeat scroll 0 0;
	height:160px;
	padding:25px 8px 5px 10px;
	position:absolute;
	width:237px;
}

#pDepartIndex {
	margin: 5px 0;
}

#pDestinationIndex {
	margin: 18px 0 18px 0;
}
/* --Fin Pour la page d'accueil */


/* Pour la page covoiturage */
#pDepart {
	margin: 5px 0;
}

#pDestination {
	margin: 15px 0;
}

#pEvenement {
	margin: 8px 0;
}

#listeStatut {
	margin:15px 0 10px;
}
/* -- Fin Pour la page covoiturage */


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

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

.depart_ville , .destination_ville, #destination_lieu, #depart_lieu{
	background-color:#E1E8AA;
	border:0 none;
	color:#6A6A6A;
	font-size:11px;
	height:13px;
	position:relative;
	top:1px;
	width:134px;
}

.depart_ville  {
	left:30px;
}

#destination_lieu, #depart_lieu{
	position: relative;
	left: 0px;
	width:279px;
}

#evenement {
	background-color:#E1E8AA;
	border:0 none;
	color:#6A6A6A;
	font-size:11px;
	height:16px;
	left:-5px;
	position:relative;
	width:136px;
}

#date {
	background-color:#E1E8AA;
	border:0 none;
	color:#6A6A6A;
	font-size:11px;
	height:14px;
	padding:5px 0 2px 2px;
}

button.dashboard {
	/*left:2px;
	position:relative;
	top:-5px;*/
}

#listeChoixDate {
 	position: absolute;
	color: #646567; 
	margin: 5px 0 5px 0;
}

#inputChoixDateRegulier, #inputChoixDateUnique {
	color:#646567;
	margin:5px 0;
	top:48px;
}

#inputChoixDateRegulier input {
	margin:1px;
}

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

#pBtTrouverIndex {
	color:#58585A;
	font-size:9px;
	font-weight:bold;
	left:142px;
	position:absolute;
	text-decoration:none;
	top:142px;
	width:95px;
}

#pBtTrouver {
	color:#58585A;
	font-size:9px;
	font-weight:bold;
	left:142px;
	position:absolute;
	text-decoration:none;
	top:238px;
	width:95px;
}


#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, #form_choix_villeIndex label {
	color: #646567;
	font-size: 12px;
}


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



/* ######### */
/* ZONE OFFRES */ 

.pListingOffres  {
	background-color:#9ABF0B;
	clear:both;
	color:white;
	font-weight:bold;
	height:16px;
	margin:-6px 0 0;
	top:0;
	width:620px;
} 
	
#divFixHeightListingOffres {
	height:120px;
	margin-top:9px;
	overflow:auto;
}
		

	
.impair {
	background-color:#E1E8AA;
}	


#tableListingOffres {
	border-collapse: collapse;
}

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

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

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

/* Pour le texte "erreur pas de trajet disponible..." */
.listingErreur {
	margin: 10px;
}


/* outils haut (ou bas) */
#menuRss {
	position:absolute;
	right:3px;
	top:-23px;
}

#texteBtAlerteMail, #texteBtRss a {
	color: white;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}

#btPlusCriteres a, #lienVousInscrire {
	color: #58585A;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;

}

#btPlusCriteres {
	bottom:10px;
	color:#58585A;
	font-size:9px;
	font-weight:bold;
	left:-3px;
	padding-left:15px;
	position:absolute;
	text-decoration:none;
}


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

#formAlerteMail, #formRss {
	display: inline;
	
}

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

.survolOff {
	background: white;
}

#nResultat {
	color:white;
	font-size:13px;
	font-weight:bold;
	left:15px;
	margin:0;
	position:absolute;
	top:-19px;
}

.pVeo {
	top:-55px !important;
}

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


/* ############################### */
/* ZONE LISTING OFFRES PAGE INDEX  */ 

#listingOffresIndex {
	background:transparent url(../media/site/image/fond-liste-resultat.gif) no-repeat scroll 0 0;
	height:175px;
	left:10px;
	position:absolute;
	top:362px;
	width:636px;
}


#divListingOffresIndex {
	height:140px;
	left:0;
	position:absolute;
	top:30px;
	width:636px;
}


.pListingOffresIndex  {
	background-color:#9ABF0B;
	clear:both;
	color:white;
	font-weight:bold;
	height:16px;
	margin:-6px 0 0;
	top:0;
	width:620px;
} 
	
	
.pListingOffresLignesIndex  {		
	clear:both;
	line-height:10px;
	margin:0;
	min-height:15px;
	padding:4px 0;	
} 	
	
#divFixHeightListingOffresIndex {
	height:120px;
	margin-top:9px;
	overflow:hidden;
}
		
.pListingOffresLignesIndex  a {
	color: #58585A;
	text-decoration: none;
} 
	
.pairIndex {
}	
	
.impairIndex {
	background-color:#E1E8AA;
}	


.roleListingOffresIndex {
	padding-left:10px;
	width: 50px;
	float: left;
	display: block;
}

.roleListingOffresIndex img {
	position:relative;
	top:-3px;
}

.departListingOffresIndex {
	width: 135px;
	float: left;
	display: block;
}

.destinationListingOffresIndex {
	width: 135px;
	float: left;
	display: block;
}

.dateListingOffresIndex {
	float: left;
	display: block;
	width: 75px;
}

.prixListingOffresIndex {
	display:block;
	float:left;
	left:11px;
	position:relative;
	text-align:center;
	width:40px;
}

.placesListingOffresIndex {
	display:block;
	float:left;
	left:20px;
	position:relative;
	text-align:center;
	width:63px;
}

.typeListingOffresIndex {
	display:block;
	float:left;
	margin-left:5px;
	width:55px;
	text-align:center;
}

.detailListingOffresIndex {
	display:block;
	float:left;
	text-align:right;
	width:60px;
}

#nResultatIndex {
	color:white;
	font-size:11px;
	font-weight:bold;
	left:11px;
	margin:0;
	position:absolute;
	top:-27px;
}


/* FIN ZONE LISTING OFFRES PAGE INDEX */
/* ################################## */


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

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

#conteneurZoneCarte h2 {
	color:white;
	font-size:13px;
	left:12px;
	margin:4px 0;
	position:absolute;
	top:0;
	width:191px;
	z-index:10;
}

#utilisationCarte3 {
	color:white;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	right:18px;
	text-decoration:underline;
	top:8px;
}

#carte {
	height:260px;
	left:3px;
	margin:0;
	position:absolute !important;
	top:31px;
	width:240px;
}

#carteIndex {
	height:252px;
	left:6px;
	margin:0;
	position:absolute !important;
	top:31px;
	width:283px;
}


/* carte */

#carteIndex span {
	font-size:9px !important;
	color:black;
}

#carteIndex a {
	font-size:9px !important;
	color:black;
}

#carte span {
	font-size:8px !important;
	color:black;
}

#carte a {
	font-size:8px;
	color:black;
}
a.fiche{
	font-size:10px !important;
	cursor : pointer;
}

/* SLIDER */
#affinerRayon {
	bottom:0px;
	left:20px;
	position:absolute;
}

	#affinerRayon p {
		margin: 4px 0;
		/*color: white;*/
		width:	165px;
	}

#conteneurSlider {
	background: url(/media/site/image/fond-slider.gif) ;
	bottom:4px;
	height:14px;
	position:absolute;
	right:-194px;
	width:170px;
}

	#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:22px;
	width:152px;
}
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 */

#footer {
	background:transparent url(/media/site/image/fond-pied.gif) no-repeat scroll 0 0;
	clear:both;
	height:111px;
	position:relative;
	top:-39px;
	z-index:1000;
	padding:10px;
	width:1000px;
}

#footer a {
	color: #accb61;
}

#realisation {
	color:white;
	font-size:10px;
	font-weight:bold;
	left:58px;
	margin:0;
	position:absolute;
	top:25px;
	width:385px;
}

#realisation a {
	color: white !important;
	text-decoration:none; 
}

#adresseFooter {
	color:white;
	font-size:10px;
	font-weight:bold;
	left:685px;
	margin:0;
	position:absolute;
	top:25px;
	width:310px;
}

#adresseFooter a {
	color: white !important;
	text-decoration:none;
}

#menuFooter {
	bottom:-10px;
	color:#white;
	font-size:10px;
	left:775px;
	margin:0;
	position:relative;
}

#menuFooter a {
	color: white !important;
	text-decoration:none; 
}


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


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

#contenuBox {
	margin: 10px;
}

#sbox-content input {
	border-color:1px solid #73AB21;
}

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

#sbox-btn-close {
	background-color: #9D1871; 
}

h3.barreTitreAccordeon {
	margin: 10px 0 ;
}

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

.boxLien, .sousTitre {
	color: #73AB21;  
}

#menuTitre {
	background-color: #9D1871;
	border-color: #9D1871; 
}

/* 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: #B6CA09;
	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: #73AB21!important;
	color: white!important;
}

/* Divers sur box */

h4.h4TitreFormAccordeon {
	color: #73AB21; 
}

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

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

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

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


/* ####################################################################### */
/* 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: #9D1871;
	color:  white;
}

.survolListe td {
	border-color: #9D1871;
}

/* 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:#336699;
	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:#9d1871;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:25px;
}		

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

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

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

/* ####################################################################### */
/* PLAN DU SITE */


/* Div conteneur du ul menu */
div#planSite {
}


/* Lien a des li principaux appliqué a tous les enfants a */
div#planSite li a {
	text-decoration: none; 
}





/* FIN PLAN DU SITE */
/* ####################################################################### */


/* ####################################################################### */
/* CONTENU TEXTE WYSI */

.titre-page {
	font-weight: bold;
	font-size: 13px;
	color: #9D1871 !important;
}

.sous-titre-article {
	font-size: 12px;
	font-weight: bold;
	color: #58585A !important; 
}

.texte {
	color: #58585A !important;
	text-align:justify;
}


.texte2{
	font-weight: bold;
	color: #9D1871;
}

.texte a {
	color: gray;
}
/* FIN CONTENU TEXTE WYSI */
/* ####################################################################### */

.texteGrisFonce {
	color:#58585A;
}


.ligneWhile {
	height:27px;
}

#tagcloud {
	letter-spacing:normal;
	line-height:1.3em;
	padding:10px;
	text-align:justify;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	word-spacing:normal;
	color: #d6df85;
	width:240px;
	height:190px;
}
#tagcloud a {
	color: #d6df85;
}

#tagcloud a:link {
	text-decoration:none
}
#tagcloud a:visited {
	text-decoration:none
}
#tagcloud a:hover {
	text-decoration:none;
	color:white;
	background-color:#73ab21
}
#tagcloud a:active {
	text-decoration:none;
	color:white;
	background-color:#73ab21
}

#tagcloud h1 {
	font-size:2em;
	padding:0em;
	z-index:0;
	position:relative;
	display:inline;
}
#tagcloud h1 a {
	text-decoration:none;
}

#tagcloud h2 {
	font-size:1.6em;
	padding:0em;
	z-index:0;
	position:relative;
	display:inline;
}
#tagcloud h2 a {
	text-decoration:none;
}

#tagcloud h3 {
	font-size:1.3em;
	padding:0em;
	z-index:0;
	position:relative;
	display:inline;
}
#tagcloud h3 a {
	text-decoration:none;
}

#tagcloud h4 {
	font-size:1.2em;
	padding:0em;
	z-index:0; 
	position:relative;
	display:inline;
}
#tagcloud h4 a {
	text-decoration:none;
}

#tagcloud h5 {
	font-size:1.0em;
	padding:0em;
	color:#d6df85;
	z-index:10;
	position:relative;
	display:inline;
}
#tagcloud h5 a {
	text-decoration:none;
	color:#d6df85;
}

#tagcloud h5 a.tagcloud1  {
	font-size:2em;
}

#tagcloud h5 a.tagcloud2  {
	font-size:1.6em;
}

#tagcloud h5 a.tagcloud3  {
	font-size:1.3em;
}

#tagcloud h5 a.tagcloud4  {
	font-size:1.2em;
}

#tagcloud h5 a.tagcloud5  {
	font-size:1em;
}