<STYLE TYPE="text/css">
<!-- 
 
A {
	color: blue; 
	font-size: 11px;
	background: #ffcc00;
	TEXT-DECORATION: none;
	}
A:link {
	color: #0000ff; 
	font-size: 11px;
	background: #ffcc00;
	TEXT-DECORATION: none;
	}
A:visited {
	color: #0000ff; 
	font-size: 11px;
	background: #ffcc00;
	TEXT-DECORATION: none;
	}
A:hover {
	color: red;
	font-size: 11px;	
	background: yellow;
	TEXT-DECORATION: underline;
	}

h1 {
         color: darkblue;
	 background-image:url(images/fond_titres.jpg); 
	 text-align: center;
   }

h2 {
         color: darkgreen;
	 
	 width=80%;
   }

P  {
	font-family: Verdana; 
	font-size: 12px;
	color:darkblue;
	text-align: justify;
	}
UL  {
	font-family: Verdana; 
	font-size: 12px;
	color:darkblue
	}
#contenu {
	 color: darkblue;
         background: none;
         padding: 1em;
         border: 2px solid darkblue;
         margin-top: 3%;
         margin-bottom: 2%;
         margin-left: 15%;
         margin-right: 15%;
         font-size: 15px;
	}
#text_retrait {
	 margin-left: 10%;
         margin-right: 15%;
         font-size: 15px;
   }


BODY {
	background-color:white; 
	background-image:url(images/fond.jpg); 
	background-repeat: repeat;
       	background-attachment:fixed;
       	background-position:center;
	font-family: Verdana; 
	color:darkblue
	}

.erreur {
	font-size: 14px;
	color:red;
	background-color:yellow; 
	margin-left: 10em; 
	margin-right: 10em;
	border: 2px solid darkblue;
	 text-align: center;
	}
.retrait {
	font-family: Verdana; 
	font-size: 12px;
	color:darkblue;
	margin-left: 5em; 
	margin-right: 5em



.imgInsert { 
	float: left ;
	margin: 0 10px 2px 0px;
}

-->
</STYLE>