@charset "UTF-8";
/* CSS Document */

html { 
		margin:0;
		padding:0;
		background: url(../img/background.jpg) no-repeat center fixed; 
		-webkit-background-size: cover; /* pour Chrome et Safari */
		-moz-background-size: cover; /* pour Firefox */
		-o-background-size: cover; /* pour Opera */
		background-size: cover; /* version standardisée */
		}
	

.BLANC {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.gris {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #545454;
	text-decoration: none;
}