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

/**
 * Body
 *
 */
 div#body{	
 	background: url('../img/accueil/photo.jpg') no-repeat bottom right;
	min-height: 310px;
 }
 
 /**
  * Bloc gauche
  */
  div#body div#contact_gauche{
 	background: url('../img/contact/contact.gif') no-repeat 0 0;
  	width: 325px;
	height: 310px;
	padding-top: 55px;
  }
 
 /**
  * Champs obligatoire
  */
  div#contact_gauche span#champs_obligatoires{
  	color: #FF0000;
	font-size: 9px;
  }
 
 /**
  * Input
  */
  div#contact_gauche input.input{
 	width: 130px;
	height: 19px;
	font-size: 12px;
  	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 3px;
  }
  
 /**
  * Submit
  */
  div#contact_gauche input#valider{
  	margin-left: 230px;
	margin-top: 10px;
  }
  
 /**
  * Texte area
  */
  div#contact_gauche textarea{
  	width: 285px;
	height: 100px;
  }
 
 /**
  * Bloc droite
  */
  div#body div#contact_droite{
 	background: url('../img/contact/coordonnees.gif') no-repeat 0 0;
  	width: 380px;
	height: 106px;
	margin-top: 15px;
	float: right;
  }