/* ------------------------------ RESET STYLE --------------------------------- */
* {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:0px;
}

br {
line-height:14px;
margin:0;
padding:0;
}

ol, ul {
  list-style: none;
}

body {
  line-height:1;
  font-size:11px;
  color:#666666;
  background:#e7e7e7;
}

a {
cursor:pointer;
color:#666666;
}

h1 {
font-size:0px;
color:#FFFFFF;
text-indent:-9999px;
letter-spacing:-100px;
}




/* ------------------------------ TABLEAU --------------------------------- */
table {
  border-collapse: collapse;
  text-indent:5px;
  border-spacing: 0px;
  background:#ffffff url(../images/interface/table.png) left top no-repeat;
  margin:0 auto;
  width:700px;
  border:#c68544 1px solid;
}

th {
text-align:left;
height:30px;
font-weight:bold;
color:#482808;
}


td {
height:50px;
color:#333333;
}

caption {
text-transform:uppercase;
text-align:right;
font-weight:bold;
line-height:30px;
color:#333333;
}

/* ------------------------------ FORMULAIRE --------------------------------- */
.bouton {
height:32px;
width:142px;
border:0;
cursor:pointer;
background: url(../images/bouton/valider.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
margin:0 0 20px 160px;
position:relative;
}

.bouton:hover {
background-position: 0 -32px;
}

input {
background:#607794;
margin:0 0 0 95px;
color:#ffffff;
width:230px;
border:1px solid #ffffff;
font-size:11px;
padding:0;
height:15px;
}

textarea {
border:1px dashed #ffffff;
overflow:auto;
width:480px;
height:150px;
background:#607794;
margin:0 0 0 95px;
color:#ffffff;
font-size:11px;
}

select {
border:1px solid #ffffff;
background:none;
margin:0 0 0 155px;
height:21px;
color:#ffffff;
width:190px;
}


.parcourir {
height:21px;
}

.case_cocher {
width:18px;
border:none;
}

label {
width:90px;
text-align:right;
position:absolute;
height:17px;
color:#ffffff;
font-weight:bold;
}


.autre_imput {
background-color:transparent;
border:0;
}

.etoile {
color:#FF0000;
}

.message {
text-align:center;
margin:10px 0 10px 0;
font-weight:bold;
}


.texte_droite {
color:#333333;
position:absolute;
left:215px;
font-weight:bold;
}

form {
background:none;
padding:0;
margin:0;
position:relative;
}

.colorform {
border:solid 1px #e7e7e7;
background: url(../images/interface/ligne_form.png) left top repeat-y;
margin:0 0 20px 0;
padding:20px 0 0 0;
}

#qte {
width:720px;
padding:0;
margin:0;
background:none;
}

.qte_champ {
width:50px;
margin:0 0 0 30px;
}

/* ------------------------------ HEADER INVISIBLE --------------------------------- */
#contenu_invisible {
width:100%;
height:200px;
position:relative;
background:#66cc00 url(../images/fr/header_invisible/top_header.jpg) bottom center no-repeat;
}

#milieu_invisible {
width:960px;
margin:0 auto;
color:#FFFFFF;
height:100%;
position:relative;
}


.form_espace_client {
position:absolute;
width:480px;
height:160px;
left:240px;
bottom:0px;
padding:0;
margin:0;
}

.champ_client {
background-color:transparent;
position:absolute;
left:220px;
margin:0;
width:120px;
height:20px;
color:#006600;
font-size:12px;
font-weight:bold;
border:#006600 1px dashed;
}

.bouton_client {
position:absolute;
right:100px;
bottom:22px;
width:30px;
height:30px;
border:0;
background: url(../images/bouton/ok_espace.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
}

.bouton_client:hover {
background-position: -30px 0;
}






/* ------------------------------ PAGINATION --------------------------------- */
.page {
height:48px;
width:33px;
border:0;
cursor:pointer;
background: url(../images/interface/bg_pagination.png) 0 0 no-repeat;
color:#FFFFFF;
display:block;
font-family:Georgia;
font-size:18px;
padding:10px 0 0 0;
text-decoration:none;
font-weight:bold;
text-align:center;
float:left;
margin:0 0 0 3px;
}

.page:hover {
background-position: -33px 0px;
}

.page_hover {
height:48px;
width:33px;
border:0;
background: url(../images/interface/bg_pagination.png) -66px 0 no-repeat;
color:#FFFFFF;
display:block;
font-family:Georgia;
font-size:18px;
padding:10px 0 0 0;
text-align:center;
float:left;
margin:0 0 0 3px;
font-weight:bold;
}

a#precedent {
height:48px;
width:33px;
font-size:0px;
letter-spacing: -100px;
color:#1b4869;
background: url(../images/interface/bg_pagination_fleches.png) no-repeat 0 -48px;
float:left;
}

a#precedent:hover {
background-position: -33px -48px;
}

a#suivant {
height:48px;
width:33px;
font-size:0px;
letter-spacing: -100px;
color:#1b4869;
background: url(../images/interface/bg_pagination_fleches.png) no-repeat 0 0;
float:left;
margin:0 0 0 3px;

}

a#suivant:hover {
background-position: -33px 0;
}


/* ------------------------------ INTRO --------------------------------- */

#intro_defaut {
  background: url(../images/intro/intro_defaut.png) left top no-repeat;
  width:564px;
  height:355px;
  position:absolute;
  margin:0 0 0 200px;
  z-index:195;
}

#intro_annee {
  background: url(../images/intro/intro_annee.png) left top no-repeat;
  width:564px;
  height:355px;
  position:absolute;
  margin:0 0 0 200px;
  z-index:195;
}

.intro_fermer {
  right:0;
  top:110px;
  height:100px;
  width:30px;
  position:absolute;
  text-indent:-9999px;
  letter-spacing:-100px;
  font-size:0px;
}

/* ------------------------------ MOTEUR DE RECHERCHE --------------------------------- */
.form_recherche {
position:absolute;
left:0;
top:0;
height:576px;
width:360px;
padding:0;
margin:0;
background: url(../images/interface/formulaire.png) repeat-y 0 0;
}

.liste_recherche {
position:absolute;
background:#990000;
right:20px;
width:160px;
color:#FFFFFF;
height:20px;
font-size:11px;
margin:0;
}

.liste_recherche_zone {
position:absolute;
left:-9999px;
width:1px;
color:#666666;
height:20px;
font-size:11px;
margin:0;
border:none;
z-index:50;
font-weight:bold;
background:#FFFFFF;
top:360px;
}

#truc {
background:#009900;
}


.bouton_recherche {
height:30px;
width:225px;
border:0;
cursor:pointer;
background: url(../images/bouton/affiche_resultats_1.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
position:absolute;
margin:0;
border:none;
right:20px;
top:260px;
}

.bouton_recherche:hover {
background-position: 0 -30px;
}

.bouton_recherche2 {
height:30px;
width:225px;
border:0;
cursor:pointer;
background: url(../images/bouton/affiche_resultats_2.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
position:absolute;
margin:0;
border:none;
right:10px;
bottom:10px;
}

.bouton_recherche2:hover {
background-position: 0 -30px;
}

#carte {
position:absolute;
left:45px;
bottom:20px;
z-index:2;
}



/* ------------------------------ ARCHITECTURE --------------------------------- */
#global {
background:#e7e7e7;
width:100%;
height:100%;
}

#contenu {
margin:0 auto;
width:960px;
z-index:-1;
background:none;
}

#header {
height:140px;
position:relative;
background:transparent url(../images/interface/header.png) left top repeat-x;
}

#milieu {
position:relative;
width:960px;
z-index:10;
margin:10px 0 0 0;
height:auto !important;
height:870px;
min-height:870px;
}


#encart_milieu {
position:relative;
width:590px;
margin-left:370px;
z-index:10;
}

#footer {
height:160px;
width:100%;
}

#footer_milieu {
margin:0 auto;
width:960px;
height:160px;
position:relative;
background: url(../images/interface/footer.png) 0 0 no-repeat;
}

#logo_microweb {
position:absolute;
bottom:30px;
left:400px;
}

#annuaire {
position:absolute;
bottom:15px;
left:458px;
color:#FFFFFF;
text-decoration:none;
font-size:10px;
}


/* ------------------------------ MENU --------------------------------- */

#menu {
height:35px;
width:960px;
background:#417DAF url(../images/interface/navigation.png) no-repeat left top;
position:relative;
z-index:50;
margin:0;
}

#menu li, #menu a {
   height: 35px;
   display: block;
   float:left;
   width:160px;
   font-size:0px;
   letter-spacing: -100px;
   color:#1b4869;
}

#bouton1 a:hover {
   background: transparent url(../images/interface/navigation.png) 0 -35px no-repeat;
}


#bouton2 a:hover {
   background: transparent url(../images/interface/navigation.png) -160px -35px no-repeat;
}


#bouton3 a:hover {
   background: transparent url(../images/interface/navigation.png) -320px -35px no-repeat;
}


#bouton4 a:hover {
   background: transparent url(../images/interface/navigation.png) -480px -35px no-repeat;
}


#bouton5 a:hover {
   background: transparent url(../images/interface/navigation.png) -640px -35px no-repeat;
}


#bouton6 a:hover {
   background: transparent url(../images/interface/navigation.png) -800px -35px no-repeat;
}


/* ------------------------------ INTERFACE --------------------------------- */
#equipe {
background: url(../images/interface/equipe.png) 0 0 no-repeat;
width:360px;
height:224px;
position:absolute;
top:590px;
left:0;
text-indent:-9999px;
font-size:0;
letter-spacing:-100px;
}

#actu {
background: url(../images/interface/actu.png) 0 0 no-repeat;
width:360px;
height:891px;
position:absolute;
top:843px;
left:0;
text-indent:-9999px;
font-size:0;
letter-spacing:-100px;
}


.titre {
   position:relative;
   height:54px;
   width:590px;
   text-indent:-9999px;
   font-size:0;
  letter-spacing:-100px;
  margin:10px 0 10px 0;
}

a#plan {
height:160px;
width:240px;
background: url(../images/interface/petit_plan.png) no-repeat left top;
display:block;
font-size:0px;
letter-spacing: -100px;
color:#1b4869;
text-indent:-9999px;
position:relative;
margin:20px 0 10px 100px;
}

a#plan:hover {
background-position: 0 -160px;
}


#anim1 {
width:360px;
height:250px;
position:absolute;
top:1744px;
left:0;
text-indent:-9999px;
font-size:0;
letter-spacing:-100px;
}

#anim2 {
width:360px;
height:510px;
position:absolute;
top:1413px;
left:0;
text-indent:-9999px;
font-size:0;
letter-spacing:-100px;
}

#nom_zone {
color:#FFFFFF;
position:absolute;
right:50px;
top:305px;
font-size:12px;
font-weight:bold;
}



/* ------------------------------ BIEN --------------------------------- */

.encart_bien {
width:590px;
height:250px;
position:relative;
margin:0 0 10px 0;
background: #004931;
}

.encart_bien h2 {
color:#607794;
position:absolute;
left:355px;
top:22px;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
}

.encart_bien h3 {
color:#607794;
position:absolute;
right:20px;
top:50px;
font-family:Georgia, arial;
font-size:14px;
color:#333333;
font-weight:bold;
}

.encart_bien h4 {
color:#990000;
position:absolute;
right:20px;
top:83px;
font-size:12px;
}

.encart_bien p {
color:#666666;
position:absolute;
left:355px;
top:120px;
font-size:11px;
width:215px;
height:75px;
}

.vignette_bien {
position:absolute;
left:15px;
top:15px;
width:320px;
height:220px;
font-size:0px;
letter-spacing: -100px;
text-indent:-9999px;
}





.vignette_bien {
position:absolute;
left:15px;
top:15px;
width:320px;
height:220px;
}

.voir_details {
height:30px;
width:140px;
border:0;
cursor:pointer;
background: url(../images/bouton/voir_details.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
position:absolute;
margin:0;
border:none;
right:10px;
bottom:10px;
}

.voir_details:hover {
background-position: 0 -30px;
}


.encart_produit p {
color:#ffffff;
font-size:12px;
margin:10px 5px 5px 5px;
line-height:15px;
}


.ico_visite {
position:absolute;
z-index:60;
right:252px;
top:12px;
}

.ico_vendu {
position:absolute;
z-index:60;
right:7px;
top:25px;
}

.ico_news{
position:absolute;
z-index:60;
right:250px;
bottom:10px;
}

.ico_vendu_fiche {
position:absolute;
z-index:60;
right:10px;
top:349px;
}



/* ------------------------------ FICHE BIEN --------------------------------- */
#titre_fiche {
background:#607794;
position:relative;
height:22px;
width:585px;
color:#FFFFFF;
padding:8px 0 0 5px; 	
margin:0 0 10px 0;
font-size:16px;
text-transform:uppercase;
font-weight:bold;
}

.titre_retour {
background:#607794;
position:relative;
height:22px;
width:585px;
padding:8px 0 0 5px; 	
margin:10px 0 10px 0;
font-size:0px;
letter-spacing: -100px;
text-indent:-9999px;
}

#fond_fiche {
background:#8099b3;
width:590px;
position:relative;
padding:70px 0 0 0;
}

#fond_fiche h2 {
background:#FFFFFF;
width:400px;
height:15px;
padding:5px 0 0 5px;
font-size:12px;
color:#000033;
position:absolute;
top:10px;
left:10px;
}

#fond_fiche h3 {
background:#FFFFFF;
width:125px;
height:15px;
padding:5px 0 0 5px;
font-size:12px;
color:#000033;
position:absolute;
top:40px;
left:10px;
}

#fond_fiche h4 {
background:#FFFFFF;
width:135px;
height:15px;
padding:5px 0 0 5px;
font-size:12px;
color:#000033;
position:absolute;
top:40px;
left:150px;
}

#fond_fiche h5 {
background:#FFFFFF;
width:110px;
height:15px;
padding:5px 0 0 5px;
font-size:12px;
color:#000033;
position:absolute;
top:40px;
left:300px;
}

.des_fiche {
background:#FFFFFF;
color:#000033;
width:550px;
padding:10px;
overflow:auto;
margin:0 auto;
position:relative;
font-size:14px;
line-height:20px;
}

.des_estimer {
color:#000033;
width:570px;
margin:0 auto 10px auto;
position:relative;
border:#8099b3 10px solid;
background:#FFFFFF;
}

.contenu_estimer {
color:#000033;
width:550px;
margin:10px 0 0 20px;
position:relative;
font-size:13px;
padding:10px 0;
}

.des_vendre {
background: url(../images/interface/bg_vendre.png) 0 0 no-repeat;
color:#000033;
width:590px;
height:360px;
overflow:auto;
margin:0 auto;
position:relative;
}

.contenu_vendre {
color:#000033;
width:550px;
height:280px;
overflow:auto;
margin:65px 0 0 20px;
position:relative;
font-size:13px;
font-weight:bold;
}

.photo {
margin: 0 10px 0 0; 
position:relative;
font-size:0px;
letter-spacing: -100px;
float:right;
border:#970000 1px solid;
}


.bouton_visite {
position:absolute;
right:0px;
top:0px;
width:140px;
height:70px;
border:0;
background: url(../images/bouton/visite.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
}

.bouton_visite:hover {
background-position: 0 -70px;
}

.retour_liste {
position:absolute;
right:0;
top:0;
width:150px;
height:30px;
border:0;
background: url(../images/bouton/retour_liste.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
z-index:44;
}

.retour_liste:hover {
background-position: 0 -30px;
}

.haut_page {
position:absolute;
left:0;
top:0;
width:150px;
height:30px;
border:0;
background: url(../images/bouton/haut_page.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
z-index:44;
}

.haut_page:hover {
background-position: 0 -30px;
}




#interesser {
margin: 10px auto 10px auto; 
position:relative;
font-size:0px;
letter-spacing: -100px;
text-indent:-9999px;
height:120px;
width:570px;
background: url(../images/interface/interesser.png) 0 0 no-repeat;
}

#interesser_gris {
margin: 10px auto 0 auto; 
position:relative;
font-size:0px;
letter-spacing: -100px;
text-indent:-9999px;
height:110px;
width:570px;
background: url(../images/interface/interesser_gris.png) 0 0 no-repeat;
}

#par_mail {
position:absolute;
right:0;
bottom:10px;
width:140px;
height:72px;
border:0;
background: url(../images/bouton/par_mail.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
z-index:44;
}

#par_mail:hover {
background-position: 0 -72px;
}

#par_mail_gris {
position:absolute;
right:0;
bottom:0;
width:140px;
height:72px;
border:0;
background: url(../images/bouton/par_mail_gris.png) 0 0 no-repeat;
font-size:0px;
letter-spacing: -100px;
cursor:pointer;
z-index:44;
}

#par_mail_gris:hover {
background-position: 0 -72px;
}

.cadre_photo_fiche {
margin: 0 auto 0 auto; 
position:relative;
font-size:0px;
letter-spacing: -100px;
text-indent:-9999px;
border:#b3c4d4 1px solid;
}

.vignettes_fiche {
margin: 14px 0 10px 0; 
position:relative;
height:48px;
width:590px;
}

.petite_vignette_fiche {
width:48px;
height:48px;
float:left;
margin:0 0 0 10px;
}

.vue {
background:#FFFFFF;
width:565px;
height:15px;
padding:5px 0 0 5px;
font-size:12px;
color:#000033;
position:relative;
margin:10px auto 0 auto;
}

#flashcontent {
z-index:25;
}


/* ------------------------------ MEDIABOX --------------------------------- */
/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../images/lightbox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #333 url(../images/lightbox/BlackLoading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 40px;
	height:40px;
	background: transparent url(../images/lightbox/precedent.png) no-repeat center;
}

#mbNextLink {
	width: 40px;
	height:40px;
	background: transparent url(../images/lightbox/suivant.png) no-repeat center;
}

#mbCloseLink {
	width: 40px;
	height:40px;
	background: transparent url(../images/lightbox/fermer.png) no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}
