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

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

#conteneur {
	position: absolute;
	top: 20px;
	min-height: 542px;
	height: auto !important;
	height: 542px;
	width: 978px;
	left: 50%;
	margin-left: -490px;
	background-color:#FFFFFF;
border:10px solid white;
}

img {
	border: none;
}

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

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

#entete {
	width: 979px;
	height: 101px;
	/*background: url(../media/site/image/bandeau-haut.gif);*/
	position: relative;
}

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

/* Zone actu flash */
#zone_actu_flash {
	position:absolute;
	z-index: 610;
	right:0px;
	top:0px;
	width:186px;
	height:55px;
	/*background-color:#000000;*/
	
}


/* Zone login */
#form_connexion {
	position:absolute;
	z-index: 600;
	right:0px;
	top:60px;
	width:500px;
}

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

#form_connexion input, #form_connexion label {
	display:inline;
}

#form_connexion input {
	border:0 none;
	font-size:11px;
	color : gray;
}

#form_connexion #label_connexion {
	left:-85px;
	position:absolute;
	top:3px;
	/*font-weight: bold;*/
}

#form_connexion #zoneLogin_connexion {
	color:#ffffff;
	position:absolute;
	right:40px;
	top:24px;
}

#form_connexion #valider_connexion {
	border: 1px solid white;
	color:#ffffff;
	font-weight:bold;
	background: none;
	padding: 0;
	cursor: pointer;
}

#form_connexion #btInfoPerdue_connexion {
	position:absolute;
	right:-37px;
	top:2px;
	cursor: pointer;
}


.champTexteLogin_connexion {
	width: 100px;
}
.champTexteMdp_connexion {
	width: 70px;
}

#validationMessage {
	/*position: absolute;*/
	top: 20px;
}

#messageerreur {
	color:red;
	font-weight:bold;
	position:absolute;
	right:4px;
	top:O;
	line-height: 20px;
	background: white;
	z-index:500;
	width:350px;
}

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


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


body {
} /* WinIE behavior call */

/* Div conteneur du ul menu */
div#menu {
	position: absolute;
	z-index: 1000;
	background: #a6d346;
	height: 20px;
	width: 980px;	
	border-top: 2px solid white;
}

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

/* Li premier niveau */	
div#menu li {
	/*position: relative;*/ 
	list-style: none; 
	margin: 0;
  float: left; 
	/*width: 150px; */
	white-space: nowrap;
	line-height: 10px;	
	border-right: 2px solid white;
}

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

/* 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 {
	background-color:  #cd008a;
}
	
/* Lien a des li principaux appliqué a tous les enfants a */
div#menu li a {
	display: block; 
	padding: 5px 10px;
  text-decoration: none; 
	color: white;
}

/* 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: 20px;
	background: #cd008a;
}

/* lien sur les sous menu */
div#menu ul.ulNiveau2 li a {
	border-bottom: 1px solid white;
}

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



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

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

#corps {
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
	margin-top: 20px;
}

#corps h2 {
	position: absolute;
	top: -15px;
	color: #666609;
	font-size: 12px;
	margin: 0;
}

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


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

#conteneurZoneRecherche {
	position: relative;	
	z-index: 5;
	top: 30px;
	width: 560px;
}

#zoneRecherche {
	position: relative;
	background: #a6d346;
	height: 170px;
}

.fieldsetRecherche1 {
	border: none;
	position:absolute;
	top: 0;
	width: 250px;
}

.fieldsetRecherche2 {
	border: none;
	width: 45%;
	margin-bottom: 0;
	position:absolute;
	top: 0;
	left: 269px;
}

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

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

.btSubmit {
	display: block;
	/*padding: 2px;*/
	background: #cd008a;
	width: 260px;
	/*margin:16px 5px 0pt;*/
	color: white;
	font-weight:bold;
	text-decoration: none;
	padding-left: 10px;
	text-align: left;
	border: none;
	font-size: 11px;
	cursor: pointer;
	position: absolute;
	top: 150px;
	left: 269px;
}



#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_national {
	position: absolute;
	margin: 0;
	padding: 0;
}

#form_choix_ville_national p {
	margin: 5px 0 5px 5px;
}

#form_choix_ville_national p label{
	display: block;
	width: 200px;
	color: white;
	padding: 2px 0; 
}

.champTexte {
	background: white;
	border: none;
	padding: 2px;
	font: 10px, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.listeDeroulante {
	width: 260px;
	font-size: 11px;
	border: none;
	padding: 2px;
}

.listeDeroulanteBis {
	width: 237px;
	font-size: 11px;
	border: none;
	padding: 2px;
}

.submit {
	width: 260px;
}

#conteneurCriteresSupplementaire {
	position: absolute;
	z-index: 100;
	top: -6px;
	left: 220px;
	background: #9eca26;
}

#criteresSupplementaire {
	padding: 4px 40px 11px 12px;
	height: 113px;
	border-top: 1px solid white;	
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 165px;
}

#criteresSupplementaire p {
	margin: 0;
	/*width: 150px;*/
}

#retourInfos {
	position: absolute;
	z-index: 2000;
	width: 200px;
	top: 100px;
	left: 50%;
	margin-left: -100px;
	padding: 10px;
	background: white;
	border: 1px solid black;
}

#retourInfos h1 {
	font-size: 14px;
	margin: 20px;
	padding-left: 15px;
	border-bottom: 2px solid #b9e373;
}


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

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

#conteneurZoneOffres {
	position: relative;
	z-index: 1;
	top: 30px;
	width: 560px;
	height: 145px;
}

#conteneurZoneOffres h2 {
	position: absolute;
	color: #666609;
	top: 12px;
}

#conteneurNombreOffre {
	position: absolute;
	right: 0;
	color: #666609;
	top: 12px;
}

#zoneOffres {
	position: relative;
	z-index: 10;
	top: 25px;
	height: 120px;
}

#conteneurListeOffres{
	overflow: auto;
	height: 109px;
	border:1px solid #A6D346;
}

#listeOffres {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #808080;
/*	width: 100%;
*/}

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

.survolOff {
	background: white;
}


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

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

#conteneurZoneCarte {
	position: absolute;
	z-index: 10;
	left: 570px;
	top: 30px;
	width: 408px;
	height: 303px;
}

#conteneurZoneCarte h2 {
	position: absolute;
	top: -15px;
	color: #666609;
}

#utilisationCarte {
	position: absolute;
	right: 0;
	top: -15px;
	color: #666609;
	cursor: pointer;
}

#zoneCarte {
	position: relative;
	width: 408px;
	height: 303px;
	margin: 0;
}

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

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

#pied {
	position: relative;
	z-index: 0;
	background: url(../media/site/image/bandeau-bas.gif) right bottom no-repeat;
	height: 75px;
}

#pied a {
	color: #666666;
}

#logos {
	position:absolute;
	top: 30px;
	left: 0;
	width: 470px;
}

#logosPartenaires {
	position:absolute;
	right: 0;
	top:0pt;
	width:150px;
}

#proposePar {
	position: absolute;	
	margin: 0;
	top: -20px;
}

#participation {
	position: absolute;	
	margin: 0;
	top: -20px;
}

#realisation {
	position: absolute;	
	margin: 0;
	right:0pt;
	top:-11px;
}

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



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

#paginationListeOffres {
	left:48px;
	position:absolute;
	top:-32px;
}

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

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

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

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

/* 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: 700px;
		margin-left:150px;
	}


		#colonne_gauche {
			float: left;
			width: 320px;
		}

		#colonne_droite {
			float: left;
			width: 320px;
			margin-left:60px;
		}
		
.fondRose{
background-color:#cd008a;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:25px;
}		

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

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

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