/* *************************** Redéfinition des marqueurs ***************************** */
BODY, FORM
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

BODY
{
	font-family: Arial;
	font-size: 11px;
	color: #2F2F2F;
	background-color: #DEDEDE;
	text-align:center;
}

IMG, OBJECT
{
	display: block;
	border: 0px;
	margin: 0px;
}

SELECT
{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	width: 150px;
	height: 16px;
	margin: 2px 0px 2px 5px;
	border: 1px solid #999999;
}

TEXTAREA
{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	width: 100%;
	height: 75px;
	margin: 2px 0px 2px 0px;
	border: 1px solid #999999;
}

A
{
	text-decoration: none;
}

A:HOVER
{
	text-decoration: underline;
}

P
{
	margin: 0px;
	padding: 0px;
}

/* *************************** Position dans la page ***************************** */
.TABLECentral
{
	width: 822px; /* Le table-layout sert a fixé la taille du site pour ne pas que le design saute si le contenu interne est trop grand */
	table-layout: fixed;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
}

.TDCentral
{
	text-align: center;
	vertical-align: top;
}

/* **************************************** Corps de la page ********************************************* */
.TABLEBody
{
	width: 822px;
}

.TDMenuGauche
{
	height: 100%;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: Transparent;
	background-image: URL(../Images/fond_menu_gauche.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

.DivAcceptance
{
	background-image: URL(../Images/SiteAcceptance.jpg);
	width: 822px;
	background-repeat: repeat-x;
	height: 65px;
}

.TDBordDroit
{
	background-image: URL(../Images/fond_bord_droit.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: Transparent;
	width: 11px;
}

.TDPageGlobal
{
	background-color: #FFFFFF;
	background-image: URL(../Images/fond_page.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 16px 16px 16px 16px;
	text-align: left;
	vertical-align: top;
	width: 621px;
}
.TDPageGlobalEstaciones
{
	background-color: #FFFFFF;
	background-image: URL(../Images/fond_page_estaciones.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 16px 16px 16px 16px;
	text-align: left;
	vertical-align: top;
	width: 621px;
}

.TABLEPage
{
	width: 100%;
	table-layout: fixed;
}

.TableBC
{
	width: 100%;
}

.TableBC_TdContenu
{
	border-bottom: solid 1px #9DE131;
	margin-bottom: 5px;
}

.TDCheminFer
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #9DE131;
}

.TDCheminFer IMG
{
	margin-top: 13px;
	margin-left: 6px;
	display: block;
	float: left;
}

.TDCheminFer DIV
{
	display: block;
	float: left;
	padding-bottom: 3px;
	padding-top: 10px;
}

.TableBC .TDSpacer
{
	height: 5px;
}

