body {
	font-family: Arial, sans-serif;
	/* font-family: "Trebuchet MS", Arial, sans-serif; */
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #000000;
}
.gauche {
	background-image: url(img/gauche.jpg);
	background-repeat: no-repeat;
	width: 470px;
	height: 400px;
}
.droite {
	background-image: url(img/droite.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 400px;
}
a {
	color:#AAAAAA;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
