﻿body  {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	background: #F6F49D;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: left;
	overflow: hidden;
}

.contenant
{
    position: relative;
    width: 1000px;
}

#entete
{
    position: relative;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #9FB700;
	overflow: hidden;	
	text-align: center;
}

#entete #logo
{
    width: 200px;
}

#entete #titre_haut
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #9FB700;
    float: right;
    padding-left: 10px;
    padding-top:20px;
    text-align: center;
    width: 700px;
    vertical-align:middle;
}

#PageMilieu
{
    position: relative;
    width: 100%;
    overflow: auto;
	overflow: hidden;
	text-align: center;
	}

#PageMilieu #gauche
{
    position: relative;
    width: 200px;
    float: left;
    text-align: center;
	display: block;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#PageMilieu #gauche #menu
{
    width: 150px;
    padding-top: 20px;
    text-align:left;
}

#PageMilieu #gauche #menu .elementMenu a:link, #PageMilieu #gauche #menu a:visited, #PageMilieu #gauche #menu a:active
{
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 30px;
    text-decoration: none;
    background: url(images/triangle.jpg) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
	color: #9FB700;
}

#PageMilieu #gauche #menu .elementMenu a:hover
{
    background: url(images/triangle_roll.jpg) no-repeat 0 0px; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	color: #CCCA49;
}

#PageMilieu #gauche #texte_coordonnees
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #9FB700;
    border-right-color: #9FB700;
    border-bottom-color: #9FB700;
    border-left-color: #9FB700;
    display: block;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: #CCCA49;
    width: 180px;
    color: #FFFFFF;
}

#PageMilieu #droite
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    float: left;
    border-left: #9FB700 thin dotted;
    background-image: url(images/image_fond.jpg);
    background-repeat:no-repeat;
    padding-left: 20px;
    padding-top: 20px;
    text-align:left;
}

#droite #contenu
{
    width: 740px;
    	overflow:auto;
	display: block;
    height: 430px;

}


#footer {
    border-top: 1px solid #9FB700;
    width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9FB700;
	font-style: italic;
} 

#footer a {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	text-align: center;
	color: #9FB700;
	text-decoration: none ;
}

.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.texte_pages {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #9FB700;
	border-right-color: #9FB700;
	border-bottom-color: #9FB700;
	border-left-color: #9FB700;
	display: block;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
	background-color: #f1f0b2;
	width: 630px;
	float: none;
	margin-left: 20px;
}

.liste_offre {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-color: #9FB700;
	display: block;
	padding: 10px;
	border-top-width: 1px;
	width: 650px;
	color: #000000;
}

.liste_offre_roll {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-color: #9FB700;
	display: block;
	padding: 10px;
	border-top-width: 1px;
	width: 650px;
	background-color: #f1f0b2;
	cursor:pointer;
}

.detail_bien {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 650px;
}

a:link {
	color: #9FB700;
}

a:visited {
	color: #9FB700;
}

a:hover {
	color: #CC0001;
}

a:active {
	color: #9FB700;
}

a.lien_blanc:link {
	color: #FFFFFF;
}

a.lien_blanc:visited {
	color: #FFFFFF;
}

a.lien_blanc:hover {
	color: #9FB700;
}

a.lien_blanc:active {
	color: #FFFFFF;
}

a.lien_noir:link {
	color: #000000;
}

a.lien_noir:visited {
	color: #000000;
}

a.lien_noir:hover {
	color: #9FB700;
}

a.lien_noir:active {
	color: #000000;
}
	
.agence {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

.liste_biens_titre {
	background: url(images/fond_transparent.gif) ; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	width:670px;
	display: block;
	}

.Blanc_12_gras {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.blanc {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.gras {
	font-weight: bold;
}

.rouge {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
}

.noir {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.couleur {
	font-family: Arial, Helvetica, sans-serif;
	color: #9FB700;
}

.rouge_16_gras {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
}

.noir_16_gras {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.gras {
	font-weight: bold;
}

.italique
{
    font-style: italic;
}

.T12 {
	font-size: 12px;
	text-decoration: none;
}

.T14 {
	font-size: 14px;
	text-decoration: none;
}

.T16 {
	font-size: 16px;
	text-decoration: none;
}

.T22 {
	font-size: 22px;
	text-decoration: none;
}

.T26 {
	font-size: 26px;
	text-decoration: none;
}

h2 {
	padding-left: 40px;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sans_soulignement {
	text-decoration:none;
	}