@charset "iso-8859-1";

body{
	font-family: arial;
	font-size: 13px;
	background: #f3f3f3;
}
#pic{
	position:relative;
	left:25px;
	top:400px;
	bottom:10px;
}
#navigation{
	width: 280px;
	height:auto;
	position:fixed;
	top:210px;
	
}
#navigation ul{
	list-style: none;
}
#navigation ul li{
	height: 30px;
	border-bottom: 1px dotted #ccc;
}
#navigation ul li a{
	text-indent: 20px;
	padding: 5px 0;
	display: block;
	height: 20px;
	text-decoration: none;
	color:#4b8557;
	
	background-repeat: no-repeat;
	background-position: 5px 6px ;
}
#navigation ul li a:hover{
	background-color: #4b8557;
	background-image: url(bull.png);
	background-repeat: no-repeat;
	background-position: 5px 6px ;
	color: white;
}
#navigation ul li a.special:hover {
font-weight:bold;
background-image: url(coeur.png);}

.special{
font-weight:bold;
background-image: url(coeur.png);
}
.normal{
background-image: url(bull.png);
}
