/***************************/
/*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;

}

/************************/
/*frontpage ARTICLE
/************************/
/************************/

/**article frontpage global*****/
.items-leading {
width:100%;
font-weight:normal;
padding:0px 10px 10px 10px;

}

.items-row {
width:100%;
font-weight:normal;
padding:0px 10px 10px 10px;

}

/***titre frontpage*****/
.items-leading h2 {
font-size:22px;
font-weight:bold;
background:transparent;
text-transform:uppercase;
border-bottom: 3px solid #775732;
padding-bottom:15px;

}



.items-row  h2{
font-size:22px;
font-weight:bold;
background:transparent;
text-transform:uppercase;
border-bottom: 3px solid #2e322f;
padding-bottom:13px;

}

/*****separation des articles******/
.item-separator {
height:30px;
width:100%;
display:block;

}

/************************/
/* ARTICLE SIMPLE
/************************/
/************************/
.item-page {
width:100%;
font-weight:normal;
padding:0px 10px 10px 10px;

}

.item-page h2 {
font-size:22px;
font-weight:bold;
background:transparent;
text-transform:uppercase;
border-bottom: 3px solid #2e322f;
padding-bottom:15px;

}

/************************/
/* redmore article
/************************/
/************************/
.readmore a {
float:right;
font-weight: bold;
padding:5px;
margin-right:15px;
color:#fff;
margin-top:5px;
font-weight:bold;
background:#c64900;

}

.readmore a:hover {
color:#000;

}

/************************/
/* COLONNES article
/************************/
/************************/
div.cols-1 .item {
width: 100%;

}

 /************************/
/*****CATEGORY***********/
/************************/
.categories-list {

}

.categories-list li {
list-style:none;

}

.item-title {
padding:5px 5px 20px 0;
font-size:18px;
font-weight:bold;
text-transform:capitalize;

}


ul#archive-items li {

}

/* ++++++++++++++  items more  ++++++++++++++ */
.items-more{
padding-top:10px;

}

 .items-more h3{
font-weight:normal;
margin:0;
padding:5px 5px 5px 5px;
font-size:1.4em
color: red !important;

}


 .items-more ol{
line-height:1.3em;
margin:0 0 0 20px;
padding:5px 0 5px 5px;

}

 .items-more ol li{
padding:2px;

}

 .items-more ol li a {
display:inline;
margin:0;
font-weight:normal;
 padding:5px 5px 5px 5px;

}

 .items-more ol li a:hover,
 .items-more ol li a:active,
 .items-more ol li a:focus {
font-weight:normal;
padding:5px 5px 5px 5px;
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;
border-bottom:1px solid #c7be9c;

}

ul.pagination li span {
padding: 6px;
line-height: 20px;

}

ul.pagination a {
background:transparent;
color: #c7be9c;
line-height: 20px;
padding:6px;
text-decoration: none;

}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
text-decoration: none;
color:#000;

}

/* ++++++++++++++  nav entre article  ++++++++++++++ */
 ul.pagenav {
 position:relative;

}

ul.pagenav li {
 list-style: none;
 padding: 2px 3px;
 background:#c64900;

}


ul.pagenav li:hover, ul.pagenav li:focus {
 background: #000;

}

ul.pagenav li a:hover, ul.pagenav li a:focus {
text-decoration:none;
color:#fff;

}

ul.pagenav li.pagenav-prev {
float: left;

}

ul.pagenav li.pagenav-next {
float:right;

}
