@charset "utf-8";
/* CSS Document */

*{
	margin : 0;
	padding : 0;
}

body{
	background-color : #242424;
	
	
	font-family : Arial, sans-serif;
	color : #c3c1c1;
}
/*-------------------corps de la page--------------*/
#corps{
	background-color : #2f2f2f;
	width : 998px;
	margin : 0 auto;
	border : 2px solid black;
}
a{
	text-decoration : none;
}

/*/-------------------haut de page-----------------/*/
#haut{
	height : 239px;
	background : #0b0b0b;
}

#banniere{
	height : 195px;
	margin-bottom : 0px !important;
	margin-bottom : -3px;
}

#banniere div.banniereG{
	float : left;
	height : 195px;
	width : 186px;
}

#banniere div.banniereD{
	float : right;
	background : url(../images/banniereD.gif) no-repeat;
	height : 195px;
	width : 812px;
}

#banniere p.gros-yves{
	padding-top : 55px;
	padding-left : 451px;
	font-size : 51px;
	font-family : myriad pro;
	font-style : italic;
	
}
#banniere p.gros-immo{
	padding-left : 461px;
	font-size : 25px;
	letter-spacing : 16px;
}



/*---------------haut----menu principal---------------*/

#menu-principal{
	padding-top : 2px;
}

#vous-recherchez{
	background : url(../images/vous-recherchez.gif);
	width : 186px;
	height : 40px;
	float:left;
}

#menu{
	background-image : url(../images/menu-fond.gif);
	padding-left : 2px;
	margin-top : -2px;
	height : 42px;
	width : 810px;
	float : left;
}

#menu ul {
	list-style-type : none;
	font-weight: bold;
	padding-left : 20px;
}

#menu ul li a.active{
	color : #860001;
}

#menu ul li a {
	border-right : 1px solid #747373;
	color : #c3c1c1;
	display : block;
	font-size : 0.75em;
	line-height : 17px;
	margin-top : 15px;
	text-decoration : none;
	width : 150px;
}

#menu ul li.contact a{
	border-right : 0px;
}

#menu ul li {
	float : left;
	text-align : center;
}

#menu ul li a:hover {
	color : white;
	margin-top : 15px;
	
}




