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

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#tout{
		background-color: #000000;
		background-position: top;
		width: 1056px;
		height: 683px;
		position: absolute;
		/*top: 50%;*/
		left: 50%;
		/*margin-top: -300px; *//* moitié de height */
		margin-left: -528px; /* moitié de width */
}


#gauche{
	background-image: url(../img/bas_gauche.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	position: relative;
	height:615px;
	width:644px;
}
#press{
    padding-top:40px;
	height:16px;
	width:644px;
}
#video{
	background-color: #000000;
	margin-top:100px;
	margin-left:59px;

}
#galerie{
	text-align:right;
}
#droite{
	background-image: url(../img/droite.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:right;
	position: relative;
	width:412px;
	height:615px;
}
#menu{
	background-color: #000000;
	position: relative;
	width:1056px;
	height:20px;
	clear:left
}

#bas {
	background-image: url(../img/bande.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:18px;
	width:1056px;
	height:48px;
	position: absolute;
}

#contact{
	background-image: url(../img/fond.png);
	background-repeat: no-repeat;
	background-position: top;
	width:435px;
	height:532px;
	margin-top: 70px;
	margin-left:80px;
}


img {
	border:0px;
	padding: 0px;
}

