#contenu {
	height: 500px;
}

#Intro{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 25px;
}

#menuArchives {
	list-style: none ;
	width: 120px;
	padding: 0 ;
	font-size: 12px;
}

#menuArchives a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

#menuArchives a:hover {
	color: #555;
}

#menuArchives li {
	padding: 0px 0px 0px 20px; 
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url("../images/bul.gif");
	margin-bottom: 2px;
	margin-left: 0px;
}