a:link { color: blue; text-decoration: NONE; }
a:visited { color: blue; text-decoration: NONE; }
a:hover { font-style:italic; font-weight:900;color: red; text-decoration: underline; }

p { }
.titre { position:absolute;
         margin_left:200px;
		 top:-30px ;
		 align:center;
		 font-size:20px;
		 color:green;
		 font-weight: bold;
		 text-decoration: underline;
		 } 
.titre2{ font-size:18px; color:black;text-decoration: underline; } 
.texte { font-size:14px; color:black;text-indent:40px;} 
.warn { color: #FF0000; }
.star { color: #FF0000; }
UL { list-style-type: square; } 
.red { color: #FF0000; }

#page {position:absolute; left:205px; top:85px; width:75%; z-index:1;}
#menu {position:absolute; left:40px; top:85px; width:160px;z-index:1}
#pied {clear:both; font-size: 75%;padding:0px;border: 1px solid #666666;margin: 1px;}
#entete {position:absolute; left:0; top:0px; width:100%; height:80px; z-index:1;}