html {
	background-image: url("../images/fond.png");
	height: 100%;
	width: 100%;
	}
div#image {
	text-align: center;
	margin-top: 10%;
	
}
div#image a img {
	border-style: none;
}

/* site image*/
div#min a img {
	border-style: none;
}
div#min {
	text-align: center;
}
a#tooCool {
   position: fixed;
   right: 0;
   bottom: 0;
   display: block;
   height: 80px;
   width: 80px;
   background: url("../images/too_cool.png") bottom right no-repeat;
   text-indent: -999em;
   text-decoration: none;
}
