@charset "iso-8859-1";
/* Infos generales */

body {
	margin:0px 0px 0x 0px;
	scrollbar-face-color:#2dc885;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#2dc885;
	scrollbar-3dlight-color:#2dc885;
	background-color:#619C04;
	color:#55553c;
	font-family: arial,verdana, trebuchet MS,sans-serif;
	font-size: 8pt;
}

/* Encadrement de la page */
div.contenu {
	border: 1px solid #73261C;
}

/* Couleurs des liens */
a:link {
	color:#2dc885;
	background-color:transparent;
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	color:#2dc885;
	background-color:transparent;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#2dc885;
	background-color:transparent;
	text-decoration:underline;
	font-weight: bold;
}

/* Couleurs des liens pour les détails des fiches */
a.nom:link {
	color:#2dc885;
	background-color:transparent;
	text-decoration:none;
	font-weight:normal;
}

a.nom:visited {
	color:#2dc885;
	background-color:transparent;
	text-decoration:none;
	font-weight:normal;
}

a.nom:hover {
	color:#2dc885;
	background-color:transparent;
	text-decoration:underline;
	font-weight:normal;
}

/* police par defaut */
td {
	font-family: arial,verdana, trebuchet MS,sans-serif;
	font-size: 8pt;
}

/* gestion repetition des degradés */
td.degrade_droite {
	background-image : url(graph/degrade_droite.jpg);
	background-repeat : repeat-x;
	background-color : #A5B93E;
	font-size:0px;
}

td.degrade_millieu_mini {
	background-image : url(graph/mini_fond_bas.jpg); 
	padding:0px; 
	margin:0px; 
	border:0px solid #000; 
}
td.degrade_millieu_mini .content {
	background : url(graph/mini_fond_haut.jpg) no-repeat top left;
	padding:0px 22px ;
}



td.degrade_millieu2 {
	background-image : url(graph/degrade_millieu2.jpg);
	background-repeat : repeat-x;
	background-color : #E9EECE;
}

td.degrade_millieu {
	background-image : url(graph/degrade_millieu.jpg);
	background-repeat : repeat-x;
	background-color : #E9EECE;
}

/* gestion cellules avec fond vide */
td.vide {
	background-image : url(graph/vide.gif);
}


/* marge interieures blocs d'infos */
td.bloc {
	padding: 4px 4px 4px 4px;
	background-image : url(graph/vide.gif);
	font-family: arial,verdana, trebuchet MS,sans-serif;
	font-size: 8pt;
}

#carte{
	background: url(graph/lotissement.png) no-repeat;
	width:641px;
	height:383px;
	position:relative;
	margin-top:10px;
	/*margin: 0px 0 20px 17px;*/
}
#carte div.pastille{
	position:absolute;
	width:20px;
	height:20px;
}
#carte div.numero{
	padding-top:2px;
	display:block;
	position:relative;
	width:20px;
	height:15px;
	margin:0 auto;
	font-weight:bold;
	color:#FFFFFF;
	font-size:110%;
	text-align:center;
}
tr.lotissement{
	background: url(graph/bg_bandeau_lotissement.jpg);
	
}
p.plusgros{
	font-size:130%;
	font-weight:bold;	
}
span.phone{
	color:#ae2a10;	
}

