@charset "UTF-8";
/* CSS Document */
html{
	/*code image pren tout l'écran*/
	marging:0;
	padding:0;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/avatar_1280x1024.jpg);
	background-position: center;
	background-color: #009;/* couleur si image en défaut*/
	font-family: "Comic Sans MS", cursive;
	
}
body{
	font-size:1em;
	/*width: 950px;*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
header{
	height: 100px;
	background-color: #6CF;	
}
section{
	border:thin;
	background-color: #0F0;
	text-align: left;
	/*float: left;*/
	width: 75%;
	margin:auto;
	height: 1000px;
}
article{
	margin:5px;
	
	float: left;
	width: 65%;
	background-color:#90F;
}
aside{
	margin:5px;
	background-color: #FFF;
	text-align: left;
	float: right;
	width: 30%;
	max-height: 995px;
	overflow: auto;
	box-shadow: 4px 4px 4px black;
}

footer{
	width: 100%;
	background-color: #F9C;
	position: absolute;
	top: 1110px;
}