body {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background-color:#EEE;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	margin-top:0px;
}

#el_spacerh {clear: both;margin:0px;padding:0px;}
.el_spacerh {clear: both;margin:0px;padding:0px;}


#conteneur {
	margin:0 auto;
	margin-top:0;
	background-color:white;
	padding:0px;
	width:1040px;	

}

div#envoiQuittanceBox {
	float:left;
	margin:0px;
	padding:0px 1px;
	border:1px solid #DCD83D;
}

#envoiQuittanceBox p {margin-left:8px;}
#envoiQuittanceBox a {text-decoration:none;color:black;}


  /**********/
 /* Header */
/**********/

div#header {
	height: 60px;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:white;
margin-top:0px;
}

#header h1 {color:#928D4F;font-size:x-large;margin:0px;padding:0px;}

.logoHeader {
	float:left;
	margin-right:10px;
}


div#headerBox {
	width:468px;
	float:left;
	height:60px;
	margin : 0px 0px 0px 88px;
}

  /*************/
 /* Menu haut */
/*************/


/* Liste */ 


#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
        z-index:99;clear:left;

}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
	height:21px;
	background:#DDD url(http://www.alliance-habitat.com/includes/templates/www.alliance-habitat.com/bgOFF.gif);
	border-right:1px solid #DDD;
	border-bottom:1px #928D4F solid;   
}


#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        margin:0 8px;

} 

/* Elements des listes */      
#menu li { 
        float : left;
        border-left: 1px solid #CACACA; /* on met une bordure blanche à droite de chaque élément */
     
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li {
        border-left: 1px solid #CACACA; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 204px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
	background:#F6F6F6 url('http://www.alliance-habitat.com/images/gradient-grey.jpg') repeat-x;
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        margin-top : 1px ; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
        border-right:0px;
        border-bottom: 1px dashed #CACACA;
        width:100%;
        text-align:left;



}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

div#menu {

}

/*******************/


#subMenuH, #subMenuH ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
        
        clear:left;

}


#subMenuH /* Ensemble du menu */
{
        height:21px;font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
        background-color:#DCD83D;
        margin-bottom:15px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 1px 2px;

}


#subMenuH a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        margin:0 8px;

} 

/* Elements des listes */      
#subMenuH li { 
        float : left;         /* pour IE qui ne reconnaît pas "transparent" */
        list-style : none; /* on supprime le style par défaut de la liste */  
}

div#topSearch {
       float:right;
}

div#bottomSearch {
	clear:both;
	margin-left: 250px;
	margin-top:25px;
}


ul#miniBoxes {
        padding : 0; /* pas de marge intérieure */
        margin : 0 auto; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 13px; /* on définit une hauteur pour chaque élément */
        text-align : left; /* on centre le texte qui se trouve dans la liste */
        z-index:99;clear:both;;
}

.miniBox img {
        float:left;
        width:26px;
        height:26px;
        margin:0px 2px 0px 0px ;
}
li.miniBox {
        float:left;
        margin:0px 0px 10px 0px;
        padding:0px;
        width:160px;
        border:none;
        font-size:12px;
        text-indent:0px;
        list-style-position:inside;
}


/*******************/


  /***********/
 /* Contenu */
/***********/


div#contenu {
	min-height:500px;
	background-color:white;
	margin:0px auto;
	padding:0px;

-moz-box-shadow: 0 5px 5px #888;
-webkit-box-shadow: 0 5px 5px#888;
box-shadow: 0 5px 5px #888;
}

  /***************/
 /* Menu gauche */
/***************/

#gauche {
	background-color:white;clear:left;float:left;width:160px;
}

.boiteGauche {

	background: white;
	border: 0px;
	margin:0px;
	padding-left:15px;
	
	margin-bottom: 10px;
	font-size:12px;
	font-family:Arial;
}

.boiteGauche h2 {
	text-align:left;
	text-decoration:underline;
	border:0;
	background-color:#EEE;
	margin: 0px 0px 0px 00px;
	padding:0px;
	color: #000;
	font-size:12px;
	width:120px;

}

.boiteGauche p {
	text-indent:0px;text-align:left;
}

.boiteGauche a {
	color:#002E6F;
}

.boiteGauche ul {
	margin:5px 2px 22px 2px;
	list-style:none;
padding:0px;
	
}
.boiteGauche li {
	margin-left:0;
	padding:0px;
	font-size:14px;


}

div#menuAds {
	margin:0px 0px 10px 15px ;
}


  /**********/
 /* Centre */
/**********/

#annoncesImmobilieres ul {float:left;list-style:none;padding:0px;}

#blogBox ul {margin:0px;padding:0px;}
div#blogBox  {float:left;margin:0px;padding:0px;}

/* BLOG */
a.neutre {color:#643289;text-decoration:none;}
a.neutre:hover {background-color:#643289;color:white;text-decoration:none;}

#page h2 {font-size:16px;text-indent:0px;}





.titreMenu{
	text-align : center;
	font-weight:bold;
	background-color: #0099FF;
	border: solid 1px orange;
	border-bottom: 0px;
	color:white;
}

.corpsMenu{
}


#menudroit {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menudroit li {
	margin-bottom: 5px;
}
#menudroit a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
#menudroit a.lienExterne {	color : red;}

#menudroit a.lienInterne {	color : #0033FF;}

#menudroit a.lienInactif {	color : #CCCCCC;}

#menudroit a:hover {text-decoration: none;}






  /**********/
 /* Footer */
/**********/


div#pied {
        clear:both;	background-color:white;
}

div#pied  ul {
        clear:both;
	height: 30px;
	background-color: #DCD83D;
	color:#000000;
}

div#footerBoxes {background-color:white;}
#footerBoxes ul {
	margin:5px 2px 5px 2px;
	list-style:none;
	padding:0px;	
}

#footerBoxes a {
text-decoration:none;
font-size:smaller;
}

#footerBoxes h4 {
color:navy;
font-size:smaller;
}



#menubas {
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align : center;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 1px 2px;
z-index:999;
}
#menubas li {display: inline;}

#menubas a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
#menubas a:hover {text-decoration: none;}

  /************/
 /* Annonces */
/************/

div.adBox {width:150px;font-size:10px;}

div.adBox a {text-decoration:none;}

  /*************/
 /* Annuaires */
/*************/

table#agencesTable tr:nth-child(odd) {
	background-color: #eed;

}


  /*************/
 /* Boiboites */
/*************/

#successBox h1{
	font-size:large;
	margin: 0px;
	
}

#successBox p{
	font-size:small;

	
}

div#failurebox {
	border:1px solid #CACACA;
	padding:15px;
	margin: 25px 0px;
	background-color:#FFD4CF;
}

#failurebox h1{
	font-size:large;
	margin: 0px;
	
}

#failurebox p{
	font-size:small;

	
}



div#notifyBox{
	border:1px solid #CACACA;
	padding:15px;
	margin: 0px 0px 25px; 0px;
	background-color:#DBD73C;
}

#notifyBox h1{
	font-size:large;
	margin: 0px;
	
}


#notifyBox p{
	font-size:small;

	
}



/* Styles divers */


h1 {font-size:medium; color:#68318F;}
h2, h3, h4 { font-size:small; color:#928D4F;text-indent:3px;}
h2 {border-bottom:1px solid #928D4F;font-size:16px;}
p {margin: 0 0 10px 0;}
p.aligneDroite { text-align:right;}

img { border: 0px;}

a, a:visited {color:#002E6F;}
a:hover { text-decoration: none; }



img { border: 0px;}
img.services { width:150px; height:150px;}




.centre {
	text-align:center;
}






div.content_box {
	float:left;
	margin:4px;
	background: #FFF5D6 url(http://www.alliance-habitat.com/images/box-bg.jpg) repeat-x top left;
  border:1px solid #FFF5D6;

}

form#documentFormmargin:0pc;padding:0px;float:left;}




div.aboutLinksBox{
	float:left;
	width:250px;
	margin:15px;
}


.signature {
	text-align:right;
	font-weight:bold;
	color:#0066FF;

}

.img {
	border: 0px;
}

img.services {
	width:150px;
	height:150px;
}

div#indexBox336 {}

div#pitchNewsletter{
	padding:0px;
	border:0px solid #DCD83D;
}
div#pitchNewsletter h1 {margin:0px;padding:0px;font-size:x-large;}
div#pitchNewsletter input {border: 1px solid #999;width:112px;margin:0px;padding:0px;}
div#pitchNewsletter input.boutonNewsletter {width:80px;margin:0px;padding:0px;background:#DCD83D}

#courtageBox{clear:left;border:1px solid black;padding:3px;background-color:white;}

div#diagCTA {
	color: white;
	background-color: rgb(101, 202, 0);
}

#diagCTA img {padding:0px;margin:0px 6px 0px 0px;float:left;}

div.courtageBox300{
float:left;
width:334px;
min-height:58px;
max-height:132px;
margin:0px 0px 16px 16px ;}

.imgTopLeft {
	float:left;
	margin:0 5px 5px 0;
}


div.floors_2 {height:136px;}
div.floors_3 {height:216px;}


#blogBox li {list-style-type:none}


div#exempleQuittance {float:left;text-align:center;}
#exempleQuittance a {border:0px;text-decoration:none;}

div#avantagesQuittance ul {list-style-position:inside;}

/* Div pour galerie */

 .window_obscur {
	z-index :99;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.8; opacity:.60;
	background: black ;
}



.window_content {
	z-index :100;
	position:absolute;
	display: none;
	width:500px;
	height:550px;
	background: #FFF;
	border: 16px solid #FFF;

}


#large{
	clear:both;
	height:550px;
	width:500px;
	text-align:center;
	
}


.window_content a {
	display: block;
	font-size:1.6em;
	font-weight: 700;
	color:#000;
	background: #FFF url(/images/button-close.png) no-repeat left 100%;
	padding-left: 30px;
	padding-top:10px;
	text-decoration: none;
}
.window_content a:hover {
	background: #FFF url(/images/button-close-hover.png) no-repeat left 100%;color:#999
}

/* googleMap */
div#map_canvas {width: 468px; height: 263px}


div#map_agence {height: 280px;}
div#agenceDetails{width:336px;float:left;}


/* monCompte */
ul#monCompteMenu li {
display:inline; text-align: center;
padding: 0px 5px;  margin: 0px 10px; 
border:1px solid #928D4F;
}

ul#monCompteMenu a{text-decoration:none;}
ul#monCompteMenu {border-bottom:1px solid #928D4F;}

ul#monCompteMenu li:hover {background-color:#DCD83D;color:#928D4F;}


div.uploadFrame {margin:0px;padding:0px;float:left;}

div#historiqueCredits table {border:1px solid #928D4F;}
div#historiqueCredits table thead tr {color:white;background-color:#928D4F;}
div#historiqueCredits table tbody tr:nth-child(2n+1) {background-color:#DCD83D;}




/* devis travaux */
div.devis-boxes {width:400px;float:left;}
div.devis-box {clear:left;min-height:140px;margin:0px 0;}
img.devisBoxIllustration{float:left;}


/* devis demenagement */

/* devis diagnostic */
fieldset#fsTypeBien {width:360px;float:left;margin:0px;}
fieldset#fsCaracBien {width:360px;margin:0px;float:right;}
fieldset#fsListeDiag {clear:both;}
fieldset#fsLead {}
    
/* For standards browsers */
input[type="text"]:focus {
      border: 1px solid #f00;
}

select:focus {
      border: 1px solid #f00;
}
    
/* For Internet Explorer */
input.focus {
    border: 1px solid #f00;
}
    
/* Presentation logiciel */

    #pres-logiciel h2 {font-size:15px;}
    div#pres-logiciel {width:600px;}

    #headerLoginForm  {background:#fff;color:#000;font-size: 10px;font-weight:bold;margin:0px;}
    #headerLoginForm input {background:#fff;border : 1px solid #DCD83D;font-size: 10px;width:80px;}




/* Services pro */
div.serviceProBox{width:45%;float:left;height:205px;}

/* Annonces immo */
div#adTitle{float:left;width:450px;}
div#promoBoxes{}
div.promoBox{border:0px;margin:0;padding:0;float:left;height:200px;}
div#adBoxR2 {}


ul#navAdList li {
    float: left;
    height: 21px;
    background-color: #ddd;
    margin: 2px 2px 0 2px;
    border: 1px solid #DCD83D;
}

ul#navAdList {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #DCD83D;
    margin: 0;
	
}

ul#navAdList li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

ul#navAdList li.inactive {
    border-bottom: 1px solid #DCD83D;
    background-color: #eee;
}

#navAdList a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}

#navAdList a:hover {
    background: #fff;
}


/* forumSMF */
div#tribox{display:none;}
#inputEmail {display:none;}
/* tableau_commandes */
tr.ligneF {background-color:#ADEAAD}
tr.ligneT {background-color:yellow}
tr.ligneP {background-color:orange}
tr.ligneV {background-color:#FFDFCF}
table#commandesList{border:1px solid black;}

/* Tableau loyers */
#listeLoyer td{margin:0px;padding:0px;border:0px;border-left:1px solid #CCC;}
#listeLoyer tr{margin:0px;padding:0px;}
#listeLoyer th {background-color:#DDD;border:0px;background:url('/includes/templates/www.alliance-habitat.com/bgOFF.gif');}

/* LoyerManager */
img.osIcon {width:35px;height:35px;float:left;}

/* ContactBox */
div#contactBox {width:475px;}
#large iframe {width:500px;min-height:500px;overflow:hidden;border:none;}



/* Partenaires */

div.bicolonnes li {
display:block;
float:left;
width:50%;
margin:0px;
padding:0;
}

div.bicolonnes li[float="left"] + li {
display:block;
float:none;
}


div#demandeDevisGestionLocative fieldset {text-align:right;min-height:150px;}

div#successBox{
	border:1px solid #CACACA;
	padding:15px;
	margin: 25px 0px;
	background-color:#A8DA66;
}

#successBox h1{
	font-size:large;
	margin: 0px;
	
}

#successBox p{
	font-size:small;

	
}

div#failurebox {
	border:1px solid #CACACA;
	padding:15px;
	margin: 25px 0px;
	background-color:#FFD4CF;
}

#failurebox h1{
	font-size:large;
	margin: 0px;
	
}

#failurebox p{
	font-size:small;
}

/* 960 hack */
.alpha {clear:left;}
.omega {clear:right;}
