body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	}

a:link {
   text-decoration : none;
   color: #036;
   } 
   
a:active {
   text-decoration : none;
   font-weight: bold;
   color: #69c;
   }      
  
a:hover { 
   text-decoration : none;
   font-weight: bold;
   color:#369;
   }    
   
a:visited {  
   text-decoration : none;
   color: #036;
   }

.sstitre {
	color: #369;
	font-size: 14px;
	font-weight: bold;
	}
.txt {
	font-size: 12px;
	}
.litem {
	font-weight: bold;
	}
.dates {
	font-size: 12px;
	color: #69c;
	font-weight: bold;
	}
.titre {
	color: #036;
	font-size: 16px;
	font-weight: bold;
	}
	
.rouge {
	color: red;
	font-size: 12px;
	font-weight: bold;
	}
