/* CSS Document */
/**************************/
/* MODIFICATIONS GLOBALES */
/**************************/
body {
/* Modifications: la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
	background-color: #fff;
  font-family:"times new roman",times,serif;
	font-size: 10pt;
}
a, a:link, a:visited, a:active {
	font-weight: normal;
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}
#flot_tete_g, #flot_tete_d, .sousmenu, table.bld1, #modelarb  {
	display: none;
}

/*****************************/
/* MODIFICATIONS SPECIFIQUES */
/*   ARBRES                  */
/*****************************/
#bldhisto tr {
  width:100%;
}

#bldhisto .cell {
	background-color: #ffd700;
	border-radius: 10px;
	-webkit-border-radius: 10px;
 border: 3px solid #897048;
	padding-top: 0;
	padding-bottom: 5px;
}

#bldhisto .note {
	background-color: #ddccb5;
 border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #897048;
 vertical-align:top;
 width:33%;
 max-width:33%;
}

.arbre td.milieuvide {
	background-color: #fff;
	border-left: double #f00;
	border-top: none;
	border-right: none;
	border-bottom: none;
	color: #fff;
}

 .arbre td.vide {
	border: none;
	color: #fff;
}
