body {
	margin:0;
	overflow: auto;
	border:0;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	/*position: relative;*/
}

	


li {
	position: absolute;
}

#test1 {
	position: absolute;
	top: 60px;
	left: 5px;
	width: 200px;
	height: 180px;
	cursor: pointer;
}

#test2 {
	position: absolute;
	top: 180;
	left: 240;
	width: 200px;
	height: 180px;
	cursor: pointer;
}

#test3 {
	position: absolute;
	top: 20;
	left: 470;
	width: 200px;
	height: 180px;
	cursor: pointer;
}


.liens {
	position: absolute;
	top: 150px;
	font-family: "Calibri";
	font-size:15;
	text-decoration: none;
	color: black;
	font-weight:bold;
	
}

#example {
	position: relative;
	background-color:#E6E7F6;
	/*border:5px solid #CCCCCC;*/
	width: 690px;
	height: 375px;
	/*top: 95px;*/
}

.image {
	width: 200;
	height: 150;
	border-style: none;
}