/*GENERAL*/
html, body { height: 100%; }
body { font-size: 28px; font-family: Minion, Arial, Sans-serif; background-color: #EBE2E2; }
a { color: #725112; text-decoration: none; }
a:hover { color: #9A7E9A; }
#container { width:900px; margin-right: auto; margin-left: auto; }

/*HEADER*/
#header { height: 129px; background-color: #EBE2E2; background-image:url(http://www.immobilier-dieppe.eu/img/banniere_immobilier-dieppe.jpg);
background-repeat: no-repeat; background-position: left top;margin-right: auto; margin-left: auto; }
#header h1 { display: none; }

/*MENU GAUCHE*/
#menu { text-align: left; float:left; width: 150px; height: 350px; margin-top: 20px; background-color: #EBE2E2; }
#menu h1 { font-size: 100%; font-weight: normal; }
#menu h2 { font-size: 40%; font-weight: normal; }
#menu h3 { font-size: 15%; font-weight: normal; }

/*CONTENU CENTRAL*/
#contenu { width: 600px; height: 370px; float:left; margin-left: 60px ; background-color: #EBE2E2; }
#contenu h1 { color: #555; font-size: 100%; font-weight: normal; font-family: Tahoma, Arial, Sans-serif; text-align:center; }
#contenu h2 { color: #555; font-size: 65%; font-weight: normal; font-family: minion, Arial, Sans-serif; }
#contenu h3 { color: #555; font-size: 50%; font-weight: normal; font-family: tahoma, Arial, Sans-serif; }
#contenu h4 { color: #555; font-size: 30%; font-weight: normal; font-family: Minion, Arial, Sans-serif; }
#contenu p  { color: #555; font-size: 25%; font-weight: normal; font-family: Minion, Arial, Sans-serif; }

/*FOOTER*/
#footer { color: #555; text-align: center; clear: both; border-top: 1px solid #897e61; }
#footer h3 { font-size: 60%; font-weight: normal; font-family: Minion, Arial, Sans-serif; }