/* Le corps de la page */
BODY.STRUCTURE_BODY{
	TEXT-ALIGN:center;
}

/* Le tableau principal*/
TABLE.STRUCTURE_MAIN{
	
}

TD .structure_gauche
{
    WIDTH: 130px;
    BACKGROUND-COLOR: #dee2fb
}
TD .structure_droite
{
    WIDTH: 130px;
    BACKGROUND-COLOR: #9b9b9b;
}
TD .structure_centre
{
BACKGROUND-COLOR: #FFFFFF;
}
TD .structure_haut
{
}
TD .structure_bas
{
}
@media print{
	TABLE.table_contenant
	{
		width=15cm
	}

	.content_table_invisible
	{
		display: none;
	}
}

