body{
font-family:Arial, Helvetica, sans-serif;}

#image{
width:200px;
margin:200px auto 0 auto;}

#image a{display: block ;
	width: 200px ;
	height: 200px ;
	/*color: #000 ;*/
	font-size:0 ;
	text-decoration: none ;
	background: no-repeat 0 0 ;
	border: 1px solid #999999 ;
}

#image a:hover
{
	background: no-repeat 0 -200px ;
	border: 1px solid #999999 ;
}
#annonce{

width:200px;
margin:25px auto;
text-align:center;
}

#annonce a{
border:#00CC00 dashed 1px;
text-decoration:none;
font-weight:bold;
display:block;
padding:10px 0;
color:#00CC00;
letter-spacing:0.2em}

#annonce a:hover{
background-color:#00CC00;
color:#FFFFFF;}

