/* CSS Document */


.texte_courant {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; text-decoration: none; text-align: justify}
.titre1 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; text-decoration: none; text-align: center; font-weight: bold}
.texte_courant_gche { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; text-decoration: none}
div#haut {
	 height: 373px;
         overflow: hidden; /* empeche le dépassement de flottants au cas où... */
         background: white url(haut-fond.png) repeat-x center bottom;
}

div#haut img.centre {
         float: center;
}

div#haut img.droite {
         float: right;
}

