#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:#FFFFFF;
	margin:0;
	padding:20px;
    color:#000;
    font:small Verdana,Sans Serif;
    _font:x-small;
 }
 
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.flag {
    width:30px;
	height:20px;
}
	
#pied {
	height: 20px;
	background-color: #99CC99;
}

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;
}