/* CSS Document */


div#menu{
	border: 1px;
	background-color: #A4EEB7;
	width: 180px;
	border-style: solid;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}

div#menuspace{
	
	height: 2px;
	
}

div#menu p.titre {
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 6px 0px;
	color: #000000;
}
div#menu p.ligne{
	text-indent: 24px;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-image: url(../images/annonce01_puce.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}



div#menu p.lignesep{
	text-indent: 24px;
	background: 10px 0px;
	margin: 6px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}

div#menu a{
	text-align: center;
	text-decoration: none;
	color: #333333;
}
div#menu a:hover{
	text-align: center;
	text-decoration: none;
}

