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

/**
 * Body
 *
 */
 body{
 	background-color: #FFFFFF;
 }
 
 /**
  * Bloc droite
  */
  div#annonce{
  	margin-left: 20px;
 	background: url('../img/annonce/description.gif') no-repeat 10px 10px;
	padding: 15px;
	padding-top: 50px;
  	width: 450px;
	min-height: 200px;
	border: 1px #CCCCCC solid;
  }
  
  /**
   * Description de l'annonce
   */
  div#annonce div#annonce_description{
  	width: 348px;
	padding-top: 10px;
  }
  
  /**
   * Bloc span
   */
  div#annonce_description span{
  	display: block;
  }
  
  /**
   * bouton bar
   */
  div#ligne_separatrice{
  	border-bottom: 1px #1E9DB6 solid;
	width: 440px;
	height: 1px;
	margin-bottom: 10px;
  }
  
  /**
   * Photos de l'annonce
   */
  div#annonce div#annonce_photos{
  	width: 378px;
  }
  