@charset "UTF-8";
@media screen{
	
	#global {
		background:white;
	}
	
	/********************************/
	/*			ENTETE				*/
	/********************************/
	#entete {
	}	
	#entete div#visuel {
		position:absolute;
		top: 60px;
		right: 0;
		width: 740px;
		height: 300px;
		background: none;
		background: url(../images/visuel-accueil.jpg);
	}/*
	#entete h1 {
		background:url(../images/logo.png) no-repeat;
	}*/
	#entete h1 a { background:url(../images/logo-new.png) no-repeat; }
	#entete #carte {
		position:absolute;
		margin: 0;
		padding:0;
		top: 0;
		left: 0;
		width: 281px;
		height: 535px;
		background:url(../images/carte.png) no-repeat;
	}
	#entete #carte span {
		display:block;
		top: 255px;
		left: 44px;
		width: 139px;
		height: 269px;
		position:relative;
		background:url(../images/menu_elastic.png) no-repeat;
	} 
	
	#entete #carte span span {
		position: absolute;
		top: 0;
		left: -99999em;
	}
	
	#entete #verbes {
		position: absolute;
		top: 0;
		left: -99999em;
	}
	#entete #action-logement {
		display:block;
		position: absolute;
		top: /*15px*/ 30px;
		left: 250px;
		z-index:6;		
	}
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#diaporama h1 {
		display: none;
	}
	#trefle {
		position:absolute;
		top: 275px;
		left: 195px;
		width: 155px;
		height: 150px;
		z-index:50;
	}
	
	
	/********************************/
	/*			MENUS				*/
	/********************************/
	#nav {
		position: relative;
		float: none;
		width: 500px;
		margin: 348px 0 0 240px;
		padding: 0 0 0 90px;
		background: url(../images/f-contenu.png) no-repeat;
	}
	
	#menu_menuparticuliers, #menu_menuentreprises {
		position: relative;
		float: left;
		margin-right: 7px;
		width: 240px;
		z-index:30;
	}
		
	#menu_menulocapass {
		position:absolute;
		top: -5px;
		left: 573px;
		width: 177px;
		height: 250px;
		z-index:40;
	}
	
	/********************************/
	/*			GENERAL				*/
	/********************************/
	#bloc_accueil-decouv {
	}
	#bloc_accueil-decouv a {
	}
	#bloc_accueil-decouv a img {
	}
	#bloc_accueil-decouv p {
	}	
	#bloc_accueil-decouv h3,#texte h3,#bloc_accueil-promos h3 {
		border-bottom: 1px solid #ccc;
	}
}
@media print {
}
