/*
*
* Corps de page
*
*/

*
{
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

body
{
    text-align: center;
    font-family: Arial;
}

#fond
{
    width: 765px;
    margin: 0 auto;
    background-image: url(../images/fond.png);
    background-repeat: repeat-y;
    border: 1px solid black;
}

#entete
{
    background-color: #FFFFFF;
    height: 91px;
    background-image: url(../images/image_banniere_hopital.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    text-align: left;
}

#piedpage
{
    height: 14px;
    font-size: 9px;
    margin-top: 10px;
    background-color: #FFFFFF;
    font-weight: bold;
}

div.separation
{
    background-image: url(../images/bandeau_separation.png);
    background-repeat: repeat-x;
    height: 15px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 11px;
    text-align: right;
}

div.separation a
{
    color: #FFFFFF;
    text-decoration: none;
}
div.separation a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

hr.clean
{
    clear: both;
    visibility: hidden;
}

#contenu
{
    margin-left: 188px;
    margin-top: 10px;
    width: 555px;
}
#contenuCentre
{
    margin: 10px auto;
    width: 555px;
}
.contenuTop
{
    background-image: url(../images/contenu_haut.gif);
    background-repeat: no-repeat;
    width: 555px;
    height: 12px;
    font-size: 0;
}
.contenuBottom
{
    background-image: url(../images/contenu_bas.gif);
    background-repeat: no-repeat;
    width: 555px;
    height: 12px;
}
.texte
{
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    text-align: left;
    background-color: #FFFFFF;
    width: 541px !important;
    width: 555px;
}
.texte h1
{
    font-size: 16px;
    padding: 10px;
    text-align: center;
}
.texte h2
{
    font-size: 14px;
    text-align: right;
}
.texte h3
{
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.texte h4
{
    font-size: 11px;
    text-align: right;
}
.texte h5
{
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
}
.texte ul, .texte ol
{
    padding-left: 28px;
    padding-bottom: 7px;
    padding-top: 3px;
}

.texte td
{
    font-size: 12px;
    text-align: left;
}

.texte p
{
    font-size: 11px;
    text-align: center;
}

#contenu a, #contenuCentre a
{
    color: #0560A6;
    text-decoration: none;
}
#contenu a:hover, #contenuCentre a:hover
{
    color: #FF9900;
    text-decoration: underline;
}

#menuGauche
{
    margin-left: 11px;
    margin-top: 10px;
    width: 164px;
    float: left;
    font-size: 12px;
}

fieldset
{
    padding: 20px;
}
