.all_cat_actu {
	display: block;
	background: none;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 15px;
	border: 1px solid #4f4f4f;
}

.actualitesListingPhotos {
    text-align: center;
	line-height: 0;
	margin: 10px auto;
}

.cat_actu, .recherche_actu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.actualitesDetailCategories {
  margin-top: 30px;
}

.cat_actu > li {
  list-style: none;
}
.cat_actu > li:before {
  display:none !important;
}

.drodpown_actu li:before{
	display:none !important;	
}

.drodpown_actu li{
	margin: 10px 0 3px !important;
}

/* RECHERCHER */
.recherche_actu form{
	display: block;
}
.recherche_actu label {
	display: inline-block;
	color: #4f4f4f;
	margin-bottom: 5px;
	font-size: 13px;
}
.recherche_actu #input_recherche_actu {
	width: 68% !important;
	vertical-align: middle;
	display:inline-block;
	height: 25px !important;
}
.recherche_actu #recherche_actu_submit {
	height: 26px;
	padding: 2px 10px;
	background:#640018 !important;
	color:#fff;
	vertical-align: middle;
	display:inline-block;
}
.recherche_actu #recherche_actu_submit:hover {
	background: #c1274c !important;
	color:#fff !important;
}
.actualitesListingResultat{
	margin-bottom: 10px;
	 color: #4f4f4f;
	 display: block;
}
.cat_actu ul {
	margin: 0;
}

.cat_actu ul li {
	display: inline-block;
}
.colonne_centre .cat_actu ul li a{
	background: #555555;
	padding: 4px 8px;
	text-decoration: none;
	color: #4f4f4f;
}
.colonne_centre .cat_actu ul li a:hover{
	background: #ccc;
	text-decoration: none;
	color: #555555;
}
.actualitesListingResultat{
	letter-spacing: normal;
}
.actualite_highlight {background:transparent!important}
/* LISTING */
#container_actualite_listing {
	float: none;
}

.bloc_listing_actu {
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4f4f4f;
	border-bottom: 2px solid #4f4f4f;
	padding: 10px;
	text-align:left;
	width:100% !important;
}

.bloc_listing_actu .bouton2 {
	margin:25px auto 5px;
	position:relative;
	bottom: auto;
	top:auto;
	left:auto;
	right:auto;
    text-align: right;
    width: 100%;
	-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
}

.bloc_listing_actu .bouton2 a {
	border:none;
	background:#525252 !important;
	color:#FFF;
	height:auto !important;
	width:auto !important;
	font-size:15px !important;
	font-weight:400 !important;
	text-align:center !important;
	text-transform:none !important;
	padding: 9px 18px !important;
	line-height: 18px !important;
	display:inline-block;
	text-decoration:none !important;
	transition: all 0.4s ease 0s;
}
.bloc_listing_actu .bouton2 a:before{
	display:none;
}

.bloc_listing_actu .bouton2 a:hover{
	background:#828181 !important;
	color:#FFF;
	transition: all 0.4s ease 0s;
}

.date_actu {
	color: #000;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.nom_cat {
	color: #5e5e5e;
	font-style: italic;
}

.titre_actu {
	display: block;
	font-size: 14px;
	margin: 10px 0;
	text-decoration:none !important;
}

.titre_actu:hover {

}

.contenu_resume {
	text-indent: 0px;
	margin-bottom: 0 !important;
}

p.contenu_resume:first-letter {
	text-transform: uppercase;
}

.img_actu {
	display: block;
	overflow: hidden;
	width: 23.404293%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}

.img_actu img {
	max-height: 100%;
}
/* DETAIL */
.txt15_140 {
	display: none;
}

.detail_actu, #container_actualite_detail {
	position: relative;
	width: 100%;
	overflow: hidden;
	color:#4f4f4f;
}

.detail_actu a {
	color: #ff9900;
}

.detail_actu a:hover {
	color: #5e5e5e;
}

.image_actu {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	float: right;
	clear: both;
	position: relative;
	text-align: center;
}

.image_actu img {
	max-width: 100%;
}

.facebook {
	display: block;
	text-align: right;
}

#contenu_detail {
	display: block;
	margin: 15px 0;
}
/* GENERAL */
 /* listing calendrier bottom */
#listing_calendrier_2 {
	background: none;
	border: 1px solid #4f4f4f;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#listing_calendrier_2 .bouton2 {
	margin:25px auto 5px;
	position:relative;
	bottom: auto;
	top:auto;
	left:auto;
	right:auto;
    text-align: right;
    width: 100%;
	-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
}

#listing_calendrier_2 .bouton2 a {
	border:none;
	background:#525252 !important;
	color:#FFF;
	height:auto !important;
	width:auto !important;
	font-size:15px !important;
	font-weight:400 !important;
	text-align:center !important;
	text-transform:none !important;
	padding: 9px 18px !important;
	line-height: 18px !important;
	display:inline-block;
	text-decoration:none !important;
	transition: all 0.4s ease 0s;
}

#listing_calendrier_2 .bouton2 a:before{
	display:none;
}

#listing_calendrier_2 .bouton2 a:hover{
	background:#828181 !important;
	color:#FFF;
	transition: all 0.4s ease 0s;
}

#titre_listing_calendrier {
	display: block;
	font-size: 15px;
	color: #000;
}

#listing_calendrier_2>ul {
	margin-left: 0 !important;
}

#listing_calendrier_2 ul li {
	list-style-image: none !important;
}
#listing_calendrier_2 ul li:before{
	display:none !important;
}

.mois_listing {
	font-size: 14px;
	color: #757575;
}

#listing_calendrier_2 ul li ul li {
	list-style-image: none !important;
}
#listing_calendrier_2 ul li ul li:before{
	content:url(../gifs/puce.jpg) !important;
	padding-right: 5px;
	display:inline-block !important;
}

#listing_calendrier_2 ul li ul li a {
	text-decoration: none !important;
}

#listing_calendrier_2 ul li ul li a:hover {
	text-decoration: underline !important;
}

.actualitesDetailReseauxSociaux{
	margin-top: 30px;
}

@media screen and (min-width: 480px) {
	.recherche_actu,.cat_actu {
		width: 100%;
	}

	.recherche_actu {
		display: inline-block;
	}

	.recherche_actu {
		padding-left: 1%;
	}
	.recherche_actu label{
		display: inline-block;
		width: auto
	}
	.recherche_actu #input_recherche_actu {
		width: 46%;
		display: inline-block;
		vertical-align: middle;
	}

	.recherche_actu #recherche_actu_submit {
		font-size: 15px;
		padding-top: 0;
		vertical-align: middle;
	}
	#container_actualite_listing .container_actualite {
	  letter-spacing: -0.25em;
	  margin-bottom: 50px;
	}
	.colonne_journal {
		width: 48%;
		padding: 0;
		display: inline-block;
		letter-spacing: normal;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		vertical-align: top
	}
	
	.pair{
		float:right;	
	}
	
	.colonne_journal.colonne_left{
		padding: 0 5% 0 0;}
	.image_actu {
		max-height: 250px;
	}

	.cat_actu ul li ul {
		position: absolute;
		left: 0;
	}

	.cat_actu ul li ul li+li a {
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
	}

	.detail_actu a {
		background: none;
		padding: 0;
	}
	
	.paginationControl{
		letter-spacing: normal
	}
}

@media screen and (min-width: 600px) {
.image_actu {
    height: auto;
    max-height: inherit;
    width: 100%;
    max-width: 250px;
    float: right;
    margin: 33px 0 20px 20px;
}
.image_actu img{
	width:100%;
	height:auto;
}
}

@media screen and (min-width: 768px) {

.recherche_actu #input_recherche_actu {
    width: 55% !important;
}
	
}

@media screen and (min-width: 1000px) {
	.image_actu {
	
	}

	.recherche_actu #input_recherche_actu {
		width: 53% !important;
		display: inline-block
	}
	#contenu_detail {
		clear: none;
	}
}
