@charset "UTF-8";


/* Général */
body {
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	background: #E9E8E4;
	font-size:0.6em;
}

#bloc {
	position:relative;
	width: 680px;
	height: 450px;
	margin-right: auto ;
	margin-left: auto ;
	margin-top: 50px ;
}

#top {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	height:243px;
}

#down {
	height:205px;
}
