#header_index {
    float:left;
    width:100%;
    background:#DAE0D2 url("images/bg2.gif")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }
	
#header_index ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
	
#header_index li {
    float:left;
    background:url("images/left.gif")
      no-repeat left top;
    margin:0;
     padding:0 0 0 9px;
    }
	
#header_index a {
    display:block;
    background:url("images/right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
	text-decoration:none;
    font-weight:bold;
    color:#765;
    }
	
#header_index a:hover {
    color:#333;
    }	

#header_index #current {
    background-image:url("images/left_on.gif");
    }
#header_index #current a {
    background-image:url("images/right_on.gif");
	color:#333;
    padding-bottom:5px;
    }
body {
	background-color:#f2fdff;
	margin:0;
	padding:20px;
    color:#000;
    font:small Verdana,Sans Serif;
    _font:x-small;
 }
 
#pied {
	height: 20px;
	background-color: #d1d1e9;
}

table#resultat {
    background-color:#FFFFFF;
    border: solid #DAE0D2 3px;
    width: 90%;
}
table#modif {
    float: left;
	background-color:#ffcaca;
    border: solid #DAE0D2 2px;
    width: 60%;
}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: center;
    background-color: #CCCCCC;
}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;
}

.leftcol {
    font-weight: bold;
    text-align: center;
    background-color: #CCCCCC;
}
/* début des styles de formulaires */
p.titre {
  background:#DED983;
  color:#345071;
  padding:.2em .3em;
  font-size:1.2em;
  border:2px outset #DED983;
  position:relative;
  margin-bottom:-1em;
  width:10em;
  margin-left:1em;
  margin-top:1em;
}

fieldset {
  border:none;
  margin-bottom:1em;
  width:34em;
  padding-top:1.5em;
}

select {
  margin-left:15em;  /*décale les champs de type SELECT*/
  margin-top:-1.2em;
  margin-bottom:0em;
  width:146px;
}

/*voir poubelle partie enlevée*/

form.css fieldset  {
  padding: 2em;  /* décale le formulaire */
  }
  
form.css label   {
  display: inline;
  float: left;
  width: 200px; /* largeur étiquette, repousse le contrôle */
  }

 img.moyendr {
	width:100px;
	height:100px;
    display: block;
    margin-left: auto;
    margin-right: 400;
	}
	
img.normdr {
	width:150px;
	height:250px;
    display: block;
    margin-left: auto;
    margin-right: 400;	
	} 
	
img.petitdr {
	width:100px;
	height:75px;
    display: block;
    margin-left: auto;
    margin-right: 400;	
	} 
  
#pied {
height: 20px;
background-color: #99CC99;
}
/*** Nouveau style Formulaire****/
.formulaire {
	width: 40em;
	border: 1px solid #997B33;
}

.formulaire p {
	padding-left: 9.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

.formulaire label {
	float: left;
	font-weight: bold;
	margin-left: -9em;
	width: 9em;
}

.formulaire div#bouton {
	text-align: center;
	margin: 10px 0px;
}

.formulaire label.droite {
	float: none;
	font-weight: normal;
	margin-left: 0.5em;
}

.formulaire p span {
	font-size: 0.8em;
	color: red;
	margin-left: 1em;
}

input.suppr {
   font-weight: bold;
   background-color: #ff0080;
   color: #ffff80;
   }

