* {
	padding: 0;
	margin: 0;
}

html {
	height:100%; 
}

body {
	height:100%; 
	width:100%; 
	background: -webkit-gradient(linear, left bottom, right top, from(Indigo), to(Thistle));
	background: linear-gradient(45deg, Thistle, Indigo);
	}

div#haut {
	height: 110px;
}

div#milieu {
	xheight: 100%;
	width: 940px;
    margin-left: auto;
    margin-right: auto; 
}

div#slideshow {
	xheight: 100%;
	width: 700px;
	height: 450px;
    margin-left: auto;
    margin-right: auto; 
	float: left;
}

div#auteur {
	float: left;
	height: 450px;
	width: 120px;
	text-shadow: 1px 1px 0px white, 9px 9px 30px white;
}

div#auteur h1 {
	text-align: center;
}

div#fond {
	background: green;
	height: 50px;
	float: both;
}
