/* Le corps de la page */
BODY.STRUCTURE_BODY{
	margin:0px;
/*	BACKGROUND-COLOR:#FFFF00;*/
	BACKGROUND-COLOR:#000066;
}

/* Le tableau principal*/
TABLE.STRUCTURE_MAIN{
/*BACKGROUND-COLOR:#FFFF00;*/
vertical-align:top;
height:100%

}

/* La première cellule du tableau principal*/
TD.structure_haut{
	height:47px;
	vertical-align:bottom;
}

/* La deuxième cellule du tableau principal*/
TD.STRUCTURE_MAIN_CENTRE{
vertical-align:top;
}

/* Le tableau composant la deuxième cellule (présence conditionnée par la présence d'un haut ou bas)*/
TABLE.STRUCTURE_MAIN_CENTRE{
height:100%;
VERTICAL-ALIGN:top;

}

/* La première cellule de la partie centrale */
TD.structure_gauche{
	width:163px;
	height:100%;
	VERTICAL-ALIGN:top;
	background-image:url('../images/gauche_fond.gif');
	/*BACKGROUND-COLOR: #deFFFF;*/
	/*width:130px;
	BACKGROUND-COLOR: #dee2fb;*/
}
.structure_gauche TABLE.contenant_table{
	height:100%;
	VERTICAL-ALIGN:top;
}
.structure_gauche TD.contenant_contenu{
	 VERTICAL-ALIGN:top;
	 height:100%;
}

/* La deuxième cellule de la partie centrale */
TD.structure_centre{
	height:100%;
	background-image:url('../images/main_fond.gif');
	background-repeat:repeat-y;
	width:486px;
}

/* Exception : La deuxième cellule de la partie centrale version home*/
TD.structure_centre_home{
	
	background-image:url('../images/home_fond2.gif');
	background-repeat:repeat-y;
	width:486px;
	height:100%;
	
	/*background-image:url("../images/home_fond2.gif");
	background-repeat:repeat-y;*/
}

/* La troisième cellule de la partie centrale */
TD.structure_droite{
	
}

/* La troisième cellule du tableau principal*/
TD.structure_bas{
}
.contenant_contenu .option_decalage{
	vertical-align:top; 
	width:87%;
	margin-left:32px;
	font-size:10pt;
	font-family:verdana;
	
	
	
	background-position:bottom left;
	background-repeat:no-repeat;
}