/* NEWS */

#news_content,
#news {
	position: relative;
	height: 270px;
	overflow: hidden
}

.carousel-content {
    width: 10000px;
}

#news article {
	height: 250px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

.contenu {
	position: absolute;
	bottom: 30px;
	left: 35px;
	background: url(../../img/layout/fleche-encart-news.png) 20px bottom no-repeat;
	padding-bottom: 9px;
	width: 350px;
	z-index:2;
}

.news {
	background-color: #fff;
	padding: 15px;
}

.soustitre {
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
	font-size: 0.75em;
	padding-bottom: 5px;
}

.soustitre a {
	color: #666;
}

.soustitre strong {
	font-style: normal;
}

.titre,
.titre_projet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.125em;
	font-weight: bold;
}

.titre_projet {
	font-size: 1em;
}

#news article p {
	font-size: 12px;
	margin-top: 10px;
	color: #333;
	line-height: 1.45em;
}
#news article p a {
	text-decoration: underline;
}

.carousel-control {
	position: absolute;
	z-index: 13;
	height: 250px;
	width: 100px;
	top: 0px;
	left: 0px;
	display: block;
}

#carousel-next {
	left: 900px;
}

.carousel-control span {
	display: none;
}

#navigation_news {
	margin-top: 5px;
	margin-left: 34px;
	height: 2px;
	width: auto;
}

#navigation_news li {
	margin-right: 8px;
	width: 10px;
	height: 2px;
	float: left;
}

#navigation_news li a {
	width: 2px;
	height: 2px;
	display: block;
	background-color: #ccc;
}

#navigation_news li a.carousel-selected {
	background-color: #333;
}

#navigation_news li a span {
	display: none;
}

/* BXSLIDER */

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: none;
}

/* LES PATCHS DE LA PRESENTATION DES PROJETS */

#projets {
	margin: 15px auto;
	padding-left: 30px;
	padding-right: 30px;
}

#selection ul#ul_tri {
	margin-top: 2px;
	margin-right: 227px;
	margin-bottom: 2px;
	padding-right: 20px;
}

#selection ul#ul_affichage {
	margin-right: 42px;
}

#projets article .modifier_admin {
	right: 15px;
}

/* TELEPHONE */

@media (max-width: 767px) {
	
	#news_content,
	#news { 
		height: auto;
	}
	
	#news article {
		height: auto;
	}
	
	#news article .titre {
		margin-bottom: 15px;
	}
	
	.contenu {
		position: relative;
		bottom: inherit;
		left: inherit;
		background: none;
		padding-bottom: 0px;
		width: 100%;
		text-align: justify;
	}
	
	.bx-wrapper {
		margin-bottom: 40px;
	}
		
	#selection ul#ul_tri {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	#selection ul#ul_affichage {
		margin-right: 0px;
	}
	
}

@media (min-width: 767px) {
	
	#selection ul#ul_affichage {
		right: 145px;
	}
	
	#selection #q {
		top: 0px;
	}
	
	#news article img {
		display: none;
	}
	
	.bx-wrapper .bx-pager {
		text-align: left;
		bottom: -20px;
		padding-top: 10px;
		padding-left: 20px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 2px;
		height: 2px;
		margin: 0px 3px;
	}