#dealer {
	position: absolute;
	height: 300px;
	width: 770px;
	z-index: 1;
	top: 151px;
}
#global
{
	width: 770px;
	text-align: left;
	border: 1px solid #333333;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	background: #fff;
	margin: auto;
}
#header
{
	width: 770px;
	height: 125px;
	background-image: url(../images/back.gif);
}
#logo
{
	width: 150px;
	height: 125px;
	float: left;
}
#titre
{
	width: 620px;
	height: 125px;
	margin-left: 150px;
}
#menu
{
	width: 770px;
	height: 25px;
	position: absolute;
	overflow: visible;
	z-index: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#flash
{
	width: 770px;
	height: 300px;
	background-color: #000000;
	position: relative;
	top: 25px;
}
#contenu
{
	width: 770px;
	position: relative;
	top: 25px;
}
#foot
{
	width: 770px;
	position: relative;
	top: 25px;
}
#gauche
{
	height: 300px;
	width: 230px;
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/bar.gif);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#centre
{
	height: 300px;
	width: 230px;
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/bar.gif);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#droite
{
	height: 300px;
	width: 230px;
	padding: 10px;
	float: left;
}
