/* --------------------------------------------------------------------------------
	REINITIALISATION
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

ol, ul, li {
	list-style: none;
}

html {
	font-size: 100%;
}	

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	LAYOUT
-------------------------------------------------------------------------------- */

.clear {
	clear: both;	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(/images/planetedurable/default/bg.jpg) ;
	background-repeat: no-repeat;
	background-position: center 184px;
}


#gc_global {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	min-height: 700px;
}

/*********************************************************************************/

#fmk_log {
	height: 80px;
	background-color: #98bf97;
	margin: 1px 0 0 20px;
	width: 760px;
	background-image: url(/images/planetedurable/default/log_bg.jpg) ;
	background-repeat: repeat-y;
	
}

	#fmk_log h2 {
		text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;	
		margin: 0 10px 0 10px !important;
		line-height: 26px;
	}
	
		#fmk_log p {
			color: #fff !important;
			font-size: 11px !important;	
			margin: 0 10px 0 10px !important;
			padding: 0 !important;
		}

		#fmk_log p a {
			color: #b6015f !important;
			font-size: 10px !important; 
			line-height: normal !important;
			margin: 10px 0 0 0 !important;
		}
		#fmk_log p a:hover {
			background-color: #b6015f !important;
			color: #fff !important;
		}		
		#fmk_log ul {
			width: 120px;
			float: right;
			margin: 10px 10px 0 0  !important;
		}
		
		#fmk_log ul li {
			background-image: none !important;
			margin: 0 0 0 10!important;
			text-align: right !important;
		}
		#fmk_log ul li a {
			color: #b6015f !important;
			font-size: 10px !important; 
		}	
		#fmk_log ul li a:hover {
			background-color: #b6015f !important;
			color: #fff !important;
		}	


/* --------------------------------------------------------------------------------
	NAVIGATION
-------------------------------------------------------------------------------- */

#gc_nav {
	height: 20px;
	margin: 0 20px;
	background-color: transparent !important;
	background-image: url(/images/planetedurable/default/nav.jpg) !important;
	height: 26px;
}

#gc_nav li {
	float: left;
	line-height: 26px;	
}

#gc_nav li.sansBordure {
	background-image: none !important;
}

#gc_nav li a {
	font-size: 10px;
	color: #32491f;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold !important;	
	display: block;
	height: 26px;
	padding: 0 5px;
}

#gc_nav #gc_nav_titre {
	padding: 0 5px;	
	margin: 0 20px 0 0;
}
#gc_nav #gc_nav_titre a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;	

}

#gc_nav li a:hover {
	background-color: #5b823b;
}
#gc_nav li a.active {
	color: #fff;
	background-color: #5b823b;
}


/*********************************************************************************/

#gc_actu img {
	margin: 0 0 0 0;
}

/* --------------------------------------------------------------------------------
	FOOTER
-------------------------------------------------------------------------------- */

#gc_footer {
	height: 20px;	
	width: 764px;
	margin: 0 auto;
	background-image: url(/images/planetedurable/default/footer.jpg) !important;
	background-repeat: repeat-x;
	height: 27px;
}

#gc_footer p {
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 26px;
}

#gc_footer p a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 0 4px 0 4px;
}

#gc_footer p a.last {
	background-image: none !important;
}

#gc_footer p a:hover {
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------
	CHARTE GRAPHIQUE
-------------------------------------------------------------------------------- */

#gc_content {
	padding: 0 10px;	
}


/****** Titres ******/

#gc_content h1 {
	color: #6b8a17;
	font-size: 18px;
	padding: 15px 0 0 0;
	margin: 10px 20px 10px 20px;
}

#gc_content h2 {
	color: #6b8a17;
	font-size: 14px;
	padding: 10px 0 10px 20px;
}

#gc_content h3 {
	color: #b6015f;
	font-size: 12px;
	margin: 15px 0 0 20px;
}

/****** Paragraphes ******/

#gc_content p {
	color: #48453e;
	margin: 5px 20px 10px 20px;
	line-height: 18px;
	text-align: justify;
	font-size: 11px;
}

/****** Liens ******/

#gc_content a {
	text-decoration: underline;
	color: #b6015f;
	font-size: 11px;
}

#gc_content a:hover {
	color: #fff;
	background-color: #b6015f;
}

/****** Listes ******/

#gc_content ul, #gc_content ol {
	margin: 10px 20px 15px 20px;
}

#gc_content ul li, #gc_content ol li {
	color: #48453e;
	background-image: url(/images/planetedurable/default/puce.jpg) !important;
	background-position: left 7px;
	background-repeat: no-repeat;	
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
	height: auto !important;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;
}

/****** Tableaux / Formulaires ******/

#gc_content th {
	text-align: right !important;
	font-weight: bold;
	padding: 15px 0 0 0 !important; 
	margin: 0 0 0 0 !important;
	width: 350px;
	vertical-align: top;
	color: #48453e;
}

#gc_content th label {
	font-size: 11px !important;
}

#gc_content td {
	padding: 12px 0 0 10px !important;
	font-weight: normal;
	color: #48453e !important;
	font-size: 13px !important;
}

#gc_content input {
	background-color: #fff;
	border: 1px solid #798187;
	width: 185px !important;	
}

#gc_content select {
	background-color: #fff;
	border: 1px solid #798187;
	width: 185px !important;
}

#gc_content textarea {
	background-color: #fff;
	border: 1px solid #798187;
	width: 350px !important;
}

.Help {
	font-size: 10px;
	font-style: italic;
	color: #a4a5a7;
	width: 230px;
}

.help {
	font-size: 10px;
	font-style: italic;
	color: #a4a5a7;
	width: 230px;
}


/*Bouton d'envoi*/
#gc_content .inputSubmit {
	width: auto !important;
	border: 0;
	background-color: #b6015f !important;
	margin: 0 0 20px -20px;
	cursor: pointer;
	padding: 2px 5px 2px 15px;
	color: #fff !important;
	font-weight: normal;
	border: none !important;
	background-image: url(../../../images/planetedurable/default/submit_bg.jpg) !important;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#gc_content .inputSubmit:hover {
}

.ligneFoncee {
	background-color: #f5e6ee;	
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	INSCRIPTION
-------------------------------------------------------------------------------- */

/*Champs numéro de téléphone*/
#tel_1_code {
	padding: 3px 5px 0 5px;	
}

#membres_Add #tel_1 {
	width: 150px !important;
}

/*Champs Date de naissance*/
#bday select {
	width: 59px !important;	
	margin: 0 5px 0 0;
}

#membres_Add .inputSubmit {
	width: auto !important;
	border: 0;
	background-color: transparent;
	margin: 0 0 20px -20px;
	cursor: pointer;
	padding: 2px 5px;
	color: #919887;
	font-weight: normal;
	border: 1px solid #798187;
}

#membres_Add .inputSubmit:hover {
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	IDENTIFICATION
-------------------------------------------------------------------------------- */

/*Taille des labels*/
#frmMembre tr th {
	width: 350px;	
}

/*Bouton d'envoi*/


/*Champs "se souvenir de moi" */
#fmk_souv input {
	width: auto !important;	
	margin: 2px 10px 0 0;
	padding: 0 0 0 0;
	float: left;
}

#membres_Connect p.membres_Connect_nav {
	margin: 0 0 20px 360px;	
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	CALCULETTE ECOLOGIQUE
-------------------------------------------------------------------------------- */

/*Taille des labels*/
.tb_calculetteEcolo tr th {
	width: 370px !important;
	text-align: right;
}

/* Champs de la calculette écologique */
.tb_calculetteEcolo tr td input#consommation, .tb_calculetteEcolo tr td input#CO2, .tb_calculetteEcolo tr td input#prixCarburant, .tb_calculetteEcolo tr td input#nbKm, .tb_calculetteEcolo tr td input#nbPersonnes {
	width: 59px !important;	
	margin: 0 5px 0 0;
}

/* Resultat de la calculette écolo */
#gc_content .calculette_ecolo tr th {
	font-weight: bold !important;
	text-align: center !important;
}

#gc_content .calculette_ecolo tr td {
	text-align: center !important;
}

#ecologie_CalculEcolo .inputSubmit {
	margin: 0 0 20px 0;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	RECHERCHE DE TRAJET
-------------------------------------------------------------------------------- */

/*Largeur du formulaire*/
#frmTrajet table tr th {
	width: 350px !important;		
}

/* Plage horaire des options du trajet */
p.indente select#heureMini {
	width: 57px !important;	
}

p.indente select#heureMaxi {
	width: 57px !important;	
}

/* Date de départ des options du trajet */
input#dateDepart {
	width: 65px !important;
	
}

select#plusMoinsJours {
	width: 65px !important;	
}

/* Jours auxquels se déroulent le trajet des options du trajet */
#ligneJours tr th {
	text-align: center !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 60px !important;
}

#ligneJours tr td input {
	width: auto !important;	
}

#recherche_formVille .inputSubmit {
	margin: 0 0 20px 0;
}

/*********************************************************************************/


/* --------------------------------------------------------------------------------
	RESULTAT RECHERCHE
-------------------------------------------------------------------------------- */
#gc_content .resultRechercheNav  {
	background-image: none !important;
}
#gc_content .resultRechercheNav li {
	background-image: none !important;
	float: left;
	margin: 0 20px 0 0 !important;
	padding: 0 !important;
}
.resultRechercheNav li#lienNouvRecherche a {
	display: block;
	margin: 20px 0 10px 5px;
	_margin: 20px 0 10px 17px;
	float: left;
	background-color: #6b8a17;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: auto !important;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
}
.resultRechercheNav li#lienNouvRecherche a:hover {
	text-decoration: underline!important;
}

.resultRechercheNav li#lienTrajetRetourRecherche a {
	display: block;
	margin: 20px 0 10px 5px;
	_margin: 20px 0 10px 0;
	float: left;
	background-color: #6b8a17;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: auto !important;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
}

*+html .resultRechercheNav li#lienTrajetRetourRecherche a {
	margin: 20px 0 10px 0;
}

.resultRechercheNav li#lienTrajetRetourRecherche a:hover {
	text-decoration: underline!important;
}

#gc_content  #menuRecherche {
	margin: 5px 0 0 0;
	_margin: 5px 0 0 20px;
	padding: 0;	
}

#menuRecherche a#lienInfosRecherche {
	display: block;
	margin: 10px 0 10px 25px;
	float: left;
	background-color: #d2007b;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: auto !important;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
}

#menuRecherche a#lienFiltreRecherche {
	display: block;
	margin: 10px 0 10px 15px;
	float: left;
	background-color: #d2007b;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	width: auto !important;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
}

#menuRecherche a#lienFiltreRecherche:hover, #menuRecherche a#lienInfosRecherche:hover {
	text-decoration: underline!important;
}

 .resultRechercheNav li#lienTrajetRetourRecherche a:hover, .resultRechercheNav li#lienNouvRecherche a:hover {
	text-decoration: underline;
}

#lienRecherche tr th {
	text-align: center !important;
	padding: 20px 0 0 40px;
	border: none !important;
background-color: transparent !important;
}


#frmRecherche table#infosRecherche tr th {
	width: 120px !important;	
}

#frmRecherche select#heureMini {
	width: 57px !important;
}

#frmRecherche select#heureMaxi {
	width: 57px !important;
}

#frmRecherche select#rayonRecherche {
	width: 65px !important;
}

#frmRecherche table#filtreRecherche tr th {
	width: 120px !important;	
}



/**** Tableau de resultat de la recherche ****/
#gc_content .tb_recherche_result {
	margin: 20px 0 20px 20px;
	width: 740px !important;	
	font-size: 1em !important;
	border: none !important;
	background-color: none !important;
}

#gc_content .tb_recherche_result td {
	text-align: left !important;
	padding: 5px 0 5px 10px !important;
	color: #000 !important;
	font-size: 0.9em !important;
}

/* Ligne d'en-tête du tableau */

#gc_content .tb_recherche_result tr th {
	font-size: 12px !important;
	font-weight: bold !important;
	width: auto;
	text-align: left !important;
	padding: 0 0 0 10px !important;
	vertical-align: middle !important;
	height: 50px !important;
	background-color: #b6015f !important;
	color: #fff;
}

#gc_content #favorisCheckbox, #gc_content #villeEtape {
	width: auto !important;	
}

/*********************************************************************************/ 

/* --------------------------------------------------------------------------------
	PAGINATION
-------------------------------------------------------------------------------- */

.pagination {
	padding: 0 0 0 0;
	color: #eee2c4 !important;
	maregin: 0;
}

.pagination a {
	color: #fff !important;
	padding: 5px;
	background-color: #6b8a17;
	text-decoration: none !important;
	font-size: 11px !important;
	border: 1px solid #6b8a17 !important;
	
}

.pagination a:hover {
	color: #6b8a17 !important;
	background-color: #fff !important;
	
}

.pagination b {
	color: #6b8a17 !important;
	padding: 5px;
	background-color: #fff !important;
	text-decoration: none !important;
	font-size: 11px !important;
	border: 1px solid #6b8a17  !important;
}

/*********************************************************************************/  

/* --------------------------------------------------------------------------------
	ZONE MEMBRES
-------------------------------------------------------------------------------- */

#gc_content #menuEspaceMembre {
	margin: 30px 0 0 0;
	padding: 0 0 0 0;	
}

#gc_content #menuEspaceMembre li  {
	width: 740px;
	margin: 10px 20px 0 20px;
	padding: 2px 0 20px 0;
	background-image: none !important;
	background-color: #f0f3e7;
}

#gc_content #menuEspaceMembre li span {
	display: block;
	font-weight: bold;
	padding: 0 !important;
	margin: 20px 0 0 20px !important; 
	color: #6b8a17;
	background-image: none  !important; 
	border: 0  !important;
	font-size: 12px;
}


#gc_content #menuEspaceMembre li ul {
	margin: 6px 0 0 20px;
	_margin: 6px 0 0 0;
	padding: 0 0 0 0;
	_padding: 0 0 0 10px;
	width: 400px !important;
}

#gc_content #menuEspaceMembre li ul li {
	color: #48453e;
	background-image: url(/images/planetedurable/default/puce.jpg) !important;
	background-position: left 7px;
	background-repeat: no-repeat;	
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
	height: auto !important;
	border: 0 !important;
	width: 400px !important;
}

#gc_content #menuEspaceMembre li span {
	display: block;
	margin: 10px 0 7px 10px;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	MESSAGERIE
-------------------------------------------------------------------------------- */

/**** Tableau de messagerie ****/
.tb_messagerie {
	margin: 20px 0 20px 20px;
	width: 740px !important;	
	font-size: 1em !important;
	border: none !important;
	background-color: none !important;
}

#gc_content .tb_messagerie td {
	text-align: left !important;
	padding: 5px 0 5px 10px !important;
	color: #000 !important;
	font-size: 0.9em !important;
}

#gc_content .tb_messagerie tr th {
	font-size: 12px !important;
	font-weight: bold !important;
	width: auto;
	text-align: left !important;
	padding: 0 0 0 10px !important;
	vertical-align: middle !important;
	height: 50px !important;
	background-color: #b6015f !important;
	color: #fff;
}

.fmk_fav label {
	margin: 0 !important;	
	padding: 0 !important;
}
input#membreFavorisCheckbox {
	margin: 0 0 0 10px;
	padding: 10px 0 0 0 !important;
	width: auto !important;		
}


/*********************************************************************************/

/* --------------------------------------------------------------------------------
	EVENEMENTS
-------------------------------------------------------------------------------- */

/**** Tableau ****/
#listeEvenements {
	margin: 20px 0 20px 20px;
	width: 740px !important;	
	font-size: 1em !important;
	border: none !important;
	background-color: none !important;
}

#listeEvenements td {
	text-align: left !important;
	padding: 5px 0 5px 10px !important;
	color: #000 !important;
	font-size: 0.9em !important;
}


#listeEvenements tr th {
	font-size: 12px !important;
	font-weight: bold !important;
	width: auto;
	text-align: left !important;
	padding: 0 0 0 10px !important;
	vertical-align: middle !important;
	height: 50px !important;
	background-color: #b6015f !important;
	color: #fff;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	FAVORIS
-------------------------------------------------------------------------------- */

/**** Tableau ****/
#gc_content .tb_favoris {
	margin: 20px 0 20px 20px;
	width: 740px !important;	
	font-size: 1em !important;
	border: none !important;
	background-color: none !important;
}

#gc_content .tb_favoris td {
	text-align: left !important;
	padding: 5px 0 5px 10px !important;
	color: #000 !important;
	font-size: 0.9em !important;
}

#gc_content .tb_favoris tr th {
	font-size: 12px !important;
	font-weight: bold !important;
	width: auto;
	text-align: left !important;
	padding: 0 0 0 10px !important;
	vertical-align: middle !important;
	height: 50px !important;
	background-color: #b6015f !important;
	color: #fff;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	EQUIPAGE
-------------------------------------------------------------------------------- */

/**** Tableau ****/
#gc_content .tb_equipage {
	margin: 20px 0 20px 20px;
	width: 740px !important;	
	font-size: 1em !important;
	border: none !important;
	background-color: none !important;
}

#gc_content .tb_equipage td {
	text-align: left !important;
	padding: 5px 0 5px 10px !important;
	color: #000 !important;
	font-size: 0.9em !important;
}

#gc_content .tb_equipage tr th {
	font-size: 12px !important;
	font-weight: bold !important;
	width: auto;
	text-align: left !important;
	padding: 0 0 0 10px !important;
	vertical-align: middle !important;
	height: 50px !important;
	background-color: #b6015f !important;
	color: #fff;
}

/* Taille des select */
#frmPlanning select {
	width: 59px !important;	
	margin: 0 5px 0 0;			
}

#frmPlanning tr th {
	font-weight: bold !important;	
	text-align: center !important;
}

#gc_content .tb_equipage tr th {
	text-align: left !important;
	padding: 0 0 0 10px !important;
}

#equipages_Detail .inputSubmit {
	margin: 0 0 0 300px;		
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	AJOUTER UN TRAJET
-------------------------------------------------------------------------------- */

#frmRecherche .tb_jours {
	width: 200px !important;
}

#frmRecherche tr#ligneJoursRetour {
	width: 200px !important;
}

#frmRecherche #retour_jour_1, #frmRecherche #retour_jour_2, #frmRecherche #retour_jour_3, #frmRecherche #retour_jour_4, #frmRecherche #retour_jour_5, #frmRecherche #retour_jour_6, #frmRecherche #retour_jour_7, #frmTrajet #heureMini_1, #frmTrajet #heureMini_2, #frmTrajet #heureMini_3, #frmTrajet #heureMini_4, #frmTrajet #heureMini_5, #frmTrajet #heureMini_6, #frmTrajet #heureMini_7, #frmTrajet #heureMaxi_1, #frmTrajet #heureMaxi_2, #frmTrajet #heureMaxi_3, #frmTrajet #heureMaxi_4, #frmTrajet #heureMaxi_5, #frmTrajet #heureMaxi_6, #frmTrajet #heureMaxi_7, #frmTrajet  #retour_heureMini_1, #frmTrajet #retour_heureMini_2, #frmTrajet #retour_heureMini_3, #frmTrajet #retour_heureMini_4, #frmTrajet #retour_heureMini_5, #frmTrajet #retour_heureMini_6, #frmTrajet #retour_heureMini_7, #frmTrajet #retour_heureMaxi_1, #frmTrajet #retour_heureMaxi_2, #frmTrajet #retour_heureMaxi_3, #frmTrajet #retour_heureMaxi_4, #frmTrajet #retour_heureMaxi_5, #frmTrajet #retour_heureMaxi_6, #frmTrajet #retour_heureMaxi_7, #frmTrajet #retour_jour_1, #frmTrajet #retour_jour_2, #frmTrajet #retour_jour_3, #frmTrajet #retour_jour_4, #frmTrajet #retour_jour_5, #frmTrajet #retour_jour_6, #frmTrajet #retour_jour_7 {
	width: auto !important;	
}

#frmRecherche .tb_jours select {
	width: 59px !important;	
	margin: 0 5px 0 0;
}	

#frmRecherche .tb_jours tr th {
	text-align: center !important;
}

#frmRecherche input#trajetAllerRetour_aller {
	width: auto !important;	
	margin: 0 5px 0 5px !important;
}

#frmRecherche input#trajetAllerRetour_retour, #frmRecherche input#colis, #frmRecherche input#animal, #frmRecherche input#trajetFavoris {
	width: auto !important;	
	margin: 0 5px 0 5px !important;
}

#frmRecherche select#placesDispo, #frmRecherche input#tarifParPersonne, #frmRecherche input#dateLimite {
	width: 59px !important;	
	margin: 0 5px 0 0;
}	

table#tableau_retour.tb_general.tb_trajet_form tr th{
     width:200px!important;
}
table#tableau_retour.tb_general.tb_trajet_form tr td{
	display:block!important;
	width:200px!important;
}

#frmRecherche #entrepriseOnly {
	width: auto !important;	
}

#trajets_AddTrajet .inputSubmit {
	margin-left: 300px;	
}

#trajets_Add .inputSubmit {
	margin-left: 310px;	
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	HOME
-------------------------------------------------------------------------------- */

#fmk_home_content_search {
	width: 400px;
	border: 1px #b6015f solid;
	margin: 7px 20px 20px 20px;
	float: right;
}

#fmk_home_content_search h2 {
	background-color: #b6015f;
	color: #fff;
}


#fmk_home_content_search label {
	margin: 0 0 0 100px;
}

#fmk_home_content_search input,#fmk_home_content_search select {
	margin: 2px 0 10px 100px;
}

#fmk_home_content_search .button {
	width: auto !important;
	border: 0;
	background-color: transparent;
	margin: 0 0 20px -20px;
	cursor: pointer;
	padding: 2px 5px;
	color: #000;
	font-weight: normal;
	border: 1px solid #798187;
	margin: 0 0 0 80px;
}

#fmk_home_content_search .button:hover {
}

p#presentation {
	margin: 0 20px !important;
	text-align: justify;
}

p.gc_advancedSearch {
	text-align: left !important;	
	font-size: 10px !important;
}

#Evenement {
	margin: 20px;	

}

.gc_evenement_get {
	margin: 20px 20px 0 20px !important;
	text-align: justify;
	color: #48453e;
	line-height: 18px;
}

.gc_evenement_get p {
	margin: 10px 0 5px 0 !important;
}

div.h1TexteSupplementaire {
	margin: 0 0 0 20px !important;	
}
