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

/**
 * Body
 *
 */
 div#body{	
 	background: url('../img/accueil/photo.jpg') no-repeat bottom right;
	height: 400px;
 }
 
 /**
  * Bloc droite
  */
  div#body div#gestion_gauche{
 	background: url('../img/gestion/gestion.gif') no-repeat 0 0;
  	width: 297px;
	padding-top: 55px;	
  }
 
 /**
  * Bloc droite
  */
  div#gestion_gauche p.small{
  	font-size: 10px;
  }
 /**
  * Bloc droite
  */
  div#body div#gestion_droite{
 	background: url('../img/gestion/coordonnees.png') no-repeat bottom left;
  	width: 329px;
	height: 185px;
	padding-top: 55px;	
	padding-right: 10px;
	float: right;
  }