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: 100%;
	height: 90px;
	background-image: url("./logo_utp.gif");
	background-repeat: no-repeat;
	background-position:right;
	border:none;
}
/* Le corps de la page */

#corps {
    margin-left: 0px;
	width: 100%;
	padding-top: 0;
	/*background: white;*/
	border:none;/* min-height: 355px;*/
}
/* Le pied de page */
#pied_de_page {
	padding: 0;
	margin-top: 10px;
	text-align: center;
	/*background-color: white;*/
	border-left:none;
	font-size: 9px;
	border-top:0px solid #CCCCCC;
}

