body {font: 14px Verdana, Arial, sans-serif;}

ul {list-style-type: none;} 

li {margin-bottom: 5px;}

.menu a {
	margin: 0px;
	width: 100px;
	height: 20px;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #990099;
	background: #FFCC66;
	font-weight: normal;
	 }
	 
.menu a:hover {
     background: #990099;
     border: 1px solid gray;
	 color: #FFCC66;
     }

.titre {
	font-size: 18px;
	font-weight: bold;
	color: #FFFF99;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC66;
}
.textesite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663399;
}
