@charset "iso-8859-2";
/* CSS Document */

/*=========================================================================================================
	GLOBAL SITE
===========================================================================================================*/

html, body {
	margin: 0 ;
	padding: 0 ;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center ; /* centrage IE */
}
body {
	background: #767A8D url(http://www.neufxpert.com/img-outil-immobilier/bg_body.jpg) repeat-x 0 0;
	behavior:url("csshover2.htc");/* Emulation du ":hover" sur IE */
	margin: 0;
}
#conteneur {
	position: relative;
	width: 990px;
	margin: 14px auto; /* centrage Mozilla */	
	text-align: left;
	background : url(http://www.neufxpert.com/img-outil-immobilier/bg_accueil.jpg) repeat-y center 0;
}
p {
	margin: 0 30px 0 30px;
	padding: 0;
	text-align: justify;
}
img {
	border: 0;
}
form {
	margin: 0;
}
a, a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
   outline:none;
}
/*========================================================================================================
	ENTETE DU SITE
==========================================================================================================*/

#head_accueil {
	width: 990px;
	height: 180px;
	background : url(http://www.neufxpert.com/img-outil-immobilier/head_accueil.jpg) no-repeat center 0;
}
#head1 {
	width: 990px;
	height: 48px;
}

#head2 {
	width: 990px;
	height: 132px;
	text-align: center;
}
#client {
	float: right;
	width: 162px;
	height: 27px;
	margin: 19px 115px 0 0;	
	background : url(http://www.neufxpert.com/img-outil-immobilier/client.gif) no-repeat center 0;
}
#client a, #client a:visited {
	display: block;
	width: 142px;
	padding: 6px 0 5px 20px;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
}
#client a:hover {
	color: #FF6600;	
	
}
/*========================================================================================================
	CORPS DU SITE
==========================================================================================================*/
#corps_accueil {
	width: 990px;
}
#left_accueil {
	float: left;
	width: 34px;
	height: 326px;
	background : url(http://www.neufxpert.com/img-outil-immobilier/left_accueil.jpg) no-repeat 0 0;
}
.porte {
	float: left;
	width: 275px;
	background : url(http://www.neufxpert.com/img-outil-immobilier/porte.jpg) no-repeat 0 0;
}
a.acces, a.acces:visited {
	display: block;
	width: 275px;
	height: 256px;
	padding: 70px 0 0 0;
	margin: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #4D5C9D;
	text-align: center;
	text-decoration: none;
}
a.acces2, a.acces2:visited {
	display: block;
	width: 275px;
	height: 256px;
	padding: 70px 0 0 0;
	margin: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #4D5C9D;
	text-align: center;
	text-decoration: none;
}
.legende_acces {
	cursor: pointer;
	display: block;
	height: 100px;
	margin: 30px 0 0 45px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #5F79B8;
	text-align: left;
	line-height: 18px;
}
a.acces:hover, a.acces2:hover {
	color: #1B2C7B;
}
#centre {
	float: left;
	width: 372px;
	height: 326px;
}
#right_accueil {
	float: left;
	width: 34px;
	height: 326px;
	background : url(http://www.neufxpert.com/img-outil-immobilier/right_accueil.jpg) no-repeat 0 0;
}
/*---------------------------------------------------------------------
	PIED DE PAGE
---------------------------------------------------------------------*/
#pied_accueil {
	clear:both;
	width: 990px;
	height: 19px;
	background : url(http://www.neufxpert.com/img-outil-immobilier/bg_pied_accueil.jpg) no-repeat center bottom;
}
#bas_accueil {
	clear:both;
	width: 990px;
	height: 55px;
	padding: 30px 0 0 0;
	background : url(http://www.neufxpert.com/img-outil-immobilier/bg_bas_accueil.jpg) no-repeat center bottom;
}
#bas_accueil p {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #777;
	padding: 5px 0 0 0;	
}
#menu_pied {
	height: 16px;
	margin: 0 25px 0 25px;
	text-align: center;
	border-top: #ddd solid 1px;
}
.conteneur_bas {
	text-decoration:none;
}
#menu_bas {
	padding: 0; 
	list-style-type: none;
	margin: 0 auto;
	color: #ccc;
} 
#menu_bas li {
	display:inline-block;
}
#menu_bas a, #menu_bas a:visited {
	width: auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;         /* sauf IE */
	padding: 1px 10px 2px 10px;
	color: #444;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
#menu_bas a:hover {
	color: #fff; 
	background: #888;
}
#menu_bas a.selected {
	color: #fff; 
	background: #036;
}