/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#DFDFDF;
}

a {
	color:#571612;
 text-decoration:none;
}

a :hover{
	color:#571612;
 text-decoration:none;
}


/* Menu Gauche*/

.menuGauche {
	
}

.menuGauche .ville {
	background-color:#CCCCCC;
	font-size:12px;
	font-weight:400;
	padding:6px;
	text-align:right;
}

.menuGauche .ville a,a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* Si le menu est sélectionné */

.menuGauche .villeSel {
	background-color:#571612;
	font-size:12px;
	font-weight:400;
	padding:6px;
	text-align:right;
}

.menuGauche .villeSel a,a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* --------------- */

.menuGauche .bien {
	text-align : right;
	padding-right:6px;
	padding-top:3px;
}

.menuGauche .bien a {
	color:#571612;
}

.menuGauche .bien a:hover {
	color:#000000;
}

/* Contenu */

.Titre {
	font-size:20px;
	font-weight:bold;
	color:#571612;
}

.SousTitre {
	font-size:18px;
	font-weight:400;
	color:#000000;
}

.LienAvecPuce {
	color: #571612;
	list-style-type:none;
	list-style-image:url(../icones/fleche-noire.gif);
	margin-left:-27px;
}

.LienAvecPuce a:hover{
	color: #000000;
	
}

.boiteDroite {
	color: #000000;
}

.acces {
	color: #571612;
}

.boiteBas {
	background-color: #571612;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:3px;
	width:241px;
	height:13px;
	text-align:center;
	background-image:url(bleu-boiteBas.jpg);
	background-repeat:no-repeat;
}

.tabBoiteBas {
	border: #571612 solid 1px;
	padding : 15px;
	margin-bottom:15px;
	color: #000000;

}

.selection {
	color:#571612;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:3px;
	width:241px;
	height:13px;
	text-align:center;
	background-image:url(blancbleu-boiteBas.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}

/* Les biens */

.listeBiens .titre {
	font-size:16px;
	font-weight:bold;
	color:#000000;

}

.listeBiens .savoirplus {
	width:80px;
	margin-top:6px;
	font-size:12px;
	font-weight:200;
	text-align:center;
	background-color:571612;
	padding:2px;
	margin-top:-15px;
	color:#FFFFFF;
}


/* onglet */
.onglet{
float:left;
cursor:pointer;
}



/* Footer */
.footer {
	padding : 4px;
	font-size:10px;
	text-align:center;
	background-color:#571612;
	color:#FFFFFF;
}


/* HOME */
.bandeHome {
	background-color:#571612;
}

.villesHome {
	background-color:#571612;
	width:300px;
	padding:3px;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#FFFFFF;
}

.note {
	background-color:#F4FF9B;
	padding:10px;
}

.liensCat {
		list-style:none;
		 font-weight:bold;
		 border-bottom:#000000 1px solid;
		 text-transform:uppercase;
		 margin-right:15px;
		 margin-left:-40px;
}

.boiteBas2 {
	background-color: #571612;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:3px;
	width:241px;
	height:13px;
	text-align:center;
	background-image:url(rouge-boiteBas.jpg);
	background-repeat:no-repeat;
}


.selection2 {
	color:#571612;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:3px;
	width:241px;
	height:13px;
	text-align:center;
	background-image:url(blancrouge-boiteBas.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}

-->