/*** Mise en forme générale ***/








#txt1 {
	font-family: arial;
	font-size: 15px;
	color: Green;
}


#bt {
	float: left;
	width: auto;
	margin-bottom: 4px;
	margin-right: 20px;
	background-image: url(../images/fl_vert_dr.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#bt a {
	display: block;
	border-bottom: 1px solid #96B3A7;
	width: 100%;
	line-height: 12px;
	font-size: 10px;
	padding: 0px 3px;
	background-color: #D3E5DD;
}
#bt a:hover {
	background-color: #96B3A7;
	color: #FFF;
}

#bt2 {
	float: left;
	width: auto;
	margin-bottom: 4px;
	background-image: url(../images/fl_bleu2_dr.gif);
	background-repeat: no-repeat;
	background-position: 55% 0px;
}
#bt2 a {
	display: block;
	border-bottom: 1px solid #8C9BC9;
	width: 45%;
	line-height: 12px;
	font-size: 10px;
	padding: 0px 3px;
	background-color: #E8ECF8;
}
#bt2 a:hover {
	background-color: #6174AE;
	color: #FFF;
}