/* bloc pour image en fond de page*/
/***************************/
html {
	background-color: #000000;
	/*background-image: url(../IMAGES/backtop_cadre.gif);
	background-repeat: repeat-x;*/
	background-attachment: fixed;
	background-position: top;
} 

