/***************************/
/*ACTIONS -print-email-edit
/***************************/
/***************************/
ul.actions {
	background:transparent;
	margin:0;
}
ul.actions li {
	list-style:none;
	float:right;
}
/************************************************/
/****article-info(date, date modifiées etc...).../
/**************************************************/

.article-info {
}
dt.article-info-term {
	display:none;
}
dl.article-info dd {
	margin:0;
	font-size:12px;
	font-style:italic;
}
/************************/
/*frontpage ARTICLE
/************************/
/************************/

/**article frontpage global*****/

.items-leading {
	font-weight:normal;
	padding:0px 10px 10px 20px;
}
.items-row {
	font-weight:normal;
	padding:0px 10px 10px 20px;
}
/***titre frontpage*****/
.items-leading h2 {
	font-size:24px;
	margin-bottom:0px;
	font-weight:bold;
	background:transparent;
	text-transform:capitalize;
	padding:0;
}
.items-row h2 {
	font-size:24px;
	margin-bottom:0px;
	font-weight:bold;
	background:transparent;
	text-transform:capitalize;
	padding:0;
}
/*****separation des articles******/
.item-separator {
	width:100%;
	height:10px;
	width:100%;
	display:block;
	background:transparent;
	border-bottom:1px solid #dedede;
}
/************************/
/* ARTICLE SIMPLE
/************************/
/************************/
.item-page {
	font-weight:normal;
	padding:0px 10px 10px 20px;
	border-bottom:1px solid #dedede;
}
.item-page h2 {
	font-size:24px;
	margin-bottom:0px;
	font-weight:bold;
	background:transparent;
	text-transform:capitalize;
	padding:0;
}
/************************/
/* redmore article
/************************/
/************************/
.readmore {
	margin-top:22px;
}
.readmore a {
	background: #393d3c;
	color:#fff;
	padding:6px;
	font-weight:bold;
}
.readmore a:hover {
	background: #0f9cbd;
	color:#fff;
}
/************************/
/* COLONNES article
/************************/
/************************/
div.cols-1 .item {
	width: 100%;
}
/*
 div.cols-2 .item {
width: 50%;

 }

div.cols-3 .item {
 width:28%;

}

div.cols-4 .item {
width: 20%;

 }

div.items-row .item {
float: left; 

} 

div.item {
 padding: 0 18px;
 margin-bottom:25px;

 } 
 */
 

 /************************/
/*****CATEGORY***********/
/************************/
.categories-list {
}
.categories-list li {
	list-style:none;
}
.item-title {
	font-size:24px;
	margin-bottom:0px;
	font-weight:bold;
	color:#000;
	background:transparent;
	text-transform:capitalize;
	padding:0;
}
ul#archive-items li {
}
/* ++++++++++++++  items more  ++++++++++++++ */

.items-more {
	padding-top:10px;
}
.items-more h3 {
	font-weight:normal;
	margin:0;
	font-size:1.4em;
	margin:0 0 0 30px;
}
.items-more ol {
	line-height:1.3em;
	margin:0 0 0 10px;
}
.items-more ol li {
	padding:2px;
}
.items-more ol li a {
	display:inline;
	margin:0;
	font-weight:normal;
}
.items-more ol li a:hover,  .items-more ol li a:active,  .items-more ol li a:focus {
	font-weight:normal;
	text-decoration:none
}
/* Pagination ---*/

 .counter {
	text-align:center;
}
ul.pagination {
	float: left;
	width: 100%;
	padding:10px 0;
	text-align:center;
}
ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 6px;
	margin:0 3px;
	overflow: hidden;
}
ul.pagination li span {
	padding: 6px;
	line-height: 20px;
}
ul.pagination a {
	background:#393d3c;
	line-height: 20px;
	padding:6px;
	text-decoration: none;
	color:#fff;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	text-decoration: none;
	background:#0f9cbd;
}
/* ++++++++++++++  nav entre article  ++++++++++++++ */
 ul.pagenav {
	position:relative;
}
ul.pagenav li {
	list-style: none;
	padding: 8px;
	background:transparent;
}
ul.pagenav li a {
}
ul.pagenav li:hover, ul.pagenav li:focus {
	padding: 8px;
}
ul.pagenav li.pagenav-prev {
	float: left;
}
ul.pagenav li.pagenav-next {
	float:right;
}
