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

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

#conteneur {
	position: absolute;
	top: 0;
	min-height: 542px;
	height: auto !important;
	height: 542px;
	width: 980px;
	left: 50%;
	margin-left: -490px;
}

img {
	border: none;
}

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

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

#entete {
	width: 980px;
	height: 173px;
	background: url(/media/site/image/bandeau-haut.png) 0 0 no-repeat;
} 

#entete-159 {
	width: 980px;
	height: 173px;
	background: url(/media/site/partenaire_bandeau/bandeau-haut-arkea.png) 0 0 no-repeat;
} 

#entete-162 {
	width: 980px;
	height: 173px;
	background: url(/media/site/partenaire_bandeau/bandeau-haut-communaute-quimper.png) 0 0 no-repeat;
} 

#entete-164 {
	width: 980px;
	height: 173px;
	background: url(/media/site/partenaire_bandeau/bandeau-haut-union-entreprise.png) 0 0 no-repeat;
}
#entete-169 {
	width: 980px;
	height: 173px;
	background: url(/media/site/partenaire_bandeau/bandeau-haut-sopab.png) 0 0 no-repeat;
}

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

#retourAccueil {
	cursor:pointer;
	height:107px;
	width:174px;
}

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

#lienMonCompte {
	/*top:118px;
	width:175px;
	right: 4px;*/
}

#monCompteEntete {
	color:white;
	font-weight:bold;
	left:25px;
	position:relative;
	text-decoration:none;
	top:22px;
}

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

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

#pformEnteteLogin-1 label {
	font-size:12px;
	line-height:20px;
	color: #00A0C6;
	font-weight: bold;
	position:relative;
	right:-10px;
	top:-5px;
}

#pformEnteteLogin-2 {
	left:10px;
	position:relative;
	top:-3px;
}

#formEnteteLogin p{

	margin : 0;
	padding: 0;
}

#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:black;
	margin:4px 0 4px 10px;
	padding:1px 1px 1px 2px;
	width:120px;
}

#mot_de_passe {
	background:white none repeat scroll 0 0;
	color:black;
	margin:0 0 1px 10px;
	padding:1px 1px 1px 2px;
	width:98px;
	position:relative;
	top:-4px;
}

#loginInfoPerdu {	
	color: white;
	font-size: 10px;
	font-weight:bold;
}

#submitLogin {
	bottom:0;
	position:relative;
	right:2px;
}

/* zone flash */
#zone_actu_flash { 
	color:#3AB6D3;
	font-weight:bold;
	height:40px;
	left:760px;
	position:absolute;
	text-align:center;
	top:10px;
	width:165px;
}

#zone_actu_flash a { 
	color:#3AB6D3;
	text-decoration:none;
}

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


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


body {
} /* WinIE behavior call */

/* Div conteneur du ul menu */
div#menu {
	height:27px;
	left:0;
	position:relative;
	top:-56px;
	z-index:1000;
	width:830px;
}

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

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

div#menu li span.cg{
	display:block;
	float:left;
	height:28px;
	width:11px;
	background: url(/media/site/image/coin-menu-gauche.png) 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.png) no-repeat 0 0;
	font-weight:bold;
}

/* 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;*/
	z-index:1000px;
	
}

/* 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 2px 8px 3px;
	text-decoration: none; 
	color: white;
	background: url(/media/site/image/fond-menu-centre.png) 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: #7fbddf 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;
}

#inscription, #monCompte {
	width:76px !important;
	text-align:center;
}


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

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

#corpsIndex {
	background-color:#cbd644;
	height:435px;
	margin-top:17px;
	position:relative;
	top:-57px;
	z-index:10;
	display:block;
}

#corpsIndex h2 {
	color:white;
	font-size:12px;
	left:20px;
	margin:0;
	position:absolute;
	top:5px;
	z-index:100; 
}

#corps {
	background:transparent url(/media/site/image/fond-corps.gif) repeat scroll 0 0;
	height:auto;
	min-height:393px;
	position:relative;
	top:-48px;
	z-index:10;
	width:980px;
}

#corps h2 {
	color:white;
	font-size:12px;
	left:20px;
	margin:0;
	position:absolute;
	top:5px;
	z-index:100; 
}

#corpsMiseEnRelation {
	background:transparent url(/media/site/image/fond-corps.gif) repeat scroll 0 0;
	height:150px;
	position:relative;
	top:-24px;
	width:980px;
	z-index:10;
	margin-bottom:-68px;
}

#corpsMiseEnRelation h2 {
	color:white;
	font-size:12px;
}

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


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


.titre-page{
	font-weight: bold;
	font-size: 15px;
}

.sous-titre-article{
	font-size: 13px;
	font-weight: bold;
}

.texte{
	text-align:justify;
}


.texte2{
	font-size: 11px;
	font-weight: bold;
	text-align:justify;
	color:#199037;
}



#contenuZoneTexte {
	color:#007D2B !important;
	height:15px;
	left:180px;
	position:relative;
	top:32px;
	width:395px;
	z-index:1000;
}

#contenuZoneTexte a {
	color:#007d2b !important;
}

#titreZoneTexte {
	font-size:10px;
	margin:0;
}

#titreZoneTexte a {
	color:#007d2b;
	font-weight:bold;
}


#contenuZoneTexteIndex {
	height:15px;
	left:140px;
	position:relative;
	top:42px;
	width:395px;
	z-index:1000;
	color:#007d2b !important;
}

#contenuZoneTexteIndex a {
	color:#007d2b !important;
}

#titreZoneTexteIndex {
	font-size:10px;
	margin:0;
}

#titreZoneTexteIndex a {
	color:#007d2b;
	font-weight:bold;
}

.texteZoneTexte {
	text-align:justify;
}
/* FIN ZONE TEXTE */
/* ################## */

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

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

#zoneRecherche {
	position: relative;
}

#form_choix_ville {
	color:#FFFFFF;
	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-destination.gif) no-repeat;
	height:155px;
	left:280px;
	padding:5px;
	position:relative;
	top:-174px;
	width:260px;
}

#zoneTrajet {
	width: 265px;
	height: 55px;
	background: url(/media/site/image/fond-form-recherche-trajet.gif) no-repeat;
	padding:5px;
}

#pDepart {
	margin: 5px 0;
}

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

#pEvenement {
	margin: 5px 0;
}

#pOrganisme {
	margin: 5px 0;
}

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

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

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

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

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

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

#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:175px;
	left:15px;
	margin:0;
	position:relative;
	right:-8px;
	text-align:right;
}

.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: #FFFFFF;
	font-size: 12px;
	display:block;
}

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

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

#inputChoixDateUnique {
	color:#FFFFFF;
} 


#extra1 {
}

button.dashboard {
	/*position:relative;
	top:-3px;*/
}
/* FIN ZONE RECHERCHE */
/* ################## */

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

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

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

#divListingOffres {
	left:7px;
	position:absolute;
	top:30px;
	width:520px;
}

.pListingOffres  {
	background-color:#B0D621;
	clear:both;
	color:white;
	font-weight:bold;
	height:16px;
	margin:-2px 0 2px;
	position:relative;
	top:5px;
} 
	
	
.pListingOffresLignes  {		
	border-bottom:1px solid #80AF1D;
	clear:both;
	line-height:10px;
	margin:5px 0;
	min-height:16px;	
} 	
	
#divFixHeightListingOffres {
	overflow: auto; 
	height: 137px;
}
		
.pListingOffresLignes  a {
	color: #808080;
	text-decoration: none;
} 
		
		.roleListingOffres {
			padding-left:5px;
			width: 50px;
			float: left;
			display: block;
		}
		
		.departListingOffres {
			width: 120px;
			float: left;
			display: block;
		}
		
		.destinationListingOffres {
			width: 125px;
			float: left;
			display: block;
		}
		
		.organismeListingOffres {
			display:block;
			float:left;
			width:110px;
		}
		
		.dateListingOffres {
			float: left;
			display: block;
		}

#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:20px;
	top:178px;
}

#texteBtAlerteMail, #texteBtRss a , #btToutesoffres, #lienVousInscrire {
	color: #FD7800;
	text-decoration: none;
	cursor: pointer;
}

#btToutesoffres {
	background: url(/media/site/image/icon-toutes-offres.gif) no-repeat;
	bottom:-43px;
	color:#FFFFFF;
	font-weight:bold;
	left:430px;
	padding-left:15px;
	position:absolute;
}

#btStatut {
	bottom:-43px;
	color:#FFFFFF;
	font-weight:bold;
	left:220px;
	position:absolute;
}

#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:#FD5100;
	font-size:14px;
	font-weight:bold;
	left:20px;
	position:absolute;
	top:-37px;
}

.pVeo{
	position:absolute !important;
	top:-6px !important;
}

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

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

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

#conteneurZoneCarte h2 {
	color:#FFFFFF;
	font-size:13px;
	left:0;
	margin:0;
	position:absolute;
	top:3px;
	width:220px;
}

#rechercheCarte {
	background:transparent url(/media/site/image/fond-carte-recherche.gif) no-repeat scroll 0 0;
	color:#B0D621;
	height:27px;
	padding-top:5px;
	position:absolute;
	text-align:center;
	top:-2px;
	width:101px;
}

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

#utilisationCarte {
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	position:absolute;
	right:5px;
	text-decoration:none;
	top:-2px;
}

#carte, #carte2 {
	height:322px;
	left:14px;
	margin:0;
	position:absolute;
	top:33px;
	width:357px;
}

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

.bulleTrajets {
	height:110px;
	width:230px;
}

.texteBulle {
	color:#808080;
	font-size:10px;
	margin:5px 0;
}

/* SLIDER */
#affinerRayon {
	bottom:25px;
	left:13px;
	position:absolute;
}

	#affinerRayon p {
		color:white;
		font-weight:bold;
		margin:4px 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 {
	background:transparent url(/media/site/image/fond-pied.gif) no-repeat scroll 0 0;
	bottom:-39px;
	height:87px;
	position:relative;
	text-align:right;
	width:980px;
	z-index:10;
}

#pied a {
	color: #FFFFFF;
}

#piedIndex {
	background:transparent url(/media/site/image/fond-pied.gif) no-repeat scroll 0 0;
	bottom:84px;
	height:87px;
	position:relative;
	text-align:right;
	width:980px;
	z-index:10;
}

#piedIndex a {
	color: #FFFFFF;
}

#realisation {
	color:#FFFFFF;
	font-size:10px;
	left:745px;
	margin-top:5px;
	position:relative;
	top:19px;
	width:230px;
}

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

#adresseFooter {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	left:665px;
	margin:0;
	position:relative;
	top:20px;
	width:310px;
}

#adresseFooter a {
	color: FFFFFF !important;
}

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

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


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


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

#contenuBox {
	margin: 10px;
}

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

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

#sbox-btn-close {
	background-color: #C91C25; 
}

h3.barreTitreAccordeon {
	margin: 10px 0 ;
}

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

.boxLien, .sousTitre {
	color: #7fbddf;  
}

#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: #cbd644;
	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: #a2c301!important;
	color: white!important;
}

/* Divers sur box */

h4.h4TitreFormAccordeon {
	color: #a2c301; 
}

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

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

.precision {
	border-top:1px solid #7fbddf; 
	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: #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 {
		background-color:white;
		background-image:none;
		margin-left:20px;
		margin-top:8px;
		padding:6px;
		width:920px;
		color:#808080;
		text-align:justify;
	}

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

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

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

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

.fondVertClairPlus{
background-color:#88BA15;
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 */
/* ####################################################################### */

