/* Liste de documents */
.colonne .liste_doc{
	padding: 0;
	font-size: 12px;
	margin: 0;
}
.colonne .liste_doc li{
	list-style: none;
	float: left;
	clear: left;
	display: block;
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #fdfdfd;
}
.colonne .liste_doc .alt{
	background-color: #f5f5f5;
}
.colonne .liste_doc li a span{
	float: left;
	clear: left;
	padding-left: 20px;
}
.colonne .liste_doc li a strong{
	float: left;
	padding-left: 20px;
}
.colonne .liste_doc li a{
	display: block;
	width: 100%;
	height: 30px;
	color: #000;
	padding: 10px 0;
	text-decoration: none;
}
.colonne .liste_doc li a:hover .telecharger{
	color: #6cf;
}
.colonne .liste_doc li a:hover,
.colonne .liste_doc li.alt a:hover{
	background-color: #ebebeb;
}
.colonne .liste_doc li a .telecharger{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 25px;
	margin: 5px 10px 0 0;
	display: block;
	width: 157px;
	height: 21px;
	float: right;
	background-image: url('/images/bouton.png');
}
.colonne .liste_doc.export a{
	display: inline !important;
	padding: 0 !important;
	color: #0b600b !important;
}
.colonne .liste_doc.export li.alt a:hover,
.colonne .liste_doc.export a:hover{
	background: none !important;
	color: #000 !important;
}
.colonne .liste_doc.export li{
	padding: 10px 10px;
	width: 940px;
}
.colonne .liste_doc li .right{
	display:block;
	float: right;
	width: 450px;
}
.colonne .liste_doc li .left{
	display:block;
	float: left;
	clear: left;
	width: 200px;
}
