body {
	background-color: #ffffff;
	margin: 0 0 0 0;
}

div.barre {
	background-image: url(img/barre.gif);
}

a.bouton {
	display: block;
	background-image: url(img/buttons.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 22px;
	padding: 0 0 0 0;
    color: white;
	text-decoration: none;
	text-align: center;
	font-family: calibri, arial;
	font-size: 11pt;
}

a.bouton:hover {
	background-position: 0 -22px;
}

a.infos {
	color: grey;
	font-size: 9pt;
}

