@charset "utf-8";
/* CSS Document */

#docs_date {
	height: 20px;
	width: 100px;
	font-weight: bold;
	background-color: #C9DAE4;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
}

#docs_Auteur {
	height: 30px;
	width: 200px;
}
#docs_Description {
	height: 30px;
	width: 200px;
}
#docs_Liens {
	height: 30px;
	width: 200px;
}
#docs_Titre {
	height: 30px;
	width: 500px;
	background-color: #ABC4D6;
	font-weight: bold;
	float: right;
}
.DocBTT {
	height: 25px;
	width: 150px;
	float: right;
	clear: left;
	background-color: #069;
	margin-right: 2px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
}
.EveBTT {
	height: 25px;
	width: 150px;
	float: right;
	clear: left;
	background-color: #0078B3;
	margin-right: 2px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
}
.ArchBTT {
	height: 25px;
	width: 150px;
	float: right;
	clear: left;
	background-color: #0086C6;
	margin-right: 2px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
}
.DocBTT:hover {
background-color: #0086C6;

}
.EveBTT:hover {

	background-color: #0086C6;

}
.ArchBTT:hover {

	background-color: #0086C6;

}.DocBTT a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.EveBTT a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.ArchBTT a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.BlocTxtDocuments {
	float: right;
	height: auto;
	width: 550px;
	margin-top: 10px;
}
.BlocDate {
	float: left;
	height: auto;
	width: 85px;
	clear: both;
	margin-right: 10px;
}
.MenuDeroulant {
	color: #FFF;
	background-color: #069;	
	}
