/**** DESIGN LE SITE DES CHANSONS de Noel ****/
body
{
	background-color: #FEFFDD;
	margin: auto;
	width: 100%;
	background-image: url(fond-marine.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
.liens a
{
font-family : Arial,Helvetica, serif;
text-decoration: none;
color: blue;
}

.liens a:hover
{
color : red;
}