.view_article
{
	border-radius: 6px;
	background-color: #428bca;
    border-color: #357ebd;
    border-style: solid;
    border-width: 1px;
    color: #fff;
  	text-align: center;
  	display: inline-block;
  	height: 18px;
  	width: 95px;
  	position: relative;
  	bottom: 10px;
  	font-size: 13px;
  	padding-top: 2px;
  	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.view_article:hover
{
	color: #fff;
  	background-color: #3276b1;
  	border-color: #285e8e;
	text-decoration: none;
	color: white;
}

.view_article:after
{
	clear: both;
}

.info_article
{
	font-size: 14px;
	color: #333;
	text-align: inherit;
	float: right;
	position: relative;
	bottom: 3px;
}

.info_article:after
{
	clear: both;
}

.article_contenu h1, .article_contenu h2, .article_contenu h3, .article_contenu h4
{
	font-size: 16px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: Arial , sans-serif;
	color: #454b53;	
	text-transform: uppercase;
	font-size: 18px;
	height: 20px;
	background-color: white;
	line-height: normal;
	box-shadow: none;
	border-bottom: none;
}

/**Dates**/

.conteneur_date
{
	float: left;
	background: url("../../images/site/calendrier.jpg") no-repeat;
	width: 60px;
	color: black;
	line-height: 15px;
	margin-left: -6px;
	margin-right: 6px;
	margin-top: 3px;
}

.img_date
{
	text-align: center;
}

.jour
{
	font-size: 25px;
}

.mois
{
	position: relative;
	top: 11px;
	right: 15px;
	font-size: 11px;
}

.annee
{
	position: relative;
	bottom: 4px;
	left: 13px;
	font-size: 11px;
}

/**** Upload ****/
.hidden
{
	display: none;
}

.documentform
{
	border-left: 1px solid #8C98A4;
	margin-bottom: 15px;
	padding-left: 10px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-left: 572px;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}