/*
***************
Feuille de style du site www.greenimmo.be
Copyright celtouc@yahoo.fr 2008
***************
*/


/*FEUILLE DE STYLE POUR LA PAGE INDEX UNIQUEMENT*/

/* 
******************
GENERALITES
******************
*/

* { margin: 0; padding: 0; border: none; } /* Réinitialise les marges, enrobages et bordures de tous les éléments */


mg
{
border : 0px;
}


body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
font-weight: lighter;
margin: 25;
padding: 0;
background-color:#cccccc;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-position: left top;
text-align: center; /*alignement au centre pour IE*/


}

#conteneur {
position: relative;
width: 888px;
margin: 0 auto; 
background-color:#ffffff;
text-align: left; /* rétablissement de l'alignement à gauche pour IE */
}

/* 
******************
LAYOUT
******************
*/

#topheader {
height: 20px;
text-align: right;
margin: 0;
background-color: #ffffff;
border-bottom: 1px dotted #cccccc;
}

#header {
height: 20px;
background-color: #ffffff;
text-align: right;

}


#haut {
height: 90px;
margin-left: 0px;
background-image: url(images/banniere3.jpg);
background-repeat: no-repeat;
background-position: left top;
background-color: #ffffff;


}

#pathway {
height: 30px;
background-color: #ffffff;
text-align: left;
margin-left: 225px;
margin-top: 10px;
}

#centre {
background-color:#ffffff;
margin-left: 30px;
margin-right: 290px;
border-right: 1px solid #EEE;
border-left: 0px solid #EEE;

}

#gauche {
position: absolute;
left:0;
width: 30px;
background-color: #ffffff;
}

#droite {
position: absolute;
right:0;
width: 290px;
text-align: center;
background-color: #ffffff;

}

#pied {
height: 25px;
background-image: url(images/baspage2.jpg);
background-repeat: no-repeat;
background-position: left top;
background-color: #ffffff;

}



/* 
******************
MENUS
******************
*/

.topmenuheader {
text-transform: uppercase;
list-style-type: none;
margin: 0px;
padding-top: 5px;
padding-right: 5px;

}
.topmenuheader li {
display: inline;
}
.topmenuheader a {
margin: 0 5px;
color: #666666;
text-decoration: none;

}
.topmenuheader a:hover {
border-bottom: 1px dotted;
}


.menuheader {
list-style-type: none;
margin: 0;
padding-top: 5px;
padding-right: 5px;

}
.menuheader li {
display: inline;
}
.menuheader a {
margin: 0 5px;
color: #78a24d;
text-decoration: none;
}
.menuheader a:hover {
border-bottom: 1px dotted;
}


.menuhaut {
letter-spacing: 0px;
list-style-type: none;
margin: 0;
padding-left: 220px;
padding-top: 37px;

}
.menuhaut li {
display: inline;
float: left;
}

.menuhaut a {
margin-right: 7px;
margin-left: 5 px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
border-right: 1px solid;
border-color: #ffffff;
padding-right: 12px;
}
.menuhaut a:hover {
color: #cccc00;
font-weight: normal;
text-decoration: none;

}

.menuhaut a.on
{
	color:#cccc00;
}



.menugauche {
list-style-type: none;
margin: 0;
padding-left: 30px;
padding-top: 0px;
}
.menugauche li {
margin-bottom: 7px;
list-style-image: url(images/puce.jpg);
list-style-position: inside;
}
.menugauche a {
margin: 0 2px;
color: #4d8422;
text-decoration: none;
}
.menugauche a:hover {
border-bottom: 1px dotted;
}



/* 
**************************
MISE EN FORME DES TEXTES
**************************
*/


#texte {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 8px 15px 8px;
line-height: 18px;
text-align: justify;
color:#333333;
}

#textepied {
margin: 0 0 10px 0;
color: #ffffff;
padding-left: 225px;
padding-top: 5px;
}


h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: lighter;
margin: 0 8px 10px 8px;
line-height: 28px;
text-align: left;
font-size: 1.8em;
letter-spacing: .80px;
color:#4d8422;
}

h2{
font-weight: lighter;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 30px 8px 10px 8px;
line-height: 20px;
text-align: left;
font-size: 1.5em;
color:#333333;

}

#texte_menugauche {
padding-left: 30px;
padding-top: 10px;
text-align: left;
color:#ff9900;
font-weight: bold;
}



/* 
**************************
MISE EN FORME DES LIENS
**************************
*/

.lirelasuite {
   COLOR: #ff9900;
   text-decoration : none;
   border-bottom: 1px dotted;
   overflow: hidden
}

.pathway {
   COLOR: #cccccc;
   font-size: 1em;
   text-decoration : none;
   border-bottom: 1px dotted;
}

.troisiemedesign {
   COLOR: #333333;
   font-size: 0.9em;
   
}

.mailto {
   COLOR: #ffffff;
   font-size: 1em;
   text-decoration : none;
   border-bottom: 1px dotted;
}

.email-link {
   COLOR: #666666;
   font-size: 9px;
   text-decoration : none;
   background: #cccccc;
   
}

.email-link img{
   border: 0;
   
}


.email-link span
{
	visibility:hidden;
}

.email-link:hover span
{
	visibility:visible;
}



