/* CSS Document */

.formul { 
  margin-right:0px; 
  margin-left:0px; 
  padding-right:0px; 
  padding-left:0px; 
  margin-top:0px; 
  margin-bottom:0px; 
  padding-top:0px; 
  padding-bottom:0px;
  }
  
.input_m {  
  font-family: Arial, Helvetica, sans-serif; 
  color: black; 
  font-weight: normal; 
  background-color: white; 
  border:1px solid #6686c8;
  }

.label_m {
  display:block;
  width:200px;
  float:left;
  color: black; 
  font-family: Arial, Helvetica, sans-serif; 
  } 
 
.label_texte {
  display:block;
  width:150px;
  float:left;
  color: black; 
  font-family: Arial, Helvetica, sans-serif;   
  font-size : 0.7em;
  font-weight: normal; 
  }  
 

/* droits */

.col_droits {
  width: 150px;
  float: left;
  font-family: Arial, Helvetica, sans-serif; 
  color: black; 
  font-weight: normal; 
  font-size : 0.8em;
}


/* categories */

.categorie_adm {
font-family:"arial", sans-serif; 
font-size:0.7em; 
font-weight:bold; 
border : 1px solid black;
border-right : 10px solid black;
border-left : 40px solid black;
margin-bottom : 3px;
}

