@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/fond.jpg);
    margin: 0; 
    padding: 0;
	}

	#container {
		width: 780px;
		height: 368px;
		left:50%;
		position: absolute;
		margin-top: -184px;
		margin-left: -390px;
		top: 50%;
    	}
