/***************************/
/*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;
color:#d5cfbc;

}

/************************/
/*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;
float:left;
overflow:hidden;

}

/***titre frontpage*****/
.items-leading h2 {
font-size:32px;
height:33px;
margin-bottom:0px;
font-weight:bold;
color:#d5cfbc;
background:transparent;
margin: 20px 0;
} 

.items-row  h2{
font-size:32px;
margin-bottom:0px;
font-weight:bold;
color:#d5cfbc;
background:transparent;
overflow:hidden;
margin: 20px 0;

}

/*****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:32px;
height:33px;
margin-bottom:0px;
font-weight:bold;
color:#d5cfbc;
background:transparent;

} 

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

}

.readmore a:hover {
color:#000;

}



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

}

/* div.cols-2 .item {
width: 44%;

 }

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:32px;
height:33px;
margin-bottom:0px;
font-weight:bold;
color:#d5cfbc;
background:transparent;
padding-top:5px;
text-transform:uppercase;

}

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

}

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

}

 .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 25px;
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:#857c5d;
color: #fff;
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: 8px;
 background: url(../images/slide.jpg) 0 0px no-repeat;
color:#000;

}

ul.pagenav li a{
color:#000;

}

 

ul.pagenav li:hover, ul.pagenav li:focus {
background: url(../images/slide.jpg) 0 0px no-repeat;
color:#000;
padding: 8px;

}

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

}

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

}

