/*** FEUILLE DE STYLE DE LA RUBRIQUE GESTION ***/

/**
 * Body
 *
 */
 div#body{	
 }
 
 /**
  * Bloc droite
  */
  div#body div#annonces{
 	background: url('../img/annonces/resultat.gif') no-repeat 0 0;
	padding-top: 35px;
  	width: 770px;
	min-height: 200px;
  }
  
 /**
  * Entete pour le nombre de rˇsultat
  */
  div#body td.entete_nb_resultat{
  	padding-bottom: 10px;
  }
  
 /**
  * Surligne le rˇsultat
  */
  div#body span.nb_resultat{
  	color: #1E9DB6;
	height: 20px;
  }
 
 /**
  * Coteneur des annonces
  */ 
  table.liste_annonces{
	width: 700px;
  }