/* documents */
#documents{ /* table */
	width: 100%;
}
#documents .groupeDocument{
	width: 100%;
	background: #e8edf1;
	border-top: 1px solid #ffffff;
	border-bottom: 2px solid #e8edf1;
}
#documents .groupeDocument span{
	height: 19px;
	padding: 2px 5px 0px 0px;
	font-weight: bold;
	background: #ffffff;
}
#detailsDocuments{
	width: 100%;
}
#detailsDocuments td{
	padding: 5px 0px 5px 5px;
	vertical-align: top;
	border-bottom: 1px solid #e8edf1;
}
#detailsDocuments .picto img{
	margin-top: 4px;
	border: 0px;
}
#detailsDocuments .infoDocument{
	width: 100%;
	color: #02346f;
}
#detailsDocuments .infoDocument a{
	color: #02346f;
}
#detailsDocuments .infoDocument b{
	line-height: 16px;
}
#detailsDocuments .telecharger{
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	white-space: nowrap;
}
#detailsDocuments .telecharger img{
	vertical-align: middle;
}