*{
	margin: 0;
	padding: 0;
}
html, body{
    height: 100%;
}
body{
	font: .8em/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #fff url(../im/layout/bg_page.png) 0 0 repeat-x;
	text-align: center;
	position: relative;
}
a, a:visited{
	color: #000;
	outline: none;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style: none;
}
img{
	border: 0;
}
hr{
	clear: both;
	display: block;
	visibility: hidden;
	height: 1px;
}
h1{
	clear: both;
	text-align: left;
}
div#contenu h1, h2, div#menud p.titre{
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	padding-bottom: 3px;  
	font-style: italic;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4em;
}
/*Msg connexion*/
div#accesagence{
	padding: 5px;
	margin: 10px 0;
	color: red;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	border: 1px solid red;
}
div#accesagence a{
	color: red;
}
/*##########################################
#                 LAYOUT                   #
##########################################*/
/*LIEN ADMIN*/
a#lienadmin{
	position: absolute;
	display: block;
	right: 5px;
	top: 0;
	width: 150px;
	height: 25px;
	line-height: 25px;
	color: #00afe2;
	font-size: 1.2em;
	text-align: right;
}
a#lienadmin:hover{
	color: #fff;
}
/*HEADER*/
div#header{
	position: relative;
	width: 980px;
	height: 185px;
	text-align: left;
	margin: 0 auto;
}
div#header img#logo{
	position: absolute;
	top: 7px;
}
div#header #pub{
	position: absolute;
	top: 7px;
	right: 0;
	z-index:1;
}
div#header h1, div#header p{
	position: absolute;
	top: 110px;
	left: 255px;
	height: 28px;
	line-height: 28px;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
  	font-family: candara, "Lucida Grande", tahoma, arial, helvetica, sans-serif;
	color: #fff;
}
img#maison{
	display: block;
	position: absolute;
	top: 100px;
	right: 0;
}
/*ONGLETS*/
ul#onglets{
	text-align:center;
	height: 31px;
	width: 780px;
	margin: 0 auto;
	padding-right:200px;
}
ul#onglets li{
    float: left;
	margin-right: 15px;
	background:url(../im/layout/menuRightNormal.png) 100% 0 no-repeat;
}
ul#onglets li#menu_selection{
	background:url(../im/layout/menuRightSelection.png) 100% 0 no-repeat;
}
ul#onglets li.current, ul#onglets li#menu_selection.current{
	background:url(../im/layout/menuRightCurrent.png) 100% 0 no-repeat;
}
ul#onglets li a {
   	display: block;
	height: 20px;
	float:left;
    padding: 5px 25px;
	background: url(../im/layout/menuLeftNormal.png) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
ul#onglets li#menu_selection a {
	color: #c00;
	background: url(../im/layout/menuLeftSelection.png) 0 0 no-repeat;
}
ul#onglets li.current a, ul#onglets li#menu_selection.current a {
	background: url(../im/layout/menuLeftCurrent.png) 0 0 no-repeat;
	color: #000;
	border-bottom: 1px solid #fff;
}
ul#onglets li a:hover {
   	color: #ff0;
}
ul#onglets li#menu_selection a:hover {
   	color: #000;
}
ul#onglets li.current a:hover {
   	color: #000;
}
/*CONTENEUR*/
div#conteneur{
	position:relative;
	width: 980px;
	margin:  0 auto;
	text-align: left;
	background: #fff;
	clear: both;
	z-index: 1;
}
/*CONTENU*/
div#contenu{
	position:relative;
	float: left;
	width: 660px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	z-index: 2;
}
/*MENU DROITE*/
div#menud{
	float: right;
	width: 300px;
	margin-top: 20px;
}
div#menud h2, div#menud p.titre{
	margin-bottom: 0;
	background: #fff;
}
/*Edito*/
div#edito{
	background: #f9faef;
	margin-bottom: 20px;
	width: 300px;
}
div#edito a{
	text-decoration:none;
}


div#edito p{
	padding: 10px 3px;
	width: 294px;
}
/*recherche*/
form#immocodeform{
	width: 280px;
	margin: 0 10px;
	height: 30px;
	margin-bottom: 20px;
}
p.immocodetxt{
	width: 280px;
	margin: 10px 10px 15px;
}
form#immocodeform input{
	margin-top: 7px;
	padding: 3px;
	float: left;
}
form#immocodeform a{
	display: block;
	float: left;
	width: 66px;
	height: 36px;
	margin-left: 5px;
	text-indent: -5000px;
	background: url(../im/layout/1btnOk.png) 0 0 no-repeat;
}
form#immocodeform a:hover{
	background-position: 0 -36px;
}

/*recherche*/
form#refform{
	width: 280px;
	margin: 0 10px;
	height: 30px;
	margin-bottom: 20px;
}
p.refformtxt{
	width: 280px;
	margin: 10px 10px 15px;
}
form#refform input{
	margin-top: 7px;
	padding: 3px;
	float: left;
}
form#refform a{
	display: block;
	float: left;
	width: 66px;
	height: 36px;
	margin-left: 5px;
	text-indent: -5000px;
	background: url(../im/layout/btnOk.png) 0 0 no-repeat;
}
form#refform a:hover{
	background-position: 0 -36px;
}


div#edito p{
	padding: 10px 3px;
}
/*Vitrine*/
div#vitrine{
	margin-bottom: 30px;
	height: 400px;
}
div#menud > div#vitrine{
	margin-bottom: 20px;
}
div#vitrine div{
	margin-bottom: 10px;
	background: #f9faef;
}
div#vitrine div h3{
	background: #b9c64e;
	padding: 3px;
	margin-bottom: 10px;
}
div#vitrine div img{
	margin-left: 5px;
	float: left;
}
div#vitrine div ul{
	float: right;
	width: 185px;
	margin-right: 5px;
}
div#vitrine div li{
	margin-bottom: 5px;
}
div#vitrine div p.description{
	margin: 5px;
	padding: 5px;
	background: #edf0d1;
	border: 1px dashed #ccd57d;
}
div#vitrine div p.description a{
	color: #c00;
	font-weight: bold;
}
div#nav{
	margin: 10px 0;
	padding: 0;
	background: #fff;
	text-align: center;
	font-weight: bold;
}
div#nav a {
	margin: 0 5px;
	padding: 0 3px;
	border: 1px solid #e7a9a9;
	background: #f2f2f2;
	text-decoration: none;
	color: #000;
}
div#nav a.activeSlide, div#nav a:hover {
	background: #900;
	color: #fff;
}
/*Mag*/
div#mag{
	background: #f9faef;
	margin: 20px 0;
	padding-bottom: 5px;
}
div#mag p#ex{
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
	color: #666;
	text-align: center;
}
div#mag img{
	float: left;
	margin-left: 5px;
}
div#mag ul{
	float: right;
	margin-right: 5px;
	width: 195px;
	font-size: .9em;
}
div#mag ul li{
	margin-bottom: 15px;
}
div#mag ul li a{
	padding-left: 16px;
	background: url(../im/layout/bullet_go.png) 0 0 no-repeat;
}
/*Bloc minisite coté*/
div#cotesite {
	margin-bottom:20px;
}

/*Tags*/
div#tags{
	margin: 20px 0;
	padding-bottom: 5px;
}
div#tags p{
	margin-top: 10px;
}
div#tags p.titre{
	margin-top: 0;
	margin-bottom: 10px;
}
div#tags a{
	line-height: 1.5em;
	text-decoration: none;
	color: #333;
}
div#tags a.tag1{
	font-size: 2em;
}
div#tags a.tag2{
	font-size: 1.8em;
}
div#tags a.tag3{
	font-size: 1.6em;
}
div#tags a.tag4{
	font-size: 1.4em;
}
div#tags a.tag5{
	font-size: 1.2em;
}
div#tags a.tag6{
	font-size: 1em;
}
div#tags a:hover{
	text-decoration: underline;
}
div#tags p a{
	padding-left: 16px;
	background: url(../im/layout/bullet_go.png) 0 0 no-repeat;
	text-decoration: underline;
}
div#tags p a:hover{
	text-decoration: none;
}
/*FOOTER*/
div#footer{
	clear: both;
	color: #fff;
	background: #007496;
	font-size: .9em;
	text-align: center;
	border-top: 1px solid #000;
	padding: 3px;
}
div#footer a{
	text-decoration: none;
	color: #fff;
}
div#footer a:hover {
	text-decoration:underline;
}
/*##############################################
#               SLIDER ACCUEIL                 #
##############################################*/
div.scrollable {  
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	width: 660px;	 
	height: 330px;
}
div#thumbs{	
	position: absolute;
	width: 20000em;	 
	height: 330px;	
	clear: both;
}
#thumbs div{
	float: left;
	width: 220px;
	height: 330px;
	color: #fff;
	overflow: hidden;
	background: #1f1f1f;
}
#thumbs div a{
	color: #fff;
}
#thumbs div.alternate{
	background: #333;
}
#thumbs div.hover{
	background: #000;	
}
#thumbs div div.img{
	float: none;
	height: 150px;
	width: 100%;
}
#thumbs div div.img img{
	width: 220px;
	display: block;
}
#thumbs h3{
	margin: 5px 5px 10px 5px;		
	font-size: 1.2em;
}
#thumbs h3 a{
	color: #c00;
}
#thumbs ul, #thumbs p{
	margin: 5px 5px 10px 5px;
}
#thumbs p{
	margin: 0 5px 5px 5px;
	padding-top: 4px;
	border-top: 1px solid #484848;
}
#thumbs p a{
	color: #c00;
	font-weight: bold;
}
/*##########################################
#                RESULTATS                 #
##########################################*/
/*Moteur de recherche*/
form#moteur{
	position: relative;
	width: 660px;
	margin-bottom: 20px;
	background: #f2f2f2 url(../im/layout/bgMoteur.png) 0 100% no-repeat;
	z-index: 100;
}
form#moteur p#introMoteur{
	padding: 0 5px;
	width: 650px;
	margin-bottom: 10px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	background: #900 url(../im/layout/bgIntroMoteur.png) 0 0 no-repeat;
}
form#moteur fieldset{
	position: relative;
	padding: 5px;
	width: 650px;
	border: 0;
}
form#moteur p.block {
	float: left;
	height: 60px;
	margin-bottom: 20px;
}
form#moteur p.block.quoi {
	width: 200px;
}
form#moteur p.block.ville {
	width: 230px;
}
form#moteur label{
	display: block;
	width:100%;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}
form#moteur input.textfield{
	width: 150px;
	color: #999;
	font-size: 1.1em;
	border: #999 1px solid;
	padding: 2px;
}
form#moteur input:focus {
	background: #fff;
	border-color: #c00;
}
form#moteur select{
	width: 180px;
	border: #999 1px solid;
	padding: 2px;
}
form#moteur select:focus{
	background: #fff;
	border-color: #c00;
}
form#moteur p.block a#display_zones{
	margin-left: 10px;
	padding-left: 20px;
	background: url(../im/layout/icon/magnifier.png) 0 0 no-repeat;
}
form#moteur p#bouton{
	width: 220px;
}
form#moteur p#bouton a{
	display: block;
	margin-left: 40px;
	width: 150px;
	height: 60px;
	color: #fff;
	font-size: 1.2em;
	border: none;
	background-image: url(../im/layout/btnSearch.png);
	text-align: center;
	cursor: pointer;
	text-indent: -5000px;
}
form#moteur p#bouton a:hover{
	background-position: 0 -60px;
}
form#moteur p#bouton a:active{
	background-position: 0 -120px;
}
/*Autocomplete*/
form#moteur div.suggestionsBox{
    position: absolute;
    left: 200px;
    top: 55px;
    width: 220px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	z-index: 200;
}
iframe{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
}
form#moteur div.suggestionsBox div.suggestionList li{
    padding: 3px;
    cursor: pointer;
	list-style: none;
}
form#moteur div.suggestionsBox div.suggestionList li{
    font-weight: bold;
}
form#moteur div.suggestionsBox div.suggestionList li:hover{
    background: #c00;
}
form#moteur div.suggestionsBox div.suggestionList li.intitule:hover{
    background: #000;
	cursor: default;
}
form#moteur div.suggestionsBox div.suggestionList li span{
    color: #ccc;
	font-style: italic;
}
/*Affiner*/
form#moteur a.affine{
	clear: both;
	display: block;
	width: 150px;
	padding: 5px;
	font-weight: bold;
	color: #333;
	font-size: 1.1em;
	text-align: center;
	text-indent: 12px;
	background: #dadada url(../im/layout/bgAffine.png) 5px 50% no-repeat;
}
/**/
form#moteur ul#destinations{
	position: absolute;
	left: 200px;
	top: 45px;
	z-index: 100;
}
form#moteur ul#destinations li{
	float: left;
	margin-right: 10px;
}
form#moteur ul#destinations a{
	float: left;
	color: #333;
	font-size: 10px;
}
form#moteur ul#affiner_menu{
	clear: both;
	height: 30px;
}
form#moteur ul#affiner_menu li{
	float: left;
	margin-right: 10px;
}
form#moteur ul#affiner_menu li a{
	float: left;
	display: block;
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	font-weight: bold;
	color: #333;
	font-size: 1.1em;
	text-align: center;
	text-indent: 12px;
	background: #dadada url(../im/layout/bgAffine.png) 5px 50% no-repeat;
}
form#moteur ul#affiner_menu li a.disabled{
	color: #ccc;
	background-color: #e6e6e6;
}
form#moteur ul#affiner_menu li a.disabled:hover{
	color: #333;
}
/**/
form#moteur div#affiner{
	padding: 0 5px;
	background: #dadada;
	color: #333;
}
form#moteur div#affiner p{
	float:left;
	width: 33.33%;
	margin-top: 10px;
}
form#moteur div#affiner label{
	display: block;
	width: 100%;
	font-size: 1.1em;
	margin-bottom: 5px;
}
form#moteur table{
	float:left;
	width: 66%;
	margin-top: 10px;
	border: 0;
}
form#moteur table th{
	font-size: 1.1em;
	padding-bottom: 5px;
	font-weight: bold;
}
form#moteur table td{
	padding: 2px 0;
}
form#moteur .destinations{
	position: absolute;
	left: 220px;
	top: 103px;
}
form#moteur .destinations a{
	color: #333;
	font-size: 1.2em;
}
/*carte*/
div#carte{
	width: 650px;
	padding-top: 10px;
	height: 450px;
}
/*Videos*/
div#videos {
	position: relative;
	height: 165px;
	margin-bottom: 20px;
	background: #f2f2f2 url(../im/layout/bgVideos.png) 0 100% no-repeat;
}
div#videos p#introVideos{
	padding: 0 5px;
	margin-bottom: 10px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	background: #000 url(../im/layout/bgIntroVideos.png) 0 0 no-repeat;
}
div#videos a#btnPrev{
	display: block;
	position: absolute;
	width: 26px;
	height: 53px;
	top: 80px;
	left: 163px;
	background: #f2f2f2 url(../im/layout/btnPrev.png) 0 0 no-repeat;
	text-indent: -5000px;
}
div#videos a#btnPrev.gris{
	background: #f2f2f2 url(../im/layout/btnPrevGris.png) 0 0 no-repeat;
	cursor: default;
}
div#videos a#btnNext{
	display: block;
	position: absolute;
	width: 26px;
	height: 53px;
	top: 80px;
	left: 620px;
	background: #f2f2f2 url(../im/layout/btnNext.png) 0 0 no-repeat;
	text-indent: -5000px;
}
div#videos a#btnNext.gris{
	background: #f2f2f2 url(../im/layout/btnNextGris.png) 0 0 no-repeat;
	cursor: default;
}
div#videos div#vignettes{
	position: absolute;
	top: 38.5px;
	right: 40px;
	height: 115px;
	width: 432px;
	overflow: hidden;
}
div#videos div#vignettes div.vignette{
	position: relative;
	float: left;
	height: 20px;
	width: 128px;
	padding-bottom: 96px;
	margin-left: 12px;
	background-position: 0 20px;
	background-repeat: no-repeat;
}
div#videos div#vignettes div h3{
	text-align: center;
	font-size: 1em;
}
div#videos div#vignettes div a{
	display: block;
	width: 46px;
	height: 46px;
	margin-top: 25px;
	margin-left: 41px;
	background: transparent url(../im/layout/play.gif) 0 0 no-repeat;
	text-indent: -5000px;
}
div#videos div#vignettes div > a{
	background: transparent url(../im/layout/play.png) 0 0 no-repeat;
}
/*Alerte*/
div#alerte{
	position: relative;
	margin-bottom: 20px;
	background: #f2f2f2 url(../im/layout/bgAlerte.png) 0 100% no-repeat;
}
div#alerte p#introAlerte{
	padding: 0 5px;
	margin-bottom: 10px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	background: #000 url(../im/layout/bgIntroVideos.png) 0 0 no-repeat;
}
div#alerte form{
	margin: 0 10px 0 155px;
}
div#alerte form h6{
	font-size: 1em;
}
div#alerte form p{
	float:left;
	position: relative;
	width: 197px;
	margin-top: 10px;
}
div#alerte form p.btn{
	width: 100px;
	padding-top: 1.6em;
}
div#alerte form p.btn a{
	display: block;
	width: 100px;
	height: 23px;
	background: #f2f2f2 url(../im/layout/btnAlerte.png) 0 0 no-repeat;
	text-indent: -5000px;
}
div#alerte form p span{
	margin-top: 2px;
	font-style: italic;
	color: #999;
}
div#alerte form label{
	display: block;
	float: left;
	width: 165px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
div#alerte form input.textfield{
	width: 165px;
	font-size: 1.1em;
	border: #999 1px solid;
	padding: 2px;
}
div#alerte form p#case{
	width: 400px;
	margin-top: 0;
}
div#alerte form p#case label{
	display: block;
	width: 500px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
}
/*Annonces*/
div#affichage{
	height: 3.5em;
	margin-bottom: 20px;
	background: #f2f2f2;
	border: 1px solid #ccc;
}
/*Nbr annonces*/
div#affichage form#nbrAnnonces{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
div#affichage form#nbrAnnonces label{
	font-weight: bold;
}
div#affichage form#nbrAnnonces select{
	width: 50px;
	border: #999 1px solid;
	padding: 2px;
}
div#affichage form#nbrAnnonces select:focus{
	background: #fff;
	border-color: #c00;
}
/*Filtre*/

div#affichage ul#trier-annonces{
	float: right;
	height: 18px;
	padding: 3px 0;
	margin: 10px;
	font-weight: bold;
}
div#affichage ul#trier-annonces li {
	float: right;
	margin-left: 10px;
	line-height: 18px;
	background: #f2f2f2 url(../im/layout/filtreRightNormal.png) 100% 0 no-repeat;
}
div#affichage ul#trier-annonces li.current {
	background: #c00 url(../im/layout/filtreRightCurrent.png) 100% 0 no-repeat;
}
div#affichage ul#trier-annonces li#label {
	background: none;
}
div#affichage ul#trier-annonces li a{
	display: block;
	padding: 0 15px;
	background: url(../im/layout/filtreLeftNormal.png) 0 0 no-repeat;
	text-decoration: none;
	color: #666;
}
div#affichage ul#trier-annonces li.current a{
	background: url(../im/layout/filtreLeftCurrent.png) 0 0 no-repeat;
	color: #fff;
}
div#affichage ul#trier-annonces li a:hover{
	color:#000;
}
div#affichage ul#trier-annonces li.current a:hover{
	color: #fff;
}
/*Affichage des annonces*/
div.annonce{
	padding: 0 0 5px 2px;
	margin-bottom: 20px;
	border: 1px solid #ccd57d;
	background: #fff url(../im/layout/fd-liste-annonces.png) 100% 0 no-repeat;
}
div.annonce:hover{
	border-color: #c00;
}
div.annonce a{
	text-decoration: none;
}
div.annonce a:hover{
	text-decoration: underline;
}
div.annonce h2, div.annonce h3{
	margin: 0 170px 0 10px;
	padding: 0;
	height: 18px;
	font-size: 1.3em;
	font-style: normal;
	line-height: 18px;
	font-family: candara, "Lucida Grande", tahoma, arial, helvetica, sans-serif;
	border-bottom: none;
}
div.annonce p.tarif{
	float: right;
	width: 160px;
	height: 18px;
	margin-top: -18px;
	font-weight: bold;
	line-height: 18px;
}
div.annonce p.pieces{
	height: 20px;
	margin-right: 170px;
	margin-bottom: 2px;
	margin-left: 10px;
	line-height: 20px;
}
div.annonce p.date{
	float: right;
	width: 160px;
	height: 20px;
	margin-top: -20px;
	margin-bottom: 2px;
	line-height: 20px;
}
div.annonce div.medias{
	float: left;
	margin: 10px 10px 0 10px;
	width: 102px;
}
div.annonce div.medias a img{
	border: 1px solid #f2f2f2;
}
div.annonce div.medias p{
	margin-top: 5px;
	font-weight: bold;
}
div.annonce div.medias p img{
	vertical-align: top;
	margin-left: 15px;
}
div.annonce p.txt-annonces{
	margin: 10px 10px 2px 120px;
}
div.annonce a.ajt-selection{
	float: right;
	display: block;
	padding-left: 20px;
	width: 140px;
	height: 18px;
	margin-top: 10px;
	margin-right: 5px;
	line-height: 18px;
	background: #fff url(../im/layout/bgAjtSelection.png ) 0 0 no-repeat;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
}	
div.annonce a.suppr-selection{
	float: right;
	display: block;
	padding-left: 20px;
	width: 110px;
	height: 18px;
	margin-top: 10px;
	margin-right: 5px;
	line-height: 18px;
	background: #fff url(../im/layout/bgSupprSelection.png ) 0 0 no-repeat;
	color: #666;
	font-size: .9em;
	font-weight: bold;
}
div.annonce p.annonce_footer{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
/*Bloc agences*/
div.annonces-agences {
	margin: 35px 5px 0 120px;
	padding: 2px;
	height: 40px;
	border: 1px solid #ccc;
	background: #f9faef;
}
div.annonces-agences p {
	margin-bottom: 4px;
}
div.annonces-agences img{
	float: left;
	margin-right: 5px;
}
div.annonces-agences a.agence{
	margin-left: 5px;
	font-weight: bold;
}
div.annonces-agences p.ref {
	margin-top: -20px;
	text-align: right;
	color: #666;
}
div.annonces-agences p.coordonnees{
	margin-bottom: 0;
	font-weight: bold;
	font-size: .9em;
}
div.annonces-agences p.coordonnees span{
	display: block;
	float:left;
	width: 100px;
	height: 18px;
	padding-left: 27px;
	line-height: 18px;
	margin-left: 5px;
	background: url(../im/layout/tel.png) 0 0 no-repeat;
}
div.annonces-agences p.coordonnees a{
	display: block;
	float: left;
	width: 100px;
	height: 18px;
	padding-left: 27px;
	line-height: 18px;
	margin-left: 15px;
	background: url(../im/layout/contact.png) left no-repeat;
}
/*Zone de navigation*/
div#pageNav {
  	font-size: 1.2em;
  	margin-bottom: 20px;
  	text-align: center;
	clear:both;
}
div#pageNav span, div#pageNav a {
	margin-right: 5px;
  	padding: 2px 9px 3px 9px;
  	border: 1px solid #e7a9a9;
  	background: #f2f2f2;
	text-decoration: none;
}
div#pageNav span, div#pageNav a:hover {
  	background: #900;
	color: #fff;
}
/*##########################################
#                 ANNONCE                  #
##########################################*/
/*Banniere agence*/
img#banniere{
	display: block;
	margin: 0 auto 10px auto;
	border: 1px solid #f2f2f2;
}
/*Description*/
div#description{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #edf0d1 url(../im/layout/bgDescription.png) 0 100% no-repeat;
}
div#description h2{
	padding: 0 5px;
	margin: 0 0 25px 0;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
  	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #b9c64e url(../im/layout/bgIntroDescription.png) 0 0 no-repeat;
	border: none;
}
div#description p#sousTitre{
	margin-top: -20px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #666;
	font-style: italic;
	font-size: 1em;
}
div#description p#infos{
	position: absolute;
	display: inline;
	right: 5px;
	top: 30px;
	padding: 0 .2em;
	font-weight: bold;
	border: 1px solid #ccd57d;
	background: #fff;
}
div#description p#infos span{
	padding: 0 5px;
	background: #ccd57d;
}
div#description p#desc{
	margin: 5px 5px 0 5px;
}
/*Videos*/
div#video {
	position: relative;
	margin-bottom: 20px;
	background: #f2f2f2 url(../im/layout/bgVideo.png) 0 100% no-repeat;
}
div#video p#titreVideo{
	padding: 0 5px;
	margin-bottom: 10px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	background: #000 url(../im/layout/bgIntroVideos.png) 0 0 no-repeat;
}
ul.thumbs{
	float: left;
	width: 266px;
	margin: 0 5px 0 10px;
}
ul.thumbs li{
	float: left;
	width: 128px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
ul.thumbs li img{
	display: block;
	margin: 0 auto;
}
div#video div#film{
	width: 369px;
	height: 299px;
	margin-bottom: 10px;
	overflow: hidden;
}

/* Partenaires */
div.partenaire
{
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px dotted #999;
	margin-top:3px;
}
div.partenaire img
{
	padding:3px;
	margin:0 5px 5px 0;
	border:1px solid #ccc;
	float:left;
}
div.partenaire img:hover
{
	border:1px solid #CCD57D;
}
div.partenaire a.titre
{
	display:block;
	margin-bottom:8px;
	text-decoration:none;
	font-family: candara, "Lucida Grande", tahoma, arial, helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
div.partenaire a.titre:hover
{
	text-decoration:underline;
}
div.partenaire p
{
	margin-top:5px;
}

/*Details*/
div#details{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #edf0d1 url(../im/layout/bgDescription.png) 0 100% no-repeat;
}
div#details p#titreDetails{
	padding: 0 5px;
	margin: 0 0 5px 0;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	background: #b9c64e url(../im/layout/bgIntroDescription.png) 0 0 no-repeat;
	border: none;
}
div#details ul{
	width: 650px;
	margin: 10px 5px;
	line-height: 2em;
}
div#details ul li{
	float: left;
	width: 308px;
	padding-left: 17px;
	background: #edf0d1 url(../im/layout/bullet_green.png) 5px 55% no-repeat;
}
/*Photos*/
div#photos {
	position: relative;
	margin-bottom: 20px;
	background: #f2f2f2 url(../im/layout/bgPhoto.png) 0 100% no-repeat;
}
div#photos p#titrePhotos{
	padding: 0 5px;
	margin-bottom: 10px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	background: #000 url(../im/layout/bgIntroVideos.png) 0 0 no-repeat;
}
div#photos ul.thumbs{
	float: left;
	width: 210px;
	margin: 0 5px 0 10px;
}
div#photos ul.thumbs li{
	float: left;
	width: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
}
div#photos div#cadrephoto{
	margin-bottom: 10px;
	margin-left: 225px;
	text-align: center;
}
div#photos div#cadrephoto img#photo{
	margin: 0 auto;
}
/*Contact*/
form#contactAgence{
	width: 660px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #fff url(../im/layout/bgContact.png) 0 100% no-repeat;
}
form#contactAgence *{
	margin: 0 10px;
	outline: none;
}
form#contactAgence p{
	margin: .5em 10px;
}
form#contactAgence p#introContact{
	padding: 0 5px;
	margin: 0 0 10px 0;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	background: #025972 url(../im/layout/bgIntroContact.png) 0 0 no-repeat;
}
form#contactAgence p#remarque{
	margin: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
form#contactAgence label{
	display: block;
  	padding-left: 10px;
	font-weight: bold;
  	background: url(../im/layout/bgLabelContact.png) 0 60% no-repeat;
}
form#contactAgence label:hover{
	cursor: pointer;
}
/*Champs de texte*/
form#contactAgence input.textfield{
	width: 616px;
	padding: 2px;
	border: 1px solid #ccc;
}
form#contactAgence input.textfield:focus{
	background: #f9f9f9;
	border: 1px solid #026d8c;
}
/*Textarea*/
form#contactAgence textarea{
	width: 616px;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 1em;
  	font-family: "Trebuchet MS", sans-serif;
}
form#contactAgence textarea:focus{
	background: #f9f9f9;
	border: 1px solid #026d8c;
}
/*Bouton d'envoi*/
form#contactAgence p#envoyer a{
	display: block;
	height: 55px;
	width: 150px;
	margin:  auto;
	background: #fff url(../im/layout/btnForm.png) 0 0 no-repeat;
	text-indent: -5000px;
	border: none;
	cursor: pointer;
}
form#contactAgence p#envoyer a:hover{
	background-position: 0 -60px;
}
form#contactAgence p#envoyer a:active{
	background-position: 0 -120px;
}
/*Fil*/
p#fil{
	margin-bottom: 20px;
	padding-top: 2px;
	border-top: 1px solid #ccc;
}
p#fil a{
	padding-left: 16px;
	font-weight: bold;
	background: #fff url(../im/layout/back.png) 0 50% no-repeat;
	text-decoration: none;
}
p#fil a:hover{
	text-decoration: underline;
}
/*Boites menu droit*/
div.redBox{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #f2f2f2 url(../im/layout/bgRedBox.png) 0 100% no-repeat;
}
div.redBox h6{
	padding: 0 5px;
	margin-bottom: 10px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	background: #900 url(../im/layout/titreRedBox.png) 0 0 no-repeat;
}
/*Infos agence*/
div#infosAgence a{
	text-decoration: none;
}
div#infosAgence a:hover{
	text-decoration: underline;
}
div#infosAgence dl{
	margin: 0 10px;
}
div#infosAgence dt{
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
div#infosAgence h2{
	margin: 10px;
	padding-bottom: 2px;
	background: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
}
div#infosAgence dd{
	padding-left: 20px;
	margin-bottom: 10px;
}
div#infosAgence dd#fiche{
	padding-left: 20px;
	background: #f2f2f2 url(../im/layout/icon/layout.png) 0 0 no-repeat;
}
div#infosAgence dd#adresse{
	padding-left: 20px;
	background: #f2f2f2 url(../im/layout/icon/house.png) 0 0 no-repeat;
}
div#infosAgence dd#tel{
	padding-left: 20px;
	background: #f2f2f2 url(../im/layout/icon/telephone.png) 0 50% no-repeat;
}
div#infosAgence dd#web{
	padding-left: 20px;
	background: #f2f2f2 url(../im/layout/icon/link.png) 0 50% no-repeat;
}
div#infosAgence dd#form{
	padding-left: 20px;
	background: #f2f2f2 url(../im/layout/icon/email.png) 0 50% no-repeat;
}
/*Services*/
div#services{
	text-align: center;
}
div#services h6{
	text-align: left;
}
div#services ul{
	margin: 0 10px;
	text-align: left;
}
div#services ul li{
	height: 30px;
	margin-bottom: 10px;
	padding: 5px 0;
	padding-left: 35px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
div#services ul li#print{
	background: #f2f2f2 url(../im/layout/print.png) 0 0 no-repeat;
}
div#services ul li#visite{
	background: #f2f2f2 url(../im/layout/visite.png) 0 0 no-repeat;
}
div#services ul li#ami{
	background: #f2f2f2 url(../im/layout/sendAmi.png) 0 0 no-repeat;
}
div#services ul li#selection{
	background: #f2f2f2 url(../im/layout/selection.png) 0 0 no-repeat;
}
div#services p{
	margin: 10px 10px 0 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	text-align: left;
}
div#services img{
	margin-top: 10px;
	border: 1px solid #ccc;
}
/*Localisation*/
div#localisation div#carte2{
	 width: 280px;
	 height: 280px;
	 margin: 10px 10px 0 10px;
	 overflow: hidden;
	 align: center;
}
/*##########################################
#           FORMULAIRE POP-UP              #
##########################################*/
form.contact{
	width: 590px;
	padding: 5px;
	background: #fff;
	text-align: left;
	font-size: .8em;
}
form.contact *{
	padding: 0;
	margin: 0;
	outline: none;
}
form.contact fieldset{
	margin-bottom: 20px;
	border: none;
}
form.contact legend{
	padding-bottom: 3px;
	margin-left: 5px;
	color: #026d8c;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
}
form.contact h1{
	padding: 10px 0;
	color: #fff;
	background: #026d8c;
	text-align: center;
	border-bottom: 2px solid #025972;
}
form.contact p{
	margin: 1em 0;
	line-height: 1em;
}
form.contact p#intro{
	margin: 10px 0 20px 0;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
}
form.contact label{
	float: left;
	width: 37%;
	margin-right: 1%;
  	text-align: right;
	font-weight: bold;
}
form.contact label:hover{
	cursor: pointer;
}
/*Champs de texte*/
form.contact input.textfield{
	width: 40%;
	padding: 2px;
	border: 1px solid #ccc;
}
form.contact input.textfield:focus{
	background: #f9f9f9;
	border: 1px solid #026d8c;
}
/*Textarea*/
form.contact textarea{
	width: 40%;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 1em;
  	font-family: "Trebuchet MS", sans-serif;
}
form.contact textarea:focus{
	background: #f9f9f9;
	border: 1px solid #026d8c;
}
/*Select*/
form.contact select{
	width: 99%;
	padding: 2px;
	border: 1px solid #ccc;
}
form.contact select:focus{
	background: #f9f9f9;
	border: 1px solid #026d8c;
}
/*Boutons radio*/
form.contact label.radioLabel{
	display: inline;
	background: none;
	padding-left: 0;
}
form.contact input[type=radio]{
	vertical-align: top;
	margin-top: 6px;
	margin-right: 5px;
}
/*Cases a cocher*/
form.contact p.choraires label{
	display: block;
	width: 22%;
	text-align: left;
	background: none;
	padding-left: 0;
}
form.contact table input{
	margin-top: 2px;
	margin-right: 5px;
}
/*Bouton d'envoi*/
p#envoyer a{
	display: block;
	height: 55px;
	width: 150px;
	margin:  0 auto;
	background: #fff url(../im/layout/btnForm.png) 0 0 no-repeat;
	text-indent: -5000px;
	border: none;
	cursor: pointer;
}
p#envoyer a:hover{
	background-position: 0 -60px;
}
p#envoyer a:active{
	background-position: 0 -120px;
}
/*##########################################
#         FORMULAIRE CONNEXION             #
##########################################*/
form#connexion{
	width: 390px;
	font-size: .8em;
}
form#connexion h1{
	padding: 8px;
	margin-bottom: 10px;
	background: #026d8c;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
}
form#connexion p{
	margin: .5em 0;
}
form#connexion p.erreur{
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #f00;
	color: #f00;
	font-weight: bold;
	text-align: center;
}
form#connexion p#intro{
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
form#connexion p label{
	float: left;
	width: 40%;
	margin-right: .3em;
	text-align: right;
	font-weight: bold;
}
form#connexion p label:hover{
	cursor: pointer;
}
form#connexion input#login, form#connexion input#pass{
	width: 40%;
	padding: 2px;
	border: 1px solid #ccc;
}
form#connexion input#login:focus, form#connexion input#pass:focus{
	background: #f9f9f9;
	border: 1px solid #026d8c;
}
form#connexion a{
  	padding-left: 10px;
  	background: url(../im/layout/bgLabelContact.png) 0 60% no-repeat;
}
form#connexion p#submit{
	margin-left: 41%;
	width: 100px;
}
form#connexion p#submit a{
	display: block;
	height: 40px;
	width: 100px;
	margin:  auto;
	background: #fff url(../im/layout/btnConnexion.png) 0 0 no-repeat;
	text-indent: -5000px;
	border: none;
	cursor: pointer;
}
form#connexion p#submit a:hover{
	background-position: 0 -40px;
}
form#connexion p#submit a:active{
	background-position: 0 -80px;
}
/*##########################################
#                 AGENCES                  #
##########################################*/
p#selectville{
	margin: 10px 0;
	text-align: right;
}
p#selectville select{
	padding: 3px;
}
/*Agences*/
table#agences{
	margin-bottom: 10px;
}
table#agences td{
	padding-top: 8px;
	vertical-align: top;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
table#agences td.logo{
	width: 100px;
	padding-right: 10px;
	text-align: center;
}
table#agences td.logo a{
	font-weight: bold;
}
table#agences td.description{
	width: 215px;
	padding-right: 5px;
}
table#agences td.description h3{
	margin-bottom: 10px;
}
table#agences td.description h3 a{
	color: #c00;
}
table#agences td.description dl{
	margin-bottom: 5px;
}
table#agences td.description dl dt{
	padding-left: 20px;
	margin-bottom: 5px;
	background: #fff url(../im/layout/icon/adresse.png) 0 0 no-repeat;
}
table#agences td.description dl dd{
	padding-left: 20px;
	margin-bottom: 5px;
	background: #fff url(../im/layout/icon/tel.png) 0 50% no-repeat;
}
table#agences td.description dl dd.contact{
	background: #fff url(../im/layout/icon/email.png) 0 55% no-repeat;
}
/*Page agence*/
form#moteur.moteur_agence p{
	margin-bottom: 7px;
}
form#moteur.moteur_agence input.textfield{
	width: 200px;
}
form#moteur.moteur_agence p#type_agence{
	float: left;
	width: 15%;
}
form#moteur.moteur_agence p#type_agence select{
	width: 80px;
}
form#moteur.moteur_agence p#bouton{
	float: left;
	width: 18%;
	padding-top: 5px;
}
form#moteur.moteur_agence p#bouton a{
	display: block;
	height: 45px;
	width: 118px;
	margin-top: 3px;
	margin-left: 0;
	background-image: url(../im/layout/btnSearchAgences.png);
	text-align: center;
	cursor: pointer;
	text-indent: -5000px;
}
form#moteur.moteur_agence p#bouton a:hover{
	background-position: 0 -45px;
}
form#moteur.moteur_agence p#bouton a:active{
	background-position: 0 -90px;
}
/*##########################################
#                  VILLES                  #
##########################################*/
ul#index li{
	float: left;
	margin-right: 5px;
}
ul#index li a{
	float: left;
	display: block;
	padding: 3px 4.3px;
	background: #026d8c;
	border: 1px solid #025972;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none
}
ul#index li a:hover{
	background: #025972;
}
dl#villes{
	margin: 10px 0;
}
dl#villes dt{
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 2em;
	color: #026d8c;
}
dl#villes dd{
	margin-bottom: 20px;
}
/*##########################################
#                 MAGAZINE                 #
##########################################*/
div.magazine{
	float: left;
	width: 208px;
	height: 188px;
	margin: 10px 5px;
	border: 1px solid #ccc;
}
div.magazine h3{
	margin-bottom: 5px;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	background: #900;
	color: #fff;
}
div.magazine p{
	margin-bottom: 10px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
div.magazine img{
	float: left;
	margin-left: 5px;
}
div.magazine ul{
	float: right;
	width: 100px;
	margin-right: 5px;
}
div.magazine ul li{
	margin-bottom: 10px;
}
div.magazine ul li a{
	padding-left: 16px;
	background: url(../im/layout/bullet_go.png) 0 0 no-repeat;
}
/*##########################################
#            OU TROUVER IMMO 80            #
##########################################*/
div#map{
	width: 660px;
	height: 480px;
	margin-bottom: 10px;
	overflow: hidden;
}
dl.adresses{
	padding-top: 10px;
	margin-bottom: 20px;
	width: 214px;
	float: left;
}
dl.adresses.left{
	padding-right: 5px;
	border-right: 1px dotted #ccc;
}
dl.adresses.middle{
	width: 210px;
	padding-right: 5px;
	padding-left: 5px;
}
dl.adresses.right{
	padding-left: 5px;
	border-left: 1px dotted #ccc;
}
dl.adresses dt{
	font-weight: bold;
	font-size: 1.2em;
	text-transform: capitalize;
}
dl.adresses dd{
	margin-bottom: 10px;
	color: #666;
}
p.infomap{
	font-style:italic;
	color:#666;
	margin-bottom:15px;
}
/*btnDistribMag*/
a.btnDistribMag{
	display: block;
	width: 300px;
	height: 85px;
	margin-top: 45px;
	margin-bottom: 10px;
	background: url(../im/layout/btnDistribMag.png) 0 0 no-repeat;
	text-indent: -5000px;
}
a.btnDistribMag:hover{
	background-position: 0 -85px;
}
/*btnPointsDistrib*/
a.btnPointsDistrib{
	display: block;
	width: 300px;
	height: 85px;
	margin-bottom: 10px;
	background: url(../im/layout/btnPointsDistrib.png) 0 0 no-repeat;
	text-indent: -5000px;
}
a.btnDistribMag:hover{
	background-position: 0 -85px;
}