@charset "utf-8";
/* CSS Document */

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

/* ------------ rinitialisation des marges pour tous les naviguateurs ----------- */
* {
	margin: auto; 
	padding: 0;
}
/* ------------ rinitialisation des listes pour tous les naviguateurs ----------- */
ul, li {
	list-style : none;
}
/* ------------ rinitialisation des images pour tous les navigateurs ----------- */
img {
	border: none;
}
/* ------------ rinitialisation des liens pour tous les navigateurs ----------- */
a {
	outline: none;
}

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

/* --------------------------------------------------------------------------------
	CLASSES GENERIQUES
-------------------------------------------------------------------------------- */

/* ------------ proprits de la classe clear ----------- */
.clearboth {
	clear: both;
}

h1 {
	font-size: 18px;
	color: #ff9900;
	font-weight: bold;
	padding: 10px 0 10px 10px;
}

h3 {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	padding: 10px 0 0 20px;
}

h4 {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	padding: 10px 0 0 20px;
}

.Help {
	font-size: 9px;
}

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

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

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

#gc_header {
	background-image: url(../../../images/budget/default/banner.jpg);
	background-repeat: no-repeat;
	height: 164px;
	width: 100%;
}

#gc_header #gc_bgMenu {
	background-image: url(../../../images/budget/default/bgMenu.gif);
	background-repeat: repeat-x;
	background-position: 0 100px;
}

#gc_header #gc_menu {
	width: 580px;
	float: left;
}

#gc_header h2 {
	text-indent: -5000px;
	height: 100px;
}

#gc_header ul#gc_nav {
	height: 30px;
	padding: 0 0 0 20px;
	background-color: #ff9900;
}

#gc_header ul#gc_nav li {
	float: left;
	border-right: 1px #fff solid;
	background-color: #ff9900;
}

#gc_header ul#gc_nav li.hover {
	background-color: #000099;
}

#gc_header ul#gc_nav li a {
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
	color: #fff;
	width: auto;
}


#gc_header #gc_homeLogin {
	width: 260px;
	float: left;
	height: 130px;
	background-image: url(../../../images/budget/default/bgHomeLogin.jpg);
	margin: 20px 0 0 0;
}

#gc_formLoginHome #gc_LoginBox label, #gc_formLoginHome #gc_PassBox label {
	width: 110px;
	float: left;
	text-align: right;	
	margin: 5px 0 0 0;
	padding: 2px 0 0 0;
}

#gc_formLoginHome #gc_LoginBox input, #gc_formLoginHome #gc_PassBox input {
	width: 120px;
	float: left;
	border: 1px solid #d2d2d2;	
	margin: 5px 0 0 10px;
}

#gc_formLoginHome #gc_LoginBox input.focus, #gc_formLoginHome #gc_PassBox input.focus {	
	width: 120px;
	float: left;
	border: 1px solid #000099;
	margin: 5px 0 0 10px;
}

#gc_formLoginHome .button {
	width: 40px;
	border: 1px solid #d2d2d2;	
	background-color: #FFFFFF;
	margin: 5px 0 0 202px;
	cursor: pointer;
	font-size: 11px;
}

#gc_formLoginHome .buttonHover {
	border: 1px solid #000099;
}

#gc_header #gc_homeLogin ul {
	margin: 0 0 0 20px;
}

#gc_header #gc_homeLogin ul li {
	background-image: url(../../../images/budget/default/puceBleue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 13px;
}

#gc_header #gc_homeLogin ul li a {
	text-decoration: none;
	font-size: 10px;
	color: #ff9900;
}

#gc_header #gc_homeLogin ul li a:hover {
	text-decoration: underline;
}

#gc_header #gc_homeLogin #gc_messConnect {
	background-image: url(../../../images/budget/default/userIcon.png);
	background-repeat: no-repeat;
	background-position: 20px 30px;
	height: 130px;
}

#gc_header #gc_homeLogin #gc_messConnect ul {
	margin: 5px 0 0 80px;
}



#gc_header #gc_homeLogin #gc_messConnect a {
	background-image: url(../../../images/budget/default/enveloppe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 40px;
	display: block;
	margin: 10px 0 0 80px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#gc_header #gc_homeLogin #gc_messConnect p {
	color: #000;
	font-size: 12px;
	margin: 10px 0 0 80px;

}

#gc_header #gc_homeLogin #gc_messConnect p span {
	font-weight: bold;
}

#gc_header #gc_homeLogin #gc_messConnect a:hover {
	text-decoration: underline;
}

#gc_header #gc_homeLogin #gc_messConnect a span {
	color: #ff9900;
	font-size: 14px;
	font-size: bold;
}

#gc_header #gc_homeLogin #gc_messConnect ul li a {
	background-image: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000099;
	font-size: 11px;
	line-height: 12px !important;
	display: inline;
}



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

/* --------------------------------------------------------------------------------
	CONTENT
-------------------------------------------------------------------------------- */

#gc_content {
	background-image: url(../../../images/budget/default/bgContentBottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 20px 0;
}

#gc_content #gc_bgContent {
	background-image: url(../../../images/budget/default/bgContentTop.jpg);
	background-repeat: no-repeat;
}





#gc_leftContent {
	width: 300px;
	float: left;
}

#gc_leftContent #gc_rechTrajetHome {
	height: 270px;
	background-image: url(../../../images/budget/default/homeSearch.jpg);
}

#gc_formRechHome {
	margin: 10px 0 0 130px;
}

.help {
	font-size: 10px;
	font-style: italic;
	margin: 0 0 10px 0;
}

#gc_DepartBox label {
	display: block;
	width: 89px;
	height: 14px;
	background-image: url(../../../images/budget/default/departLabel.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#gc_ArriveeBox label {
	display: block;
	width: 102px;
	height: 14px;
	background-image: url(../../../images/budget/default/arriveeLabel.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#gc_DepartBox input, #gc_ArriveeBox input {
	width: 150px;
	border: 1px solid #398904;	
	background-color: #e8f0d3;
}

#gc_DepartBox input.focus, #gc_ArriveeBox input.focus {
	width: 150px;
	border: 1px solid #398904;	
	background-color: #fff;
}

#gc_formRechHome .button {
	width: 50px;
	border: 1px solid #398904;	
	background-color: #e8f0d3;
	margin: 5px 0 0 90px;
	cursor: pointer;
	font-size: 11px;
}

#gc_formRechHome .button:hover {
	background-color: #fff;
}

#gc_rechTrajetHome p a {
	margin: 0 0 0 130px;
	background-image: url(../../../images/budget/default/puceBleue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}

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

#gc_Partenariat p {
	height: 50px;
	line-height: 50px;
	margin: 10px 0 0 20px;
}




#gc_rightContent {
	width: 540px;
	float: left;
	min-height: 500px;
	height: auto !important; 
	height: 500px;

}

#gc_rightContentHome{
	width: 540px;
	float: left;

}

.avertissement {
	border: 1px solid red;	
	padding: 5px 0 5px 5px;
}

#gc_presentBox p {
	margin: 30px 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}

#gc_homeDernierTrajet {
	width: 270px;
	float: left;
}


#gc_homeDernierTrajet ul {
	margin: 10px 0 0 7px;
}

#gc_homeDernierTrajet ul li {
	background-image: url(../../../images/budget/default/puceBleue.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 13px;
}

#gc_homeDernierTrajet ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

#gc_homeDernierTrajet h3 {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	padding: 10px 0 0 20px;
	background-image: none;
	margin: 0 0 0 0;
}

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

#gc_budgetCovoit {
	width: 260px;
	float: left;
	margin: 0 0 0 10px;
}





#gc_homeModeEmploi {
	float: left;
	width: 260px;
	margin: 20px 0 80px 20px;
	_margin: 20px 0 80px 10px;
	height: 70px;
	background-image: url(../../../images/budget/default/bgBottomBox01.gif);
}

#gc_homeInscription {
	float: left;
	width: 260px;
	margin: 20px 0 80px 20px;
	_margin: 20px 0 80px 20px;
	height: 70px;
	background-image: url(../../../images/budget/default/bgBottomBox01.gif);
}

#gc_homeCalculetteEco {
	float: left;
	width: 260px;
	margin: 20px 0 80px 20px;
	_margin: 20px 0 80px 20px;
	height: 70px;
	background-image: url(../../../images/budget/default/bgBottomBox02.gif);
}


#gc_contentBottom p {
	padding: 5px 10px 0 20px;
}

#gc_contentBottom p a {
	text-decoration: none;
	font-weight: bold;
	color: #ff9900;
}

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

#gc_homeCalculetteEco p a {
	color: #fff;
}

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

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

#gc_footer ul#gc_navSec {
	height: 30px;
	padding: 0 0 0 20px;
	background-color: #ff9900;
}

#gc_footer ul#gc_navSec li {
	float: left;
	border-right: 1px #fff solid;
	background-color: #ff9900;
}

#gc_footer ul#gc_navSec li.hover {
	background-color: #000099;
}

#gc_footer ul#gc_navSec li a {
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	color: #fff;
	width: auto;
}

#gc_footer ul#gc_navSec li a.gc_link {
	line-height: 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0;
	color: #fff;
	width: auto;
}

#gc_footer p {
	width: 840px;
	text-align: right;
	margin: 20px 0 20px 0;
}





#fmk_content a {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

#fmk_content a:hover {
	text-decoration: underline;
}



#fmk_content h2 {
	font-size: 14px;
	color: #739528;
	font-weight: bold;
	padding: 10px 0 0 20px;
}

#fmk_content h3 {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	padding: 0 0 0 15px;
	background-image: url(../../../images/budget/default/puceOrangeh3.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 10px 0 0 30px;
}

#fmk_content p {
	margin: 5px 20px 0 30px;
	font-size: 12px;
	text-align: justify;
	color: #000;
}

#fmk_content ul {
	margin: 5px 40px 10px 40px;
	font-size: 12px;
	text-align: justify;
	color: #666666;
}

#fmk_content ul li {
	background-image: url(../../../images/budget/default/puceOrange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
	
}





.boxgrid { 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img.cover{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}





#fmk_content th {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 0 0 0;
	width: 350px;
	text-align: right;
	vertical-align: top;
}

#fmk_content td {
	color: #000099;
	padding: 7px 0 0 10px;

}

#fmk_content input {
	margin: 0 5px 0 0;
	border: 1px solid #d2d2d2;
}

#fmk_content select {
	margin: 0 5px 0 0;
	border: 1px solid #d2d2d2;
}

#fmk_content textarea {
	margin: 0 5px 0 0;
	border: 1px solid #d2d2d2;
}

#fmk_content select.focus {
	border: 1px solid #000099;
}

#fmk_content input.focus {
	border: 1px solid #000099;
}

#fmk_content input.buttonHover {
	border: 1px solid #000099;
}

#frmCalculEcolo {
	margin: 20px 0 0 0;
}

#frmCalculEcolo p {
	text-align: left !important;
}

#frmCalculEcolo th {
	width: 350px;
}

#frmCalculEcolo input {
	width: 60px;
}

#frmCalculEcolo .inputSubmit {
	background-color: #fff;
	cursor: pointer;
	margin: 10px 0 0 334px;
	width: 62px;

}

.calculette_ecolo {
	margin: 0 0 100px 0;
}

.calculette_ecolo tr th {
	width: 120px !important;
	text-align: center !important;
}

.calculette_ecolo tr td {
	width: 120px !important;
	text-align: center !important;
}







#frmMembre {
	margin: 20px 0 0 0;
}

#frmMembre th {
	width: 250px !important;
	text-align: right;
}

#frmMembre input {
	width: 230px !important;
}

#frmMembre select {
}

#frmMembre input.inputSubmit {
	width: 300px !important;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

#frmMembre #tel_1 {
	width: 200px !important;
}

#selectDateNaiss select {
	width: 74px !important;
}

#tel_1_code {
	width: 30px;
}


#frmContact {
	margin: 20px 0 100px 0;
}

#frmContact .tb_general tr th {
	width: 200px !important;
	text-align: right;
}

#frmContact select {
	width: 203px !important;
}

#frmContact input {
	width: 200px !important;
}

#frmContact textarea {
	width: 300px !important;
	height: 150px;
	border: 1px solid #d2d2d2;
}

#frmContact p {
	text-align: left !important;
}

#frmContact .inputSubmit {
	width: 150px !important;
	border: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 172px;
}




#frmTrajet {
	margin: 20px 0 20px 0;
}

#frmTrajet th {
	width: 210px !important;
	text-align: right;
}

#frmTrajet input {

}

#frmTrajet select {

}

#frmTrajet .tb_jours th {
	width: 20px !important;
	text-align: center;
	font-size: 10px;
}

#frmTrajet .tb_jours input {
	width: 20px !important;
	text-align: center;
}

#frmTrajet #ligneDateDepart input {
	width: 20px !important;
	text-align: center;
}

#frmTrajet #ligneDateDepart #dateDepart {

	width: 80px !important;
}

#frmTrajet #ligneDateDepart select {
	width: 40px !important;
	text-align: center;
}

#frmTrajet #ligneDateDepart #listeDates {
	width: 100px !important;
}

#frmTrajet #ligneHoraires select {
	width: 90px !important;
}

#frmTrajet .inputSubmit {
	width: 90px !important;
	border: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 194px;
}

#frmRecherche #infosRecherche th {
	width: 90px !important;
}

#frmRecherche #infosRecherche td {
	width: 200px !important;
	vertical-align: top;
}

#frmRecherche #ligneHoraires select {
	width: 45px !important;
}

#frmRecherche #ligneJours td {
	text-align: center;
}

#frmRecherche .inputSubmit {
	margin: 0 0 0 195px;
}






.ligneFoncee {
	background-color: #e5e5e5;
}
.tb_recherche_result {
	border: 1px solid #ccc;
	margin: 20px 0 0 20px;
}

.tb_recherche_result td {
	color: #000 !important;

}

#lienRecherche tr th {
	text-align: left;
	padding: 20px 0 0 40px;
}

.tb_recherche_result tr th {
	background-color: #c7db94;
	text-align: center !important;
}

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

.pagination a {
	border: solid 1px #d2d2d2;
	padding: 5px;
}
.pagination b {
	border: solid 1px #d2d2d2;
	padding: 5px;
	color: #000;
}

#lienInfosRecherche a {
	padding: 0 !important;
	color: #000099;
}

#lienFiltreRecherche a {
	padding: 0 !important;
	color: #000099;
}



#frmMembre .tb_trajet_add .inputSubmit {
	width: 90px !important;
	border: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 194px;
}

#fmk_content #menuEspaceMembre {
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
}

#fmk_content #menuEspaceMembre li {
	background-image: url(../../../images/budget/default/bgBottomBox01.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 250px;
	_width: 210px;
	float: left;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 10px;
	_margin: 0 0 10px 6px;
}

#fmk_content #menuEspaceMembre li span {
	display: block;
	font-weight: bold;
	padding: 0 0 0 0;
	color: #000099;
}

#fmk_content #menuEspaceMembre li ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#fmk_content #menuEspaceMembre li ul li {
	background-image: url(../../../images/budget/default/puceOrange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	height: auto;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
}


#listeEvenements {
	text-align: center !important;
}

#listeEvenements tr th {
	text-align: center !important;
}


#heightie {

}

.tb_favoris {
	border: 1px solid #ccc;
	margin: 20px 0 0 20px;
}

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

}

.tb_favoris tr th {
	background-color: #c7db94;
	text-align: center !important;
}


.tb_equipage {
	border: 1px solid #ccc;
	margin: 20px 0 0 20px;
}

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

}

.tb_equipage tr th {
	background-color: #c7db94;
	text-align: center !important;
}

.tb_messagerie {
	border: 1px solid #ccc;
	margin: 20px 0 0 20px;
}

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

}

.tb_messagerie tr th {
	background-color: #c7db94;
	text-align: center !important;
}



.inputSubmit {
	border: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	cursor: pointer;
}


#tableau_retour {
		width: 400px !important;
}

#tableau_retour tr th {
		width: 200px !important;
}

#tableau_retour tr td {
		width: 200px !important;
}

.gc_retourHome {
	display: block;
	width: 220px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 30px;
}



