body {
  background: url(../images/motif.png) repeat;
  font: 10pt arial;
  color: white;
}

a {text-decoration: none;color: #0099CC;font: 10pt arial;}

img {border:0;}

.legend {
	color: #0099CC;
	font: bold 8pt arial;
	margin-top: 1px;
	display: inline;
}

#F2 {
	color: #33CC00;
	font: bold 11pt arial;
	margin-top: 20px;
	margin-bottom: 8px;
}

#F4 {
	color: #0099CC;
	font: 10pt arial;
}

#F3 {
	color: #FF9900;
	font: 10pt arial;
}

#F1 {
	color: #FFFF33;
	font: 11pt arial;
	text-align: center;
}

/* ------------------------------------------------------------------------
           DIV
*/

#divBody {
  width: 800px;
  /*margin: auto;*/ /* Pour centrer notre page */
  margin-left: 30px;
  margin-top: 5px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
  margin-bottom: 5px;    /* Idem pour le bas du navigateur */
}

#divRight {
   width: 290px;
   float: left;
}

#divTop {
   width: 490px;
   height:85px;
   margin-top: 20px; 
   text-align: center;
   float: right;
}

#divContenu {
   width: 490px;
   float: right;
   margin-top: 10px; 
}

#divFooter {
   width:100%;
   text-align: center;
   padding-top: 20px;
   clear:both;
}


/* ------------------------------------------------------------------------
           FORMULAIRE
*/

.input-brown {
     color:#000000;
     background-color:#99875E;
     font: 10pt arial;
	 border: 1px solid #000000;
}

.bt-brown {
     color:#000000;
     background-color:#99875E;
     font: bold 10pt arial;
	 width: 80px;
}