/* --------------------------------------------------------------------------------
	CSS Document 
	
	Projet: CG77
	Créé le: 13/08/2009
	Auteur: Greencove Ingénierie
	E-mail: contact@greencove.net
	Site web: http://www.greencove.fr/
	Langue: FR
	
	Sommaire:	REINITIALISATION

-------------------------------------------------------------------------------- */

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

#zoomtexte {
	margin-left: 40px;
	font-style: italic;
	color: #fff;
}

#to4, #to5 {
width:20px;
}

html {
	font-size: 100%;
}	

#fmk_footer{
background-color:#fff;	
}

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

/* --------------------------------------------------------------------------------
	GENERAL
-------------------------------------------------------------------------------- */

body {
	background-color: #e7e7e7;	
	font-family: Arial, Helvetica, sans-serif;
}

.gras {
	font-weight: bold;	
}

.ital {
	font-style: italic;	
}

.clear {
	clear: both;	
}

.error, .avertissement {
	padding: 5px;
	border: 1px solid red;
	background-color: #f9e8e8;
	font-weight: bold;
}


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

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


#fmk_global {
	width: 1024px;
	margin: 0 auto;
	background-color:#FFF;
}

#fmk_globalHome {
	width: 1024px;
	margin: 0 auto;
	background-image:url(../../../images/cg77/default/backgroundContent.gif);
	background-repeat:repeat-y;
}

	#fmk_content_bis {
		background-image: url(../../../images/cg77/default/bg_sidebar.gif)	;
		background-repeat: no-repeat;
	}
		
		#fmk_sidebar {
			width: 230px;
			float: left;
		}
		
		#fmk_contentMain {
			width: 700px;
			float: left;
			margin: 0 0 0 20px;
			padding: 0 0 20px 0;
		}

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

/* --------------------------------------------------------------------------------
	HEADER
-------------------------------------------------------------------------------- */

#fmk_banner {
	background-image: url(../../../images/cg77/default/banner.gif);
	background-repeat: no-repeat;
	height: 168px;
}
	#fmk_banner h2, #fmk_banner h3, #fmk_banner h4 {
		text-indent: -9999em;
	}

#fmk_nav {
	background-image: url(../../../images/cg77/default/nav.png);
	background-repeat: no-repeat;
	height: 25px;
	padding: 0 0 0 120px;
}
	#fmk_nav li {
		float: left;
		margin: 0 0 0 20px;
		line-height: 24px;
	}
		#fmk_nav li a {
			color: #fff;
			font-size: 14px;
			text-decoration: none;
			font-weight: bold;
		}
		#fmk_nav li a:hover {
			color: #fecc00;
		}

		
				#fmk_nav li a.pageActive {
			color:#FECC00;
		}

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

/* --------------------------------------------------------------------------------
	COLONNE GAUCHE
-------------------------------------------------------------------------------- */

#fmk_sidebar h3 {
	color: #8b3288;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 10px;
	line-height: 26px;
}

#fmk_nav_sidebar {
	padding: 30px 0 30px 0;
}

#fmk_nav_sidebar li {
	margin: 0 0 0 30px;
	line-height: 20px;
}

#fmk_nav_sidebar li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}



#fmk_nav_sidebar li a:hover {
	color: #fecc00;
}

#fmk_nav_sidebar li a.active {
	font-weight: bold;
}

#fmk_nav_sidebar li a.pageActive {
	color:#FECC00;
}

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

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

#fmk_footer {
	border-top: 2px solid #8b3288;
height:37px;

}

	#fmk_footer p.fmk_footer_adresse {
		color: #696969;
		width: 430px;
		padding: 10px 0 15px 30px;
		float: left;
	}
	
	#fmk_footer ul.fmk_footer_links li {
		float: left;
		margin: 10px 20px 0 0;
	}
		#fmk_footer ul.fmk_footer_links li a {
			color: #696969;
			font-weight: bold;
			text-decoration: none;
		}
		#fmk_footer ul.fmk_footer_links li a:hover {
			text-decoration: underline;
		}

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

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

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

#fmk_contentMain h1 {
	color: #8b3288;
	font-size: 28px;
	padding: 15px 0 3px 0;
	margin: 10 0 10px 0;
}

#fmk_contentMain h2 {
	color: #e51987;
	font-size: 16px;
	padding: 20px 0 5px 0;

}

#fmk_contentMain h3 {
	color: #000;
	font-size: 14px;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #e51987;
}

#fmk_contentMain h4 {
	color: #000;
	font-size: 12px;
	margin: 20px 0 0 10px;
}

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

#fmk_contentMain p {
	color: #000;
	margin: 20px 0 0 0;
	line-height: 1.5em;
}

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

#fmk_contentMain a {
	text-decoration: underline;
	color: #e51987;
	font-weight: bold;
}

#fmk_contentMain a:hover {
	color: #8b3288;
}

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

#fmk_contentMain ul {
	margin: 15px 0 0 0;
}

#fmk_contentMain ul li, #fmk_contentMain ol li {
	color: #000;
	background-image: url(../../../images/cg77/default/puce_liste_02.jpg) !important;
	background-position: left 4px;
	background-repeat: no-repeat;	
	padding: 0 0 0 15px;
	margin: 10px 0 0 20px;
	height: auto !important;

}


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

#fmk_contentMain th {
	text-align: right !important;
	font-size: 13px !important;
	font-weight: bold;
	padding: 14px 0 0 0 !important; 
	margin: 0 !important;
	width: 350px;
	vertical-align: top;
	color: #8b3288;
}

#fmk_contentMain td {
	padding: 12px 0 0 10px !important;
	font-weight: normal;
	color: #8a3286 !important;
	font-size: 13px !important;
}

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

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

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

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

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

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

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

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

#tel_1 {
	width: 120px !important;
}

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

/*Bouton d'envoi*/
#frmMembre .input_txt .inputSubmit {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/inputSubmit02.png);
	background-repeat: no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: 300px !important;
	padding: 6px 0 20px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

#frmMembre .input_txt .inputSubmit:hover {
	color: #000;
}

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

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

/*Bouton d'envoi*/
#frmMembre .inputSubmit {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/inputSubmit02.png);
	background-repeat: no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: 300px !important;
	padding: 6px 0 20px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

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

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

/*Taille des labels*/
.tb_calculetteEcolo tr th {
	width: 320px !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 */
#fmk_contentMain .calculette_ecolo tr th {
	font-weight: bold !important;
	text-align: center !important;
}

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

/*Bouton d'envoi*/
#frmCalculEcolo .inputSubmit {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/inputSubmit.png);
	background-repeat: no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: 200px !important;
	padding: 6px 0 20px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

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

/* --------------------------------------------------------------------------------
	CONTACT
-------------------------------------------------------------------------------- */

/*Taille des labels*/
#frmContact tr th {
	width: 200px;	
}

/*Bouton d'envoi*/
#frmContact .inputSubmit {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/inputSubmit.png);
	background-repeat: no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: 200px !important;
	padding: 6px 0 20px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

#frmContact  .inputSubmit:hover {
	color: #000;	
}

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

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

/*Taille des labels*/
.tb_calculetteEcolo tr th {
	width: 320px !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 */
#fmk_contentMain .calculette_ecolo tr th {
	font-weight: bold !important;
	text-align: center !important;
}

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

/*Bouton d'envoi*/
#frmCalculEcolo .inputSubmit {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/inputSubmit.png);
	background-repeat: no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: 200px !important;
	padding: 6px 0 20px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

#frmCalculEcolo .inputSubmit:hover {
	color: #000;	
}

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

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

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

/*Bouton d'envoi*/
#frmTrajet .inputSubmit {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/inputSubmit.png);
	background-repeat: no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: 200px !important;
	padding: 6px 0 20px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

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

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

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

/**** Tableau ****/
#listeEvenements {
	margin: 20px 0 20px 0;
	color: #8a3286 !important;
	width: 100% !important;
	border: 1px solid  #e2017b !important;
}

#listeEvenements td {
	text-align: left !important;
	color: #8a3286 !important;
	padding: 0 0 0 10px !important;
}


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

#fmk_contentMain #listeEvenements tr td a {
	color: #e2017b !important;	
}

#fmk_contentMain #listeEvenements tr td a:hover {
	text-decoration: none;
}

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

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

#fmk_contentMain #menuEspaceMembre {
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	width: 700px !important;
	
}

#fmk_contentMain #menuEspaceMembre li  {
	border: 1px solid #ffcc00;
	width: 260px;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0 0 20px 0;
	background-image: none !important;
}

#fmk_contentMain #menuEspaceMembre li span {
	display: block;
	font-weight: bold;
	padding: 0 !important;
	margin: 20px 0 0 20px !important; 
	color: #8a3286;
	font-size: 13px;
	background-image: none  !important; 
	border: 0  !important; 
}


#fmk_contentMain #menuEspaceMembre li ul {
	margin: 6px 0 0 20px;
	_margin: 6px 0 0 0;
	padding: 0 0 0 0;
	_padding: 0 0 0 10px;
}

#fmk_contentMain #menuEspaceMembre li ul li {
	color: #8a3286;
	background-image: url(../../../images/cg77/default/puce_liste.gif) !important;
	background-position: left 2px;
	background-repeat: no-repeat;	
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
	height: auto !important;
	border: 0 !important;
	width: 150px !important;
}

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

#fmk_contentMain #menuEspaceMembre li ul li a {
	background-image: none;
	height: auto;
	color: #e2017b;
	font-weight: bold;
}

#fmk_contentMain #menuEspaceMembre li ul li a:hover {
	text-decoration: none;
}

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

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

/**** Tableau de messagerie ****/
.tb_messagerie {
	margin: 20px 0 20px 0;
	width: 100% !important;
	border: 1px solid  #e2017b !important;
	color: #8a3286 !important;
}

.tb_messagerie td {
	text-align: left !important;
	color: #8a3286 !important;
	padding: 0 0 0 10px !important;
}

/* Ligne d'en-tête du tableau */
#fmk_contentMain .tb_messagerie tr th {
	text-align: center !important;
}

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

/* Lien du tableau */
#fmk_contentMain .tb_messagerie tr td a {
	color: #e2017b !important;		
}

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

.ligneFoncee {
	background-color: #ffcc00 !important;	
}

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

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

/**** Tableau ****/
.tb_favoris {
	margin: 20px 0 20px 0;
	width: 100% !important;
	border: 1px solid  #e2017b !important;
	color: #8a3286 !important;
}

.tb_favoris td {
	text-align: center !important;
	color: #000 !important;
	padding: 0 0 0 10px !important;
}

/* Ligne d'en-tête du tableau */
#fmk_contentMain .tb_favoris tr th {
	text-align: center !important;
}

/* Lien du tableau */
#fmk_contentMain .tb_favoris tr td a {
	color: #e2017b !important;		
}

#fmk_contentMain .tb_favoris tr td a:hover {
	text-decoration: none;
}

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

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

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

/**** Tableau ****/
.tb_equipage {
	margin: 20px 0 20px 0;
	width: 100% !important;
	border: 1px solid  #e2017b !important;
	color: #8a3286 !important;
}

.tb_equipage td {
	text-align: left !important;
	padding: 0 0 0 10px !important;
}


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

/* Lien du tableau */
#fmk_contentMain .tb_equipage tr td a {
	color: #e2017b !important;
}

#fmk_contentMain .tb_equipage tr td a:hover {
	text-decoration: none;
}

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

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

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

#frmPlanning .inputSubmit {
		background-color: transparent;
	background-image: url(../../../images/cg77/default/inputSubmit.png);
	background-repeat: no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: 200px !important;
	padding: 6px 0 20px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

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

/* --------------------------------------------------------------------------------
	RESULTAT RECHERCHE
-------------------------------------------------------------------------------- */
#fmk_contentMain .resultRechercheNav  {
	background-image: none !important;
}
#fmk_contentMain .resultRechercheNav li {
	background-image: none !important;
	float: left;
	margin: 0 20px 0 0 !important;
	padding: 0 !important;
}
.resultRechercheNav li#lienNouvRecherche a {
	display: block;
	font-size: 12px;
	color: #e2007a;
	margin: 20px 0 10px 5px;
	padding: 0 0 0 0px !important;
	float: left;
	font-weight: bold !important;
	text-transform: uppercase;
	text-decoration: none;
	background-image: none !important;
}

.resultRechercheNav li#lienTrajetRetourRecherche a {
	display: block;
	font-size: 12px;
	color: #e2007a;
	margin: 20px 0 10px 5px;
	padding: 0 0 0 0px !important;
	float: left;
	font-weight: bold !important;
	text-transform: uppercase;
	text-decoration: none;
	background-image: none !important;
}

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

#menuRecherche a#lienInfosRecherche {
	display: block;
	background-image: url(../../../images/cg77/default/picto_recherche.jpg) !important;
	background-repeat: no-repeat;
	width: 107px !important;
	height: 32px !important;
	text-align: left;
	line-height: 32px;
	font-size: 12px;
	color: #e2007a;
	padding: 0 0 0 40px !important;
	float: left;
	font-weight: bold !important;
	text-transform: uppercase;
	text-decoration: none;
}

#menuRecherche a#lienFiltreRecherche {
	display: block;
	background-image: url(../../../images/cg77/default/picto_filtre.jpg) !important;
	background-repeat: no-repeat;
	height: 32px !important;
	text-align: left;
	line-height: 32px;
	font-size: 12px;
	color: #e2007a;
	margin: 0 0 10px 5px;
	padding: 0 0 0 40px !important;
	float: left;
	font-weight: bold !important;
	text-transform: uppercase;
	text-decoration: none;
}

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

 .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: 100px !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: 100px !important;	
}

#frmRecherche .inputSubmit {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/inputSubmit.png);
	background-repeat: no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	border: none;
	width: 200px !important;
	padding: 6px 0 20px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}



/**** Tableau de resultat de la recherche ****/
.tb_recherche_result {
	margin: 20px 0 20px 0;
	width: 100% !important;
	border: 1px solid  #e2017b !important;
	color: #8a3286 !important;
}

.tb_recherche_result td {
	text-align: center !important;
	color: #000 !important;
}

/* Ligne d'en-tête du tableau */
#fmk_contentMain .tb_recherche_result tr th {
	text-align: center !important;
}

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



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

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

.pagination a {
	color: #8b3288 !important;
	padding: 8px;
	background-image: url(../../../images/cg77/default/pagination01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none !important;
	font-size: 11px !important;
	
}

.pagination a:hover {
	color: #fff !important;
	padding: 8px;
	background-image: url(../../../images/cg77/default/pagination02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}

.pagination b {
	padding: 8px;
	background-image: url(../../../images/cg77/default/pagination02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff !important;
	font-weight: bold;
}

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

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

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

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

#fmk_home_deco {
	width: 120px;
	float: left;
	background-image: url(../../../images/cg77/default/deco_home.gif);
	background-repeat: no-repeat;
	height: 500px;
}

#fmk_home_content {
	width: 574px;
	float: left;	
}

#fmk_home_sidebar {
	width: 330px;

	height:auto!important;

	float: left;	
	background-color: #fecc00;
}


/* Sidebar */
#fmk_home_sidebar {
	padding: 10px 0 50px 0;
}

#fmk_home_sidebar ul#fmk_home_sidebar_links  {
	margin: 0 0 0 0;
	padding: 0;
}

#fmk_home_sidebar ul#fmk_home_sidebar_links li {
	margin: 0 0 20px 0;
	padding: 0;
}

#fmk_home_sidebar ul#fmk_home_sidebar_links li ul {
	margin: 0 0 0 70px;
	padding: 0;
}

#fmk_home_sidebar ul#fmk_home_sidebar_links li ul li {
	padding: 10px 0 0 40px;
	margin: 0;
	background-image: url(../../../images/cg77/default/puce_liste_02.gif);
	background-repeat: no-repeat;
	width: 200px;
}

#fmk_home_sidebar ul#fmk_home_sidebar_links li ul li a {
	color: #8b3288;
	font-weight: bold;
	text-decoration: none;
}

#fmk_home_sidebar ul#fmk_home_sidebar_links li ul li a:hover {
	text-decoration: underline;
}

#fmk_home_sidebar li h3 {
	margin: 0 0 0 10px;
	width: 318px;
	height: 52px;
	text-indent: -9999em;
}

#fmk_home_sidebar #fmk_home_sidebar_communaute_code {
	background-image: url(../../../images/cg77/default/code_communaute.jpg);
	background-repeat: no-repeat;
	height: 130px;
	margin: 10px 0 0 40px;
}

#fmk_home_sidebar .fmk_home_sidebar_communaute_collectivite {
	border-top: 2px dotted #e2007a;
	margin: 15px 0 0 70px;
	padding: 15px 0 0 0;
}

#fmk_home_sidebar #fmk_home_sidebar_inscription {
	background-image: url(../../../images/cg77/default/titre_connexion.gif);
	background-repeat:no-repeat;
}
#fmk_home_sidebar #fmk_home_sidebar_espaceMembre {
	background-image: url(../../../images/cg77/default/titre_espaceMembre.gif);
	background-repeat:no-repeat;
}

#fmk_home_sidebar #fmk_home_sidebar_communaute {
	background-image: url(../../../images/cg77/default/titre_communaute.gif);
}

#fmk_home_sidebar #fmk_home_sidebar_modeemploi {
	background-image:url(../../../images/cg77/default/titre_mode_emploi.gif);
	background-repeat:no-repeat;
}
#fmk_home_sidebar #fmk_home_sidebar_modeemploi:hover {
	background-image:url(../../../images/cg77/default/titre_mode_emploiHOVER.gif);
}
#fmk_home_sidebar #fmk_home_sidebar_charte {
	background-image:url(../../../images/cg77/default/titre_charte.gif);
	background-repeat:no-repeat;
}
#fmk_home_sidebar #fmk_home_sidebar_charte:hover {
	background-image:url(../../../images/cg77/default/titre_charteHOVER.gif);
	background-repeat:no-repeat;
}

#fmk_home_sidebar #fmk_home_sidebar_avantages {
	background-image:url(../../../images/cg77/default/titre_avantages.gif);
	background-repeat:no-repeat;
}

#fmk_home_sidebar #fmk_home_sidebar_avantages:hover {
	background-image:url(../../../images/cg77/default/titre_avantagesHOVER.gif);
	background-repeat:no-repeat;
}

#inputConnexion{
	width:262px;
	height:46px;
	background-image:url(../../../images/cg77/default/inputConnexion.gif);
	background-repeat:no-repeat;
	background-position:39px 0;
	padding:0 0 10px 42px;
}

p#mdpPerdu{
margin:0 0 15px 70px;	
}

p#mdpPerdu a{
	color: #8b3288;
	font-weight: bold;
	text-decoration: none;
}

#fmk_messConnect #mess{
	color: #8b3288;
	font-weight: bold;
	text-decoration:none;
}

#fmk_messConnect a#mess:hover{
	text-decoration:underline;
}

#liMonProfil, #liSeDeconnecter{
	height:30px;
}

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

#inputConnexion #login_bis{
	width:185px;
margin:2px 0 0 25px;
	color:#8b3288;
border:none;
	background:none;
}

#inputConnexion #password_bis{
		color:#8b3288;
		width:185px;
margin:6px 0 0 18px;
border:none;
	background:none;
	float:left;
}

#inputConnexion #submitConnect{
		float:left;
font-size:10px!important;
		font-weight: bold;
		color:#8b3288;
border:none;
	background:none;
margin:8px 0 0 9px;
padding:none;
}

#fmk_home_sidebar p {
	margin: 0 0 10px 70px;
	color: #8b3288;
	width: 230px;
}

#fmk_home_sidebar p.fmk_home_sidebar_temoignages_auteur {
	margin: 10px 0 0 70px;
	color: #8b3288;
	width: 230px;
	text-align: right;
}

#formulairePDE {
	margin: 0 0 0 25px;	
	padding: 50px 0 0 0;
}

#formulairePDE input {
	width: 190px;
	background: none;
	border: none;
}

#formulairePDE input.inputSubmit {
	width: 35px;
	padding: 0 0 0 5px;
	color: #8b3288;
	font-weight: bold;
}

#fmk_home_sidebar .fmk_home_sidebar_links_inscrir {
	height: 30px;	
	display: block;
}

.fmk_home_content_intro_img {
	float: left;
	margin: 20px 0 0 0;
	width: 180px;
}

#fmk_home_content_intro {
	float: left;
	margin: 20px 0 0 10px;
	width: 350px;
}

#fmk_home_content_intro h3 {
	font-size: 1.1em;
	color: #8b3288;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#fmk_home_content_intro p {
	font-size: 0.9em;
	color: #8b3288;
}

#fmk_home_content_search {
	margin: 30px 0 0 0;	
}

#fmk_home_content_carte {
	margin: 30px 0 0 0;	
}

#fmk_home_content_carte p {
	font-size: 0.9em;
	color: #8b3288;
}

#fmk_home_content_search h3, #fmk_home_content_carte h3 {
	font-size: 1.5em;
	color: #8b3288;
	text-transform: uppercase;
}

#fmk_home_content_search .fmk_help {
	font-size: 0.8em;
	color: #8b3288;
	margin: 0 0 10px 0;
	font-style: italic;
}

#fmk_home_content_search #gc_DepartBox {
	float: left;
	width: 210px;
	width /*\**/:  205px\9;
}

#fmk_home_content_search #gc_ArriveeBox {
	float: left;
	width: 210px !important;
	width /*\**/:  200px\9!important;
}

#fmk_home_content_search #fmk_submit {
	float: left;
	width: 50px;
}

#fmk_formRechHome label {
	font-size: 1em;
	color: #8b3288;
	margin: 0 0 10px 10px;		
}

#fmk_formRechHome input {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/fd_input.jpg);
	border: 0;
	width: 187px;
	width /*\**/: 206px\9;
	height: 14px !important;
	height /*\**/: 20px\9;
	padding: 3px 10px;
	_padding: 4px 10px;
	padding /*\**/:  4px 10px\9;
}

#fmk_formRechHome input.button {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/fd_inputSubmit.jpg);
	border: 0;
	width: 29px;
	height: 20px !important;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	color: #8b3288;
	font-style: italic;
	text-align: left !important;
	padding: 0 0 0 1px!important;
	margin: 15px 0 0 0;
	margin /*\**/:  16px 0 0 0\9;
	padding /*\**/: 0 0 0 5px\9!important;
}

#inputConnexion input.button {
	background-color: transparent;
	background-image: url(../../../images/cg77/default/fd_inputSubmit.jpg);
	border: 0;
	width: 29px;
	height: 20px;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	color: #8b3288;
	font-style: italic;
	text-align: left !important;
	padding: 0 0 0 1px!important;
	margin: 5px 0 0 12px!important;
	margin /*\**/:  6px 0 0 14px\9!important;	

}

#fmk_home_sidebar #fmk_home_sidebar_communaute_code .inputSubmit {
	font-size: 0.8em;
	font-style: italic;
	padding: 0 0 0 2px;

}

.gc_advancedSearch {
	background-image: url(../../../images/cg77/default/picto_search_advanced.jpg);
	background-repeat: no-repeat;
	line-height: 32px;
	margin: 10px 0 0 0;
	padding: 0 0 0 40px;
}

.gc_eventsSearch {
	background-image: url(../../../images/cg77/default/picto_search_events.jpg);
	background-repeat: no-repeat;
	line-height: 32px;
	margin: 10px 0 0 0;
	padding: 0 0 0 40px;
}

.gc_advancedSearch a, .gc_eventsSearch a  {
	font-size: 1em;
	color: #8b3288;
	font-style: italic;
	text-decoration: none;	
}

.gc_advancedSearch a span, .gc_eventsSearch a span  {
	font-size: 1.2em;
	color: #8b3288;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}

.gc_advancedSearch a:hover, .gc_eventsSearch a:hover  {
	color: #000;	
}

#fmk_home_content_events h3 {
	font-size: 1.5em;
	color: #8b3288;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}

.gc_eventsSearch_box {
	width: 250px;
	float: left;
	margin: 10px 10px 0 0;
}

.gc_eventsSearch_box p img {
	float: left;
	margin: 0 10px 0 0;
}

.gc_eventsSearch_box p a {
	text-decoration: none;
	font-size: 0.8em;
	color: #8b3288;
}

.gc_eventsSearch_box p a:hover {
	color: #000;
}

.gc_eventsSearch_box p a span {
	text-transform: uppercase;
	font-weight:bold;
	font-size: 1.2em;
}

.red {
	color: red !important;
	font-weight: bold;
}


/* Tableau derniers trajets */
#derniersTrajets{
color:#8b3288;	
font-size:18px;
margin:10px 0 10px 0;
}

#derniersTrajetsTable td{
background:#8b3288;
padding:5px 10px;
color:#fecc00;
font-weight:bold;
}

#derniersTrajetsTable td.tdColor {
color:#0C0;
width: 30px;
font-size:20px;
}

#derniersTrajetsTable td a {
color:#fecc00;
text-decoration: none;
}

#derniersTrajetsTable{
width:500px;	
margin-bottom:50px;
}
#trajets_Get .tb_jours tr th {
	padding: 0 5px !important;	
}
