/* page */
* {
margin: 0;
padding: 0;
border: 0;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/background_page.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#ombre {
	position: absolute;
	left: 0%;
	top: 258px;
	width: 900px;
	height: 8px;
	background-image: url(../images/bandeau_ombre.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ligne1 {
	position: absolute;
	left: 21px;
	top: 300px;
	width: 666px;
	height: 1px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.ligne2 {
	font-size: 1px;
	position: relative;
	width: 150px;
	height: 25px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.ligne3 {
	position: relative;
	height: 25px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.ligne_marche {
	position: relative;
	width: 260px;
	height: 20px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.ligne_marche2 {
	position: relative;
	width: 363px;
	height: 20px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.img {
	position: relative;
	margin: 0 0 26px 0;
}

.box_droite {
	float:right;
	margin: 0px 0px 0px 20px;
}
.box_gauche {
	float:left;
	margin: 0px 20px 0px 0px;
}

.box_vignettes {
	float:left;
	margin: 0px 20px 20px 0px;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
	}

.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1F1F1;
	color: #OOOOOO;
	border-width: 1px 2px 2px 1px;
	border-color: #888888 #888888 #888888 #888888;
	border-style: solid;
}


/* contenu */

#bloc1 {
	position:absolute;
	width: 680px;
	top: 315px;
	left: 1px;
	margin: 20px;
}

#bloc2 {
position:absolute;
width: 315px;
top: 0;
left: 352px;
}

.colonne_une {
float:left;
width: 650px;
margin: 0 30px 0 0;
}

.colonne_deux {
float:left;
width: 310px;
margin: 0 30px 0 0;
}

.colonne_trois {
float:left;
width: 196px;
margin: 0 30px 0 0;
}

.ligne_separation {
	clear:both;
	width: 666px;
	height: 30px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#bloc2 ul, #bloc1 ul,  {
padding: 0 0 0 0px;
}

#bloc2 li, #bloc1 li {
display: list-item;
list-style: none;
background-image:url(../images/fleche_liste.gif);
background-repeat:no-repeat;
background-position:0px 0px;
padding-left: 20px;
margin-bottom: 10px;
}

.encart_standard {
	position: relative;
	width: 288px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	}
	
.encart_une {
	position: relative;
	width: 628px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	}

.encart_deux {
	position: relative;
	width: 288px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	}
	
.encart_trois {
	position: relative;
	width: 174px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	}

.encart_center {
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	text-align: center;
	}
	
	
.encart_deux_acheter {
	position: relative;
	width: 288px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	background-image: url(../images/fond_home_acheter01.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}

.encart_deux_acheter a {
	text-decoration: none;
	font-weight: normal;
	}
	
.encart_deux_acheter a:hover {
	text-decoration: underline;
	font-weight: normal;
	}

.encart_deux_acheter h1 {
	color: #F69543;
	}
	
.encart_deux_acheter h1:hover {
	text-decoration: underline;
	color: #F69543;
	}
	
.encart_deux_acheter h3 {
	color: #F69543;
	}
	
.encart_deux_acheter h3:hover {
	text-decoration: underline;
	color: #F69543;
	}

	
.encart_deux_vendre {
	position: relative;
	width: 288px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	}

.encart_deux_vendre a {
	text-decoration: none;
	font-weight: normal;
	}
	
.encart_deux_vendre a:hover {
	text-decoration: underline;
	font-weight: normal;
	}

.encart_deux_vendre h1 {
	color: #EBB215;
	}
	
.encart_deux_vendre h1:hover {
	text-decoration: underline;
	color: #EBB215;
	}

.encart_deux_vendre h3 {
	color: #EBB215;
	}
	
.encart_deux_vendre h3:hover {
	text-decoration: underline;
	color: #EBB215;
	}	

.encart_deux_societe {
	position: relative;
	width: 288px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	}

.encart_deux_societe a {
	text-decoration: none;
	font-weight: normal;
	}
	
.encart_deux_societe a:hover {
	text-decoration: underline;
	font-weight: normal;
	}

.encart_deux_societe h1 {
	color: #666666;
	}
	
.encart_deux_societe h1:hover {
	text-decoration: underline;
	color: #666666;
	}
	
.encart_deux_societe h3 {
	color: #666666;
	}
	
.encart_deux_societe h3:hover {
	text-decoration: underline;
	color: #666666;
	}
	
	
	
	
.encart_deux_news {
	position: relative;
	width: 288px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-image: url(../images/fond_news01.jpg);
	background-color: #8C6464;
	}

.encart_deux_news a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	}
	
.encart_deux_news a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	}

.encart_deux_news h1 {
	color: #FFFFFF;
	}
	
.encart_deux_news h1:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.encart_deux_news h3 {
	color: #FFFFFF;
	}
	
.encart_deux_news h3:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
	
	
	
	
.encart_une_societe {
	position: relative;
	width: 628px;
	padding: 10px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9F9;
	}

.encart_une_societe a {
	text-decoration: none;
	font-weight: normal;
	}
	
.encart_une_societe a:hover {
	text-decoration: underline;
	font-weight: normal;
	}

.encart_une_societe h1 {
	color: #666666;
	}
	
.encart_une_societe h1:hover {
	text-decoration: underline;
	color: #666666;
	}
	
.encart_une_societe h3 {
	color: #666666;
	}
	
.encart_une_societe h3:hover {
	text-decoration: underline;
	color: #666666;
	}
	
.encart_rouge {
	position: relative;
	width: 295px;
	height: 70px;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color : FFFFFF;
	line-height: 20px;
	text-align: center;
	background-color: #C55F5F;
	background-image:url(../images/img_encart_rouge.jpg);
	border-color: #cccccc;
	border-width: 0px;
	border-style: solid;
	}
	
.encart_rouge a {
	color : #FFFFFF;
	text-decoration: none;
	}
	
.encart_rouge a:hover {
	color : #FFFFFF;
	text-decoration: underline;
	}

/* presse */

.presse {
	position: relative;
	width: 295px;
	height: 70px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	}
	
.presse_blanc {
	display: block;
	position: relative;
	width: 295px;
	height: 13px;
	margin: O;
	border:0;
	}
	
.presse p {
	font-weight: normal;
	font-size: 9px;
	padding: 0;
}

.presse a {
	font-size: 9px;
	color: #666666;
	line-height: 13px;
	border: 0;
}

.presse img {
	padding-bottom: 5px;
	border: 0;
}

.presse_alaune {
	position: relative;
	width: 295px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	}

/* footer */

#footer {
	clear:both;
	width: 666px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 13px;
	text-align:center;
}


#footer p {
	font-weight: normal;
	padding-bottom: 0;
}

#footer li {
display:inline;
margin: 0;
}

#footer a {
	text-decoration:none;
	font-size: 9px;
	color: #666666;
	line-height: 13px;
}

#footer a:hover {	
	text-decoration: underline;
	font-size: 9px;
	color: #000000;
	line-height: 13px;
}

/* colonne droite */

#colonne {
	position: absolute;
	left: 730px;
	top: 264px;
	width: 150px;
}

#colonne p {
	padding: 0;
	margin: 0;
}

#colonne .img {
	position: relative;
	margin: 0;
}

#langues {
text-align:left;
}

/* login */

#login .champs {
position:absolute;
left:57px;
width: 89px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color: #OOOOOO;
background-color: #F1F1F1;
padding: 1px;
border: double 1px #888888;
}

#login .bouton {
	position:absolute;
	left:57px;
	top: 114px;
	width: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color: #F1F1F1;
	color: #OOOOOO;
	border-width: 1px 2px 2px 1px;
	border-color: #888888 #888888 #888888 #888888;
	border-style: solid;
}

#login .bouton:active {
border-width: 2px 1px 1px 2px;
border-color: #888888 #888888 #888888 #888888;
border-style: solid;
}

#login p {
	font-weight: normal;
	font-size :9px;
	line-height: 13px;
	padding-bottom:5px;
}

/* bandeau flash */

#bandeau {
	position:absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 175px;
}

/* menu */

ul#menu {
position: absolute;
left: 323px;
top: 175px;
z-index: 1;
background: transparent url(../images/flathunter_menu.jpg) top left no-repeat;
width: 577px;
height: 83px;
text-align: center;
bottom: 0;
}

ul#menu li {float: left;}

ul#menu li a {
display: block;
height: 18px;
width: 96px;
color: #fff;
font-size: 12px;
padding-top: 65px;
font-weight: bold;
text-decoration: none;
}

ul#menu li a:hover {
background: transparent url(../images/flathunter_menu.jpg) top left no-repeat;
}
ul#menu li a#menuhome:hover {
background-position:  0% 0%;
}
ul#menu li a#menu1:hover {
background-position:  0% -83px;
}
ul#menu li a#menu2:hover {
background-position: -96px -83px;
}
ul#menu li a#menu3:hover {
background-position: -192px -83px;
}
ul#menu li a#menu4:hover {
background-position: -288px -83px;
}
ul#menu li a#menu5:hover {
background-position: -384px -83px;
}
ul#menu li a#menu6:hover {
background-position: -480px -83px;
}


#menu0 {
position: absolute;
z-index: 2;
top: 175px;
background: transparent url(../images/flathunter_menu.jpg) top left no-repeat;
width: 96px;
height: 18px;
text-align: center;
color: #fff;
font-size: 12px;
padding-top: 65px;
font-weight: bold;
text-decoration: none;
bottom: 0;
}

body#page0 #menu0 {
left: 323px;
background-position:  0% 0%;
}

body#page1 #menu0 {
left: 323px;
background-position:  0% -83px;
}
body#page2 #menu0 {
left: 419px;
background-position:  -96px -83px;
}
body#page3 #menu0 {
left: 515px;
background-position:  -192px -83px;
}
body#page4 #menu0 {
left: 611px;
background-position:  -288px -83px;
}
body#page5 #menu0 {
left: 707px;
background-position:  -384px -83px;
}
body#page6 #menu0 {
left: 803px;
background-position:  -480px -83px;
}

#logo {
position: absolute;
top: 175px;
left: 0%;
background: transparent url(../images/flathunter_logo.gif) top left no-repeat;
width: 323px;
height: 83px;
}

body#page1 #logo {
background-position:  0% 0%;
}
body#page2 #logo {
background-position:  0% -83px;
}
body#page3 #logo {
background-position:  0% -166px;
}
body#page4 #logo {
background-position:  0% -249px;
}
body#page5 #logo {
background-position:  0% -332px;
}
body#page6 #logo {
background-position:  0% -415px;
}


/* navigation */

ul#nav {
position: absolute;
left: 20px;
top: 277px;
z-index: 1;
margin:0;
padding:0;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

ul#nav li {float: left;}

#nav li {
display:inline;
margin: 0 2px 0 0;
padding: 2px 4px 2px 4px;
border: 1px solid #000000;
background-color: #888888;
}

#nav a {
text-decoration:underline;
font-weight: bold;
} 

#nav a:hover {
color: #000000;
} 


body#page0 ul#nav {
color: #FFFFFF;
}
body#page0 ul#nav a {
color: #FFFFFF;
text-decoration: none;
}

body#page0 ul#nav a:hover {
color: #000000;
text-decoration: none;
}

body#page0 ul#nav .select {
color: #FFFFFF;
background-color: #C55F5F;
	}


body#page1 ul#nav {
color: #FFFFFF;
}
body#page1 ul#nav a {
color: #FFFFFF;
text-decoration: none;
}

body#page1 ul#nav a:hover {
color: #000000;
text-decoration: none;
}

body#page1 ul#nav .select {
color: #FFFFFF;
background-color: #C55F5F;
	}



body#page2 ul#nav {
color: #FFFFFF;
}
body#page2 ul#nav a {
color: #FFFFFF;
text-decoration: none;
}

body#page2 ul#nav a:hover {
color: #000000;
text-decoration: none;
}

body#page2 ul#nav .select {
color: #FFFFFF;
background-color: #F69543;
	}



body#page3 ul#nav {
color: #FFFFFF;
}
body#page3 ul#nav a {
color: #FFFFFF;
text-decoration: none;
}

body#page3 ul#nav a:hover {
color: #000000;
text-decoration: none;
}

body#page3 ul#nav .select {
color: #FFFFFF;
background-color: #EBB215;
	}



body#page4 ul#nav {
color: #FFFFFF;
}
body#page4 ul#nav a {
color: #FFFFFF;
text-decoration: none;
}

body#page4 ul#nav a:hover {
color: #000000;
text-decoration: none;
}

body#page4 ul#nav .select {
color: #FFFFFF;
background-color: #74A24F;
	}
	

body#page5 ul#nav {
color: #FFFFFF;
}
body#page5 ul#nav a {
color: #FFFFFF;
text-decoration: none;
}

body#page5 ul#nav a:hover {
color: #000000;
text-decoration: none;
}

body#page5 ul#nav .select {
color: #FFFFFF;
background-color: #4871C1;
	}



body#page6 ul#nav {
color: #FFFFFF;
}
body#page6 ul#nav a {
color: #FFFFFF;
text-decoration: none;
}

body#page6 ul#nav a:hover {
color: #000000;
text-decoration: none;
}

body#page6 ul#nav .select {
color: #FFFFFF;
background-color: #8C6464;
	}



/* citation */

#citation a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#citation a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

/* éléments standard */

ul, li {
list-style-type: none;
margin:0;
padding:0;
}

a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

a:hover {	
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
  
h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 30px;
	line-height: 26px;
	color: #666666;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #000000;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

h4 {
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 13px;
	color: #000000;
}

p {
	font-weight: normal;
	padding-bottom: 20px;
}

q {
	font-style:italic;
	quotes:none;
}


body#page1 h1, body#page1 h3 {
color: #C55F5F;
}

body#page2 h1, body#page2 h3 {
color: #F69543;
}

body#page3 h1, body#page3 h3 {
color: #EBB215;
}

body#page4 h1, body#page4 h3 {
color: #74A24F;
}

body#page5 h1, body#page5 h3 {
color: #4971C2;
}

body#page6 h1, body#page6 h3 {
color: #8C6464;
}

/* texte */

.signature {
text-align:right;
font-size:9px;
font-weight:bold;
}

.bold {
font-weight:bold;
}

.petit {
font-size:9px;
}

.linkpetit {
font-size:9px;
text-decoration: none;
}

.italic {
	font-style:italic;
}

.center {
	text-align:center;
	}
	
.select {
	color: #FFFFFF;
	}

.bold_italic {
	font-weight:bold;
	font-style:italic;
}

.bold_underline {
	font-weight:bold;
	text-decoration:underline;
}

.bold_blanc {
	font-weight:bold;
	color: #FFFFFF;
	}

.gris {
	color: #666666;
}


a.linkbox {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-decoration:none;
	}
	
a:hover.linkbox {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
	}


/* presse */

.presse {
	position: relative;
	width: 285px;
	height: 70px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	}
	
.presse_blanc {
	display: block;
	position: relative;
	width: 295px;
	height: 13px;
	margin: O;
	border:0;
	}
	
.presse p {
	font-weight: normal;
	font-size: 9px;
	padding: 0;
}

.presse a {
	font-size: 9px;
	color: #666666;
	line-height: 13px;
	border: 0;
}

.presse img {
	padding-bottom: 5px;
	border: 0;
}

.presse_alaune {
	position: relative;
	width: 285px;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color:#CCCCCC;
}

.presse_alaune p {
	font-weight: normal;
	font-size: 9px;
	padding: 0;
}

.presse_alaune a {
	font-size: 9px;
	color: #666666;
	line-height: 13px;
	border: 0;
}

.presse_alaune img {
	padding-bottom: 5px;
	border: 0;
}

.separation {
	clear:both;
	visibility:hidden;
	height: 0px;
	margin: 0;
	padding: 0;
	}
