/* Le corps de la page */
BODY.STRUCTURE_BODY{
	TEXT-ALIGN:center;
	table-layout:fixed;
	margin-bottom:30px;
	margin-top:0px;
	
	font-family:verdana;
	font-size:8pt;
	background-color:#808080;
	/*background-image:url('/images/foot_fond.jpg');
	background-position:center 00px;
	background-repeat:repeat-y;
	background-color:#FFFFFF;*/
}

/* Le tableau principal*/
TABLE.STRUCTURE_MAIN{
	table-layout:fixed;
	border-left:0px black solid;
	border-right:0px black solid;
	
	background-color:white;
	/*position: relative;*/
}
TABLE.STRUCTURE_MAIN{
	table-layout:fixed;
	border-left:0px black solid;
	border-right:0px black solid;
	
	/*position: relative;*/
}
/*
+ Element de structure de gauche
*/
TABLE.structure_gauche,TD.structure_gauche
{

	/*BACKGROUND-IMAGE : url("../images/menu_gauche_background.gif");
	table-layout:fixed;*/
	/*BACKGROUND-COLOR : #FFFFFF;*/
}

/*
+ Element de structure de droite
*/
TABLE.structure_droite,TD.structure_droite
{
	table-layout:fixed;
	overflow:hidden;

}
/*
+ Element central
*/
TABLE.structure_centre,TD.structure_centre
{	
background-color:white;
	/*width : 448;
table-layout:fixed;*/
}

/*
+ Element de structure d'en haut
*/
TABLE.structure_haut,TD.structure_haut
{
	vertical-align:top;
	height:133px;
	table-layout:fixed;
	
}

/*
+ Element de structure d'en bas
*/
TABLE.structure_bas,TD.structure_bas
{
		table-layout:fixed;
}
TABLE.contenant_table
{
/*border:19px;
border-style:solid;
height:100%;
vertical-align:top;*/
}
TABLE.table_contenant
{
}

@PAGE { 
size : 8.5in 6.9in;
margin: 1px 1px 1px 1px 
} 

@media print{
	TABLE.table_contenant
	{
		width=15cm
	}

	.content_table_invisible
	{
		display: none;
	}
}

.contenant_contenu .option_decalage{
	vertical-align:top;
	width:440px;
	font-size:8pt;
	font-family:verdana;
	display:block;
	text-align:left;
	
	}
	
.optional_decalage A  {
	color=#0000FF;
	text-decoration=underline;
}