/* 
 * $Revision: 1.0.0.0 $ 
 * $Author: eberkemeier $ 
 */
 
/* Tableau general interne */
table.bodyInterne {
	width: 780px;
	background-color: #2A503F;
	color: #B6B6B6;
}
/* Header interne */
td.header {
	height: 108px;
	text-align: right;
	vertical-align: bottom;
}


/* Ventre de page interne */
td.mainContenu {
	background-color: #7D0819;
	text-align: left;
	vertical-align: top;
	color: #000000;
	padding: 0px 0px 0px 0px; 
}

/* Menu principal */
td.menu {
	width: 244px;
	background-color: #7D0819;
	text-align: center;
	vertical-align: top;
	
}
a.menu{
 font-size:15px !important;
}

/* Pied de page */
td.footer {
 	color: #B6B6B6;
	text-align: right;
	font-size: 12px;
}
td.footer a:link, td.footer a:visited {
	color: #B6B6B6;
	text-decoration: none;
	margin: 0px 18px 0px 18px;
	font-size: 12px;
}
td.footer a:hover, td.footer a:active {
	text-decoration: underline;
	font-size: 12px;
}

/* Details des blocs */
/* Dans header bloc nav et recherche */
table.navHeader {
	width: 245px;
}
table.navHeader th {
	height: 55px;
}
table.navHeader input {
	width: 129px;
}
table.navHeader td {
	background-color: #FF7E00;
	height: 22px;
	width: 122px;
	color: #7D0819;
	font-size: 12px;
	background-image: url(../img/picto_puce_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 19px;
	font-weight: bold;
}
table.navHeader a:link, table.navHeader a:visited {
	width: 100%;
	color: #7D0819;
	font-size: 12px;
	text-decoration: none;
}
table.navHeader a:hover, table.navHeader a:active {
	text-decoration: underline;
}
/* Bloc Menu Specific */
table.mainMenu {
	width: 184px;
	color: #FFFFFF;
	border-top: 0px none; 
	border-right: 1px solid #FF7E00;
	border-bottom: 1px solid #FF7E00;
	border-left: 1px solid #FF7E00;
	margin: 5px 0px 5px 0px;
}
table.mainMenu th {
	border-top: 1px solid #FF7E00;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-align: left;
	font-size: 16px;
	padding: 5px 5px 7px 39px;
	background-image: url(../img/picto_menu_arrow_vert.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
table.mainMenu th.active {
	background-image: url(../img/picto_menu_arrow_horz.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #A53041;
}
table.mainMenu td {
	border-top: 1px solid #FF7E00;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-align: left;
	font-size: 18px;
	background-color: #A53041;
	padding: 8px 0px 8px 8px;
}
table.mainMenu a:link, table.mainMenu a:visited {
	color: #FFFFFF;
	width: 100%;
}
table.mainMenu a:hover, table.mainMenu a:active {
	font-weight: bold;
}

/* Chemin de navigation / location */
table.homeContenu {
	width: 100%;
	background-image:url(../img/bg_station_home.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color: #7D0819;
	padding: 30px 0px 0px 0px;
}
table.homeContenu td {
	width: 50%;
	text-align: left;
	vertical-align: top;
}
td.baseLine {
	background-color: #FF7E00;
	font-size: 10px;
	font-weight: bold;
	color: #7D0819;
	padding: 0px 0px 0px 24px;
}

div.flottantfin a:link, div.flottantfin a:visited{
        color :white;
        font-size: 24px;
}

div.flottantfin a:hover, div.flottantfin a:active{
        color :white;
        font-size: 24px;
	text-decoration: underline;
}

