

body
{
    width: 860px;
    margin: auto;
    margin-top: -0px;
    margin-bottom: 20px;
    background-image: url("./fond_utp.gif");
    background-repeat: repeat-x;
    background-color: #B3F5F4;
    font-family: "verdana", Arial, "Arial Black", "Times New Roman", Times, serif;
    font-size: 12px;
}
.fond2 {
    background-color: white;
}
/* L'en-tête */

#en_tete
{
    width: 960px;
    height: 384px;
    background-image: url("./logo_bus.jpg");
    background-repeat: no-repeat;
    border: 0px solid white;
    border-bottom : none;
}




/* Le corps de la page */

#corps
{
    margin-top: -260px;
    margin-left: 0px;
	 width: 860px;
    padding-top: 0px;
    background-color: white;
    background-repeat: repeat-x;
    border: 1px solid white;
    border-bottom: none;
    min-height: 355px;
}



/* Le pied de page */

#pied_de_page
{
    padding: 0px;
    margin-top: 10px;
    text-align: center;
    background-color: white;
    border-left:none;
    font-size: 9px;
	border-top:0px solid #CCCCCC;
}




