/* feuille de style header + menus */

div#barre_haut_site {
	height: 15px;
	background-color: #ffec00;
	font-size: 55%;
}

/* fil d'ariane */
div#ariane {
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
	line-height: 15px;
	color: #999999;
}

div#ariane a {
	color: #999999;
	text-decoration: none;
}

div#ariane a:hover {
	color: #999999;
	text-decoration: underline;
}

span#ariane_fonce {
	color: #555555;
}

/* header */
div#header {
	position: relative;
	margin: 0 auto;
	height: 165px;
	width: 960px;
	background-image: url(../images/header/header.jpg);
}

div#header a#lien_logo {
	position: absolute;
	display: block;
	top: 30px;
	left: 40px;
	height: 100px;
	width: 100px;
}

/* menus */
ul#menu {
	position: relative;
	margin: 0 auto;
	height: 20px;
	width: 960px;
}

ul#menu li {
	display: inline;
}


ul#menu li a {
	position: absolute;
	display: block;
	top: 0;
	height: 20px;
}	

ul#menu li a:hover {
		background-position: left 20px;
} 
	
	/* 01 */
	li#menu01_rechercher_vente a {		
		left: 0;
		width: 80px;
		background-image: url(../images/header/menu01_rechercher_vente.jpg);
	} 
	
	/* 02  */
	li#menu02_rechercher_location a {
		left: 80px;
		width: 80px;
		background-image: url(../images/header/menu02_rechercher_location.jpg);
	} 
	
	/* 03 */
	li#menu03_rechercher_neuf a {
		left: 160px;
		width: 80px;
		background-image: url(../images/header/menu03_rechercher_neuf.jpg);
	} 
	
	/* 04 */
	li#menu04_proposer_vente a {
		left: 240px;
		width: 80px;
		background-image: url(../images/header/menu04_proposer_vente.jpg);
	} 
		
	/* 05 */
	li#menu05_proposer_location a {
		left: 320px;
		width: 80px;
		background-image: url(../images/header/menu05_proposer_location.jpg);
	} 
	
	/* 06 */
	li#menu06_financer a {
		left: 400px;
		width: 80px;
		background-image: url(../images/header/menu06_financer.jpg);
	} 
	
	/* 07 */
	li#menu07_connaitre_agences a {
		left: 480px;
		width: 80px;
		background-image: url(../images/header/menu07_connaitre_agences.jpg);
	} 
	
	/* 08 */
	li#menu08_connaitre_metiers a {
		left: 560px;
		width: 80px;
		background-image: url(../images/header/menu08_connaitre_metiers.jpg);
	} 
	
	/* 09 */
	li#menu09_connaitre_historique a {
		left: 640px;
		width: 80px;
		background-image: url(../images/header/menu09_connaitre_historique.jpg);
	} 
	
	/* 10 */
	li#menu10_connaitre_equipe a {
		left: 720px;
		width: 200px;
		background-image: url(../images/header/menu10_connaitre_equipe.jpg);
	} 
	
	/* 11 */
	li#menu11_contact a {
		left: 920px;
		width: 40px;
		background-image: url(../images/header/menu11_contact.jpg);
	} 