div#header {
	position: relative;
}

div#header a.logo {
	width: 320px;
	height: 95px;
	top: 0;
	left: 0;
	background : url(../../images/logo.jpg) repeat-x;
	position: absolute;
	z-index: 100;
}

div#header div.top {
	height: 26px;
	padding: 13px 10px 10px 340px;
	background : url(../../images/deg_header.jpg) repeat-x;
}

div#header div.top a,div#header div.top div {
	float: left;
}

div#header div.top a.maison {
	height: 14px;
	width: 16px;
	background : url(../../images/maison.gif) no-repeat;
	margin: 3px 0 0 0;
}

div#header div.top div.title {
	width: 434px;
	font-weight: bold;
	font-size: 18px;
	color: rgb(50,50,50);
	margin: 0 15px 0 15px;
	text-align: center;	
}

div#header div.top a.contact {
	width: 100px;
	font: normal normal bold 11px arial;
	color: rgb(50,50,50);
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px 10px 0 0;
}

div#header div.top a.button {
	width: 30px;
}

div#header div.middle {
	position: relative;
	background-color: black;
	background-repeat: no-repeat;
	width: 100%;
	height: 274px;
	margin: 0;
}

div#header div.middle img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:  100%;	
}

div#header div.bottom {
	height: 61px;
	background : url(../../images/barre_menu.jpg) repeat-x;
	position: relative;
}

div#header div.bottom a {
	float: left;
	font-weight: bold;
	font-size: 10px;
	margin-top: 13px;
	padding: 10px 7px;
	color: rgb(40,40,40);
	text-transform: uppercase;
	text-decoration: none;
}

div#header div.bottom a:hover,div#header div.bottom a.selected {
	background-color: rgb(139,139,139);
}

div#header div.bottom a.groupe {
	margin-left: 53px;
}

div#header div.bottom a.occasions {
	margin-left: 53px;
	cursor: default;
}

div#header div.bottom a.carrosserie {
	margin-left: 61px;
}

div#header div.bottom a.ligier {
	margin-left: 66px;
}

div#header div.bottom a.kia {
	margin-left: 55px;
}

div#header div.bottom a.motos {
	margin-left: 49px;
}

div#header div.bottom a.ssangyong {
	margin-left: 53px;
}

div#header div.bottom a.chevrolet {
	margin-left: 61px;
}

div#header div.bottom div#menu_occasion {
	display: none;	
	position: absolute;
	width: 76px;
	top: -50px;
	left : 784px;
	background-color: rgb(139,139,139);
	z-index: 100;
}

div#header div.bottom div#menu_occasion a {
	display: block;
	float: none;
	text-align: center;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 2px 0;	
	margin-bottom: 5px;
	background-color: rgb(239,239,239);
}

div#header div.bottom div#menu_occasion a:hover {
	background-color: rgb(139,139,139);
	color: white;
}