/* OBSERVATION ESPECE BAR 
----------------------------------*/
.barreEspece{
	background-image: url(img/borderEspece.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 12px;
}
.vignette{
	border: solid 1px #333333;
}
.espece, .nbObs{
	padding-top: 24px;
}
.espece{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990033;
}
.nbObs{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #990033;
}

/* OBSERVATION DETAIL
------------------------------------*/
.obsText,.photographe{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	/*border-bottom: dashed 1px #cccccc;*/
	padding-bottom: 6px;
	padding-top: 6px;
	text-decoration: none;
}
.photographe{
	padding-left: 12px;
}
.obsGras{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;	
}
.resBox{
	text-align: center;
	margin-left: 40%;
	margin-top: 60px;
}
.noResult{
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	width: 120px;
	padding-left: 14px;
	padding-top: 0px;
	background-position: 7px;
	color: #3C6A83;
	border: solid 1px #3C6A83;
	background-color: #E6E6E6;
}
.dashLine{
	border-bottom: dashed 1px #cccccc;
}
