	
/* partie PRINC du site ADJUGIMMO */

/* partie du haut */
td.princ_haut
{
	bbackground-image : url('../../img/barre_haut.gif');
	bbackground-repeat : no;
	height : 86px;
	width : 747px;
}

/* partie du bas */
td.princ_bas
{
	width : 747px;
	background-color : #FFFFFF;
	background-image : url('../../img/barre_bas.gif');
	height : 42px;
}

/* partie a gauche */
td.princ_gauche
{
	background-color : #FFFFFF;
	background-image : url('../../img/barre_gauche.gif');
	background-repeat : no-repeat;
	border-left : 1px solid #0D538F;
	width : 140px;
	height : 487px;
}



/* <TABLE> du tableau du corps de la page */
table.corps
{
	width : 575px; /* VALEUR A CHANGER : largeur de la page */
}

/* <TD> de la colonne qui fait tout le corps */
td.corps
{
	border-left : 0px solid #000000;
	vertical-align : top;
	background-image : url('../../img/corps_degrade_droite.gif');
	background-repeat : repeat-y;
}


/* <IMG> pour la description d'une annonce */
img.annonce
{
	margin-top:4px;
	margin-right:2px;
	margin-bottom:4px;
	border : 1px solid #0D538F;
}
