/* *************************** Redéfinition des marqueurs ***************************** */


BODY, FORM {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

BODY {
font-family:Arial; font-size:11px; color:#3B3B3B;
}

IMG
{
	display: block;
	border:0;
	margin:0;
}

SELECT {	
	font-family: arial;
	font-size:11px;
	color:#000000;
	width:150px;
	height:16px;
	margin: 2px 0px 2px 5px;
	border:1px solid #005600;
}

TEXTAREA{	
	font-family: arial;
	font-size:11px;
	color:#000000;
	width:100%;
	height:75px;
	margin: 2px 0px 2px 0px;
	border:1px solid #005600;
}


A {	
	text-decoration:none;
}

A:HOVER {	
	text-decoration:underline;
}


/* *************************** Position dans la page ***************************** */
.TABLECentral {
	padding: 0px;
	padding-top:10px; /* espacement du haut de la page */
	margin: 0px;
	margin-left: auto; /* pour centrer le tableau */
	margin-right: auto; /* pour centrer le tableau */
	width: 991px; 
	table-layout:fixed; /* pour fixer la largeur afin de ne pas casser le design */
}

.TDCentral{
text-align:center;
vertical-align:top;
}

/* **************************************** Entête de page *********************************************** */
.TABLEHeader {
margin:10px 0px 0px 0px;
border-bottom:1px solid #2F2F2F;
}

.TDHeader {
}

/* **************************************** Corps de la page ********************************************* */
.TABLEBody{
width:780px;
}

.TDPageGlobal{
width:649px;
text-align:left;
vertical-align:top;
padding: 0px 0px 10px 0px;
}
.TDMenuGauche
{
	padding: 0px;
	margin :0px;
	vertical-align:top;
}
.TDBandeauHaut
{
	width: 763px;
	margin-top: 0px;
}
.TDBandeauHaut IMG
{
	display: block;
	padding: 0px;
	margin: 0px;
}
.BordureGauche
{
	width: 18px;
	background-image:url(/com/images/bordure_gauche.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
.BordureMilieu
{
	width: 14px;
	background-image:url(/com/images/bordure_milieu.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
.BordureDroite
{
	width: 17px;
	background-image:url(/com/images/bordure_droite.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

.TableBC_TdContenu
{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left:40px;
	margin-bottom: 8px;
	height: 20px;
	width: 750px;
	color:#005600;
	background-image:url(/com/images/encart_chemin.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#E9E9E9;
}
.TableBC_TdVagueDroite
{
	display:none;
}
.Reordonnement
{
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color:#005600;
}
.Reordonnement A
{
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#005600;
}
.Reordonnement
{
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color:#005600;
	text-decoration: underline;
}
.Reordonnement IMG
{
	display: inline;
	padding-right: 5px;
}
.spanErreur
{
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color:#C00;
	text-decoration: none;
	display:block;
	margin-left:5px;
}
.spanErreurLigne
{
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color:#C00;
	text-decoration: none;
	display: inline ;
	margin-left:5px;
}
.spanRapport
{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	color:#666;
	text-decoration: none;
	display:block;
	margin-left:5px;
	
}