/* Le corps de la page */
BODY.STRUCTURE_BODY{
	TEXT-ALIGN:center;
	
	margin-top:0px;
	margin-bottom:5px;
	FONT-FAMILY: VERDANA,ARIAL,TAHOMA;
	/*font-size :10px;*/
	background-color :white;
	background-color :#FFFFFF;
	margin-left:auto; 
	margin-right:auto;
}

/* Le tableau principal*/
TABLE.STRUCTURE_MAIN,TD.STRUCTURE_MAIN_CENTRE{ background-color :white;vertical-align:top;margin-left:auto;margin-right:auto;}

/*+ Element de structure de gauche*/
TABLE.structure_gauche{}
TD.structure_gauche {background-color:#ffffff;width:176px;}

/*Element de structure de droite*/
TABLE.structure_droite,TD.structure_droite {background-color :white ;height : 100%;width:197px;}

/*+ Element central*/
DIV.STRUCTURE_BODY_DIV {background-color :white;}
TABLE.structure_centre,TD.structure_centre{background-color :white ;}

/*+ Element de structure d'en haut */
TABLE.structure_haut,TD.structure_haut {background-color :white;vertical-align:top;padding-bottom:21px;}

/*+ Element de structure d'en bas*/
TABLE.structure_bas,TD.structure_bas {background-color:white;padding-top:15px;}

/*PUBLIDOC*/
.optional_decalage {padding-left:18px; margin-top:15px; color:#000000; font-size:12px; font-family:verdana; width:100%;}
.optional_decalage TD{padding:18px 18px 18px 18px;}


/*+ Element de contenant*/
TABLE.contenant_table {}
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;}
}