/*********strate-actualite*****************/

#strate-actualite  .item.item-no-news {
    display: block;
    min-height: auto !important;
    margin-top: 35px;
}

#strate-actualite {
    text-align: center;
    background-color: #f8f8f8;
    padding: 30px 15px;
}
#strate-actualite h2 {
	margin-bottom: 45px;
}

#strate-actualite #actu {
    padding: 30px 15px 45px;
    max-width: 980px;
    margin: auto;
}
#all_news {
    margin-top: 15px;
}
#actualites_carousel .carousel-control {
    background: none;
}
#actualites_carousel .carousel-indicators {
    bottom: 0;
}
#actualites_carousel .carousel-indicators li {
  opacity: 0.3;
}
#actualites_carousel .carousel-indicators .active {
    margin: 1px;
    width: 10px;
    height: 10px;
    opacity: 1;
}
#actualites_carousel .carousel-inner {
    padding-bottom: 35px;
}
#actualites_carousel .carousel-inner .item {
    padding-left: 15%;
    padding-right: 15%;
    min-height: 130px;
}
#actualites_carousel  p.date_actu {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 0;
    opacity: 0.7;
}
#actualites_carousel  p a {
    text-decoration: none;
}
#actualites_carousel h3 {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px !important;
}
#actualites_carousel h3:after {
	content: "";
	display: none;
}
#actualites_carousel .carousel-inner h3 + p {
    max-width: 760px;
    margin: auto;
}

/* lien pr afficher ttes les news */
#all_news {
	text-align:center;
}
#news p.texte_actu {
    opacity: 0.8;
}
#news p.texte_actu a {
    text-decoration: underline;
}
#news .lire_suite a {
    padding: 6px 15px;
}
#news p, .bloc_news p, .bloc_news_print p {
	/*padding: 0 5px 0 15px;
	text-align: justify;
	margin:10px 10px 0 0;
	line-height:16px;*/
}

.bloc_news, .bloc_news_print {
	width: 100%;
    margin-bottom: 40px;
}

#news .titre_actu {
	border-bottom:1px solid #888;
	text-decoration: none;
	padding:5px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	margin-top: 0;
}

.date_auteur {
    position: relative;
	font-size:0.8em;
	font-weight:bold;
	padding:7px 10px;
	background-color: #f1f1f1;
    top: -2px;
    color: #333 !important;
}

.bloc_news_print .date_auteur {
	color:#fff;
	font-size:1em;
	font-weight:bold;
}
.bloc_news_print a {
	color:#000;
}

.texte_actu {
	width:98%;
	text-align:left; 
	padding:5px 0 5px 0;
	color:#666666;
	font-size:1em;
}

/* icones imprimer, envoyer à un ami ... */
.icones_actu, .bloc_actu_print {
	background: url(./images/fond_folio_a.png) repeat-x left bottom #FFF;
	float:right;
	margin:-10px 0 5px 10px;
	padding: 2px 0 2px 8px;
}

.bloc_actu_print {
	background:none;
}

.icones_actu a {
	display:block;
	float:right;
	margin: 0 10px 0 0;
}

.icones_actu img {
	width:30px;
	height:30px;
}

.bloc_actu_print a {
	float:none;
	text-decoration:none;
}

/* dans version imprimable ou actu complète */
p.bas_page_actu {
	margin-top:15px;
	font-size:10px; 
	color: #666666;
	text-align:center;
}
/* N° de pages */
.affich_pge_actu {
	font-family:Arial, Helvetica, sans-serif;
	background:url(./images/fond_folio.png) repeat-x;
	height:30px;
	overflow:hidden;
	border: 1px solid #E5E5E5;
	text-align:center;
}
.affich_pge_actu ul {
	height:30px;
	margin:0;
	padding:0;
	text-align: center;
}
.affich_pge_actu ul li {
	display:inline;
	list-style: none;
	background:none !important;
	height:30px;
	line-height: 25px;
	color:#333333 !important;
	margin:0 !important;
	padding:0 !important;
}
.affich_pge_actu ul li:first-child {
	padding:0 5px;

}
.affich_pge_actu a, #lien_actif_actu {
	background:url(./images/fond_folio_a.png) repeat-x 0 0;
	padding:5px 8px;
	text-align:center;
	border-right: 1px solid #E2E2E2;

}
#lien_actif_actu {
	color: #666666;
	font-size: 13px;
}
.lien_page_actu {
	color: #000;
	font-weight:bold;
}
#fleche_debut{
	background:url(./images/fleche_debut.png) no-repeat 0 0;
}
#fleche_fin{
	background:url(./images/fleche_fin.png) no-repeat 0 0;
}
a.fleche_folio{
	padding:5px 14px;
	text-decoration: none;
}
.fleche_folio span{
	position:absolute;
	left: -3000px;
}

/* background fond body imprimer */
.bg_body_print {
	background: #E6E5E4;
	margin:0;
	padding:0;
}

/* couleur fond formulaire "envoyer à 1 ami" */
.col_bg_ami {
	background:#E6E5E4; 
	height:110px;
}

/* background fond body envoi ami */
.bg_body_ami {
	background: #443D39;
	margin:0;
	padding:0;
}

.bg_body_ami p{
	padding:0 10px;
	font-size:12px;
	color:#FFFFFF;
}
/* label formulR envoi ami */
.col_bg_ami label {
	width:150px;
	text-align:right;
	margin-right:10px;
	float:left;
}

@media only screen and (min-width:768px) {
	.date_auteur {
		float:right;
		text-align:right; 
	}
	#news .titre_actu {
		margin-top: 30px;
	}
}