html, body {
    background-color: white; 
    font-family: Verdana, sans-serif; 
    font-size: 100%;
    height: 100%;
    position: relative;
}
#Page {
    min-height: 100%;
    position: absolute;
}
#BlocPrincipal {
     padding-bottom: 70px;
}
#PiedPage {
    height: 70px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}


img{
    float:left;
}
/*3 listes récupérées sur internet et modifiées*/
.liste {width :15em ;
        list-style-type:none}

.liste li a {border-left:0.5em solid gray ;
             background-color:#CCD ;
             color:white ;
             text-decoration:none ;
             text-align:right;
}

.liste li a:hover {
    background-color:black ;
    color:white ;
    border-left-color:red}
ol{
text-align: center;
}

h1 {
    font-size: 200%; 
    color: navy; 
    text-align: center;
}
h2 {
    text-transform: uppercase;
    font-size: 150%; 
    color: blue; 
    text-align: center;
}
h3 {
    text-transform: uppercase;
    font-size: 125%; 
    color: blue; 
    text-align: left;
    margin:30px;
}
h4 {
    font-size: 110%;
    text-align: left;
}
h5 {
    text-align: justify;
}
p {
    color: black;  
    text-align: justify;
}
div{
    display:block;
    text-align: left;
}


table{
    width: 100%;
    border-collapse:collapse;
    border: #0099CC 2px solid;
}

th{
}

.TabSign{
    width: 200px;
}

td.EnteteGauche{
    width: 48%;
    text-align: left;
}
td.EnteteDroite{
    width: 48%;
    text-align: right;
}
td.styles{
    width: 4%;
    text-align: right;
}
.paragraphe{
    font-size: 70%;
}

.ValeurNomAnalyseBilanBio{
    font-size: 100%;
    width: 300px;
    text-align:left;
    vertical-align:up;
    border-collapse:collapse;
    border: #aaaaaa 1px solid;
}

.ValeurAnalyseBilanBio{
    font-size: 100%;
    text-align:left;
    vertical-align:up;
    border-collapse:collapse;
    border: #0099CC 1px solid;
}

.ValeursNormales{
    font-size: 100%;
    width: 100px;
    vertical-align:up;
    border-collapse:collapse;
    border: #0099CC 1px solid;
    text-align:center;
}

.ConclusionBilanParaclinique{
    font-size: 100%;
    vertical-align:up;
    border-collapse:collapse;
    border: #0099CC 1px solid;
}


.SignatureMedecin{
    font-size: 110%;
    color: blue; 
}

.PiedPage{
    float:bottom;
}

.Date{
    color:#0099CC;
}
