/* CSS Document */
/* Style covoiturage */

body {
	margin: 0;
	padding: 0;
	background-color: #006;
}

#design_structure {
	width: 880px;
	border-collapse: collapse;
	background-color: #FFF;
}

#design_structure td {
	vertical-align: top;
	padding: 0;
}

#design_structure td#design_header #header_table {
	background-image: url(../../../images/cg94/default/header.jpg);
	background-repeat: repeat-x;
	height: 140px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#design_structure td#design_header #header_table #col_logo {
	width: 220px;
}

#design_structure td#design_header #header_table #nomSite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #256d7d;
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}

#design_structure td#design_header #header_table {
	width: 100%;
}

/**
 * Menu header
 */

#design_structure td#design_menuHeader {
	height: 29px;
}

#design_structure td#design_menuHeader a {
	color: #444;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
}

#design_structure td#design_menuHeader a:hover {
	color: #000;
}

/* ----- menu principal */

table#menu_principal {
	margin:0;
	padding: 0;
	height: 29px;
	width: 100%;
	border-collapse: collapse;
}

table#menu_principal td {
	width: 25%;
	vertical-align: middle;
	text-align: center;
}

/**
 * Menu header
 */

#design_structure td#design_menuHeader_membre {
	background-color: #895607;
	text-align: center;
}

#design_structure td#design_menuHeader_membre a {
	color: #FFF;
	width: 163px;
	height: 24px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#design_structure td#design_menuHeader_membre a:hover {
	color: #FFF;
	background-color: #FCBF31;
}

/**
 * Menu droite
 */

#design_structure td#design_menuGauche {
	width: 172px;
	height: 460px;
	padding-top: 25px;
	background-image: url(../../../images/cg94/default/points_h.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#design_structure td#design_menuGauche table#tb_menu {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#design_structure td#design_menuGauche table#tb_menu a {
	color: #777;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

#design_structure td#design_menuGauche table#tb_menu a:hover {
	text-decoration: underline;
}

#design_structure td#design_menuGauche table#tb_menu td {
	height: 22px;
	vertical-align: middle;
	text-align: left;
	padding-left: 3px;
	border-bottom: 1px solid #CCC;
	background-image: url(../../../images/cg94/default/puce-menu.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

/**
 * Contenu
 */
#design_structure td#design_contenu {
	width: 708px;
	padding-left: 20px;
	padding-right: 10px;
}

/**
 * Footer
 */

#design_structure td#design_footer {
	background-image: url(../../../images/cg94/default/footer.jpg);
	height: 94px;
}

#design_structure td#design_footer a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

#tb_footer {
	margin: 40px 0 0 20px;
	width: 70%;	
}

/**
 * Titres
 */
 
h1 {
	color: #6D7276;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	color: #333;
	background-color:#fff;
	font-size: 18px;
	font-weight: normal;
}

h2.accueil {
	color: #00016F;
	height: 20px;
	padding-left: 20px;
	padding-top: 13px;
}

h3 {
	font-size: 14px;
	color: #002387;
}

/**
 * Liens
 */
 
a, a:visited {
	color: #F26712;
	font-weight: bold;
}

a:hover {
	color: #F26712;
	font-weight: bold;
}

/**
 * Tableau général
 */
.tb_general {
	border: none;
	width: 100%;
	margin: 3px auto 3px auto;
}

.tb_general th {
	background-color: #FFF;
	color: #555;
	vertical-align: top
}

.tb_general td {
	vertical-align: top
}

.tb_general tr:hover {
	background-color: none;
}

/**
 * Bouton en lien texte
 */
.lienBouton a {
	border: 1px solid #aa854C;
	background-color: #aa854C;
	padding: 3px 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.lienBouton a:hover {
	border: 1px solid #aa854C;
	background-color: #D9EEF6;
	padding: 3px 5px;
	color: #aa854C;
	font-weight: bold;
	text-decoration: none;
}

.lienBouton {
	margin: 10px
}

/**
 * Menu de l'espace membre
 */

ul#menuEspaceMembre li {
	list-style: none;
}

ul#menuEspaceMembre li span {
	background-color: #CDB694;
	width: 500px;
	display: block;
	margin: 5px;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
}

ul#menuEspaceMembre li ul.sousMenu li {
	list-style: disc;
}

/**
 * Calculette écologique
 */
table.calculette_ecolo td {
	text-align: center;
}

/**
 * Tableau des jours de la semaine
 */
.tb_jours {
	border: none;
}

/**
 * Aide Formulaire
 */
.Help {
	background-color: #D0C9BF;/*#D1E7EF;*/
	color: #000000;
	font-style: italic;
	padding: 2px;
	font-size: 10px;
	/*display: none;*/
}

/**
 * Message d'avertissement
 */
.avertissement {
	border: 1px solid #F00;
	color: #F00;
	background-color: #EEE;
}

/**
 * Message d'information
 */
.information {
	color: #000099;
	font-weight: bold;
}

/**
 * Légende
 */
.legende {
	font-size: 11px;
	font-style: italic;
}

/**
 * Accueil
 */
.tb_accueil {
	border: none;
}

.tb_accueil td.colGauche {
	width: 286px;
}

.tb_accueil td.colDroite {
	width: 486px;
}

/**
 * Liste des derniers trajets
 */
ul#listeDerniersTrajets {
}

ul#listeDerniersTrajets li {
}

/**
 * Editorial
 */
div#edito {
	margin-left: 20px;
	margin-right: 20px;
}

/**
 * Tableau accueil
 */
#tab_accueil {
	border-collapse: collapse;
	width: 100%;
}

#tab_accueil td {
	width: 50%;
}

/**
 * Moteur de recherche header
 */
#moteurRechercheHeader {
	border-collapse: collapse;
	margin: auto;
	width: 90%;
}

#moteurRechercheHeader td {
	padding: 0;
	width: 33%;
}

/**
 * Formulaire
 */
.boutonOK {
	color: #666;
	border: 1px solid #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 33px;
	font-size: 14px;
}

/**
 * Résultats de recherche
 */
.tb_recherche_recap {
	border: 1px solid #DDD;
	margin: 0;
}

/**
 * Liste à puces
 */
ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}