.bloc {
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2F2F2F;
	border-bottom-color: #2F2F2F;
	border-left-color: #2F2F2F;
}
.bloc_titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #F8CF43;
	font-weight: bolder;
}
.depot_accueil {
	border: thin solid #000000;
}
.lien_rouge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.lien_rouge:link {
	text-decoration: none;
	color:#000000;
}
a.lien_rouge:visited {
	text-decoration: none;
	color:#000000;
}
a.lien_rouge:hover {
	text-decoration: none;
	color:#ED492D;
}
a.lien_rouge:active {
	text-decoration: none;
	color:#000000;
}

