body {
  background:#fff;
  }
  
.cadre {
width:1000px;margin:0 auto 0 auto; padding : 0;
}  


/*----------------------------- 

     ENTETE COMMUNE

-----------------------------*/
#entete_commun {display: none  }

/*----------------------------- 

     Menu bas 

-----------------------------*/
#menubas {display: none  }


/*----------------------------- 

     gauche 

-----------------------------*/
#gauche {display: none  }



/*----------------------------- 

     ENTETE DE LA PAGE

-----------------------------*/
#entete_page { display : none  }

/*----------------------------- 

     Menu utilisateur

-----------------------------*/


#utilisateur {display : none  }



/*----------------------------- 

     Breadcrumb

-----------------------------*/

#breadcrumb { display : none}

/*----------------------------- 

     Corp

-----------------------------*/

#corp
{
  }
/* position */
.center { margin-left:auto;margin-right:auto; }
.left { float: left; }
.right { float: right; }
/* taille */
.hundred { width : 100% }

.ninety { width : 90% }
.eighty { width : 80% }
.seventy { width : 70% }
.sixty { width : 60% }
.fifty { width : 50% }
.forty { width : 40% }
.thirty { width : 30% }
.twenty { width : 20% }
.teeny { width : 10% }

/*----------------------------- 

     Les formulaires

-----------------------------*/

span.indispensable
{
  color: #900;
  font-size: 0.9em;
  }

#formulaire 
{
  margin: 5px 10px 5px 10px;
  }

#formulaire_resultat 
{
  margin: 0 10px 0 10px;
  }


/*----------------------------- 

     Les fiches

-----------------------------*/
#fiches 
{
  margin: 0 10px 0 0;
}

#fiches h2
{
  font-size:2em; margin: 0; padding:0;
}


.clear { display: inline-block; }   
.clear:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { /*height: 1%;*/ }
.clear { display: block; }




