/***************************/
/*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;
margin-left:0px;

}

.items-row {
width:100%;
font-weight:normal;
margin-left:0px;

}

/***titre frontpage*****/
.items-leading h2 {
background: url(../images/bg-heading.png) 0 0 no-repeat;
padding:5px 5px 15px 43px;
font-size:18px;
font-weight:bold;
color:#e9e8e6;


} 

.items-row  h2{
background: url(../images/bg-heading.png) 0 0 no-repeat;
padding:5px 5px 15px 43px;
font-size:18px;
font-weight:bold;
color:#e9e8e6;


}

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

}

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

}

.item-page h2 {
background: url(../images/bg-heading.png) 0 0 no-repeat;
padding:5px 5px 15px 43px;
font-size:18px;
font-weight:bold;
color:#e9e8e6;

} 

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

}

.readmore a:hover {
color:#000;

}

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

}

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 {
padding:5px 5px 20px 0;
font-size:18px;
font-weight:bold;
color:#e9e8e6;


}


ul#archive-items li {
list-style:none;

}

/* ++++++++++++++  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;
list-style-type:none;
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 0px;

}

 .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 20px;
text-decoration:none

} 

/* ++++++++++++++  pagination  ++++++++++++++ */

 .counter {
text-align:center;
padding:4px 0;

}

ul.pagination {
 float: left;
 width: 100%;
 padding:4px 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:transparent;
color: #FFF;
line-height: 20px;
padding:6px;
text-decoration: none;

}

ul.pagination a:hover, ul.page a:active, ul.page a:focus {
text-decoration: none;
color:#FFF;
background:#dcb011;
} 

/* ++++++++++++++  nav entre article  ++++++++++++++ */
 ul.pagenav {
 position:relative;
 
}
 
ul.pagenav li {
 list-style: none;
 padding: 2px 3px;
 
}
 
ul.pagenav li:hover, ul.pagenav li:focus {
 background: #dcb011;
 
}
 
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;

}
