body {
	background-image: url(img/fond.jpg); 
	background-repeat: no-repeat; 
	background-position: center 20px;
	font-family: verdana, sans-serif;
	font-size:small
}

a:link,a:visited {    
    color: #0000FF;    
    background: transparent;
    text-decoration: none;
}    

a:hover {    
    color: #000000;    
    background: #cabddd;
    text-decoration: none;
}    

    
a:active {    
    color: #fff;    
    background: #cabddd;
    text-decoration: none;
}    





