/*** Onglets ***/
.blocContener .bCSZoneOnglet {
	position: absolute;
	margin-left: 150px;
	margin-top: -26px;
}
.blocContener .bCSZoneOnglet .selected .texteOnglet {
	color: #fff;
}
.blocContener .blocFiltre {
	position: absolute;
	margin-left: 800px;
	margin-top: -25px;
}

/** Fiche Article **/
.titreBlocArticle {
	margin-right: 25px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 110%;
	color: #a60f56;
}
.fiche_article{
	height: 104px;
	border-bottom: 1px solid #c7c7c7;
	padding: 15px 0px;
	position: relative;
}

.fiche_article td {
	padding: 0 !important;
}

.article_buzz {
	width: 110px;
	padding-left: 8px;
	float: left;
}

.article_buzz img {
	margin-left: 10px;
}

.article_delete {
	float:left;
	margin-right:10px;
	margin-top: 10px;
	width: 190px;
	text-align: center;
}

.article_secteurs {
	text-align: left;
	position: absolute;
	bottom: 15px;
	width:110px;
	overflow: hidden;
}

.article_secteurs a {
	font-size: 9px;
	text-decoration: none;
}
.article_secteurs a:hover {
	text-decoration: underline;
}

.article_corps{
	width: 450px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
	position: relative;
	height: 104px;
}

.article_titre{
	font-weight: bold;
}
.article_titre a {
	text-decoration: underline;
}
.article_titre a:hover {
	text-decoration: none;
}

.article_lien a{
	text-decoration: none;
	color: #0000CC ;
	font-size: 80% ;
}
.article_lien a:hover{
	text-decoration: underline;
}

.article_description{
	margin-top: 15px;
	color:#606060;
}

.article_plus a {
	font-weight: bold ;
	text-decoration: underline !important ;
}
.article_plus a:hover {
	text-decoration: none !important ;
}

.article_auteur{
	position: absolute;
	bottom: 0px;
}

.article_auteur .pseudo{
	font-weight: bold;
}
.article_auteur .pseudo a{
	text-decoration: none;
}
.article_auteur .pseudo a:hover{
	text-decoration: underline;
}

.pseudoLib , .dureeSoumissionLib {
	color: #8a8a8a ;
}

.article_auteur img{
	border: 1px solid #cccccc;
}

.article_actions {
	position: absolute;
	bottom: 10px;
	right: 0px;
	color: #a6145b ;
	font-size: 90%;
	text-align: right ;
}
.article_actions img {
	vertical-align: bottom;
	padding-left: 10px;
}
.article_actions a, .article_actions a:hover {
	color: #a6145b ;
	font-size: 90%;
	text-align: right ;
	text-decoration: none;
}

.article_entreprises{
	float: left;
	text-align: left;
	background-color: #fff;
/*	border: 1px dotted #a1a1a1; */
	border: 1px solid #ccc;
	padding: 5px;
	width: 120px;
	height: 70px;
	margin-left: 20px;
	overflow: hidden;
}
.article_entreprises img {
	margin: 0 auto;
}

.article_entreprises a {
	text-decoration: none;
}
.article_entreprises a:hover {
	text-decoration: underline;
}

/*Nombre de votes*/
.nbVotesContener {
	width: 36px;
	height: 46px;
	padding-top: 2px;
	border: 0px solid #000;
	background: url(../images/nbbuzz_bg.png) no-repeat;
	text-align:center;
}
.articleBuzzed {
	background: url(../images/nbbuzz_bg_grey.png) no-repeat;
}
.articleBuzzedEntreprise {
	background: url(../images/nbbuzz_bg_grey.png) no-repeat;
}

.nbVotesContener:hover {
	cursor: pointer;
}

.nbVotesContener .labelNbVotes,.articleBuzzed .labelNbVotes {
	color: #a60f56;
}
.nbVotesContener .nbVotes,.articleBuzzed .nbVotes {
	font-weight: bold;
	font-size: 130%;
	color: #a60f56;
}
.articleBuzzedEntreprise .labelNbVotes {
	color: #acacac;
}
.articleBuzzedEntreprise .nbVotes {
	font-weight: bold;
	font-size: 130%;
	color: #acacac;
}
