/* CSS Document */

/***************/
/* Front-office */
/***************/
#backoffice_menu_haut {
    display:none;
}
#header {     
    display:none;        
}

#conteneur {
    position: relative;
	width: 640px;
	left: 50%;
	margin-left: -310px;
	background-image:none;
	background-color:#FFFFFF;
    border:none;     
    padding:0px;  
    border:1px solid #000000;  
 
}
#header780 {    
    display:none;                
}
#header_popup {    
    display:block;                
}
#haut {
   display:none;		
}
#centre {
    background-color:#FFFFFF;
    margin-left: 10px;
    margin-right: 0px;
    height:300px; 
    width:620px;
}
/* Feinte non comprise par IE pour min-height */
html>body #centre {
	height: auto;
	min-height: 300px;
}
#centreetdroite {
	margin:0;
	margin-left: 10px;
    width:620px;

}
/* Feinte non comprise par IE pour min-height */
html>body #centreetdroite {
	height: auto;
	min-height: 300px;
}
body {
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
       font-family:Verdana, arial courier;
    color:#000000;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.date {
    display:none;
}
h2 {		    
    font-size:14px;          
}
#gauche {
    display:none;
}
#droite {
   	display:none;
}
#pied {           
    background-image:none;
    font-size:11px;
    border-top:1px solid #000000;	
    padding:0 10px;
}
#pied ul {
  display:none;
}
img.noprint {
    display:none;
}
br.clr {            
    font-size:1px; 
    clear:both;     
}
img.immo {
    background-color:#e9e4d8;
    border: outset 1px #AFAFAF;
    padding:5px !important; 
    margin:0 5px 5px 0; 
}
img.immo_vignette {
    background-color:#e9e4d8;
    border: outset 1px #AFAFAF;
    padding:5px !important; 
    margin:0 5px 5px 0; 
    height:75px;
    width:100px;
}
div.ariane {
	font-size:11px;
}
/***************************************************/
/*     prenvext (résultats de recherche            */
/***************************************************/
.prevnext {
    font-size:12px;
    color: #A0A0A0;
    margin: 0;
    margin-top: 2px;
    padding:2px;	
}         
.prevnext a {
    font-style:normal;
    font-size: 12px;
    /*color: #3333CC;*/
    background-color:transparent;
    margin: 0 5px 0px 0px;
    padding: 0.3em 0.7em;
    border: 1px solid #94275a;
    text-decoration: none;
}
.prevnext a:hover,
.prevnext a.selected {
    background-color: #c8ba99;
    border: 1px solid #94275a;
}   
