﻿html { 
	margin: 0;
	padding: 0;
	border: 0 none;
}
body {
	background-color: white;
	background-image:url(fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow-y:hidden;
	overflow-x:hidden;
}
#entier {
	width:1024px;
	height:720px; 
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#menu { 
	width:800px;
	height:128px; 
	margin: 0;
	padding: 0;
	position:relative;
	left:0px;
	top: 135px;
	overflow-x: hidden;
	oveflow-y: hidden;
	border: 0 none;
	background-color: transparent;
}
#contenu {
	width:730px;
	height:500px; 
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	top: 80px;
	left: -130px;
}
#videos { 
	display: block;
	position: relative;
	width:40px;
	height:200px; 
	top: -130px;
	left: 410px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	font-size: 80%;
	font-weight: Bold;
	color: red;
	text-align: center;
}

#webdesign { 
	display: block;
	position: relative;
	top: -130px;
	left: 740px;
	background-color: transparent;
	color: white;
	font-size: 80%;
	font-weight: Bold;
}
