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

body {
	background-color: #000000;
	margin: 0px;
}


#contenu {
	position: absolute;
	height: 600px;
	width: 900px;
	left: 0px;
	top: 60px;
	margin: 0;	
}
#logo {
	position: absolute;	
	height: 60px;
	width: 200px;
	left: 0px;
	top: 0px;
	margin: 0;

}
#menu {
	position: absolute;	
     height: 60px;
	width: 550px;
	left: 200px;
	top: 0px;
	margin: 0;
	
}
#temps {
	position: absolute;	
     height: 60px;
	width: 150px;
	left: 750px;
	top: 0px;
	margin: 0;
	
}
