/**
 * Mise en page
 *
 */
#content .row-fluid [class*="span"] {
	margin-bottom: 20px;
}

.gauche .actualite {
	margin: 0;
	height: 280px;
}

 @media(max-width: 1169px){
 	 .gauche .actualite {
 		height: 225px;
 	}
 }

 @media(max-width: 768px){
 	 .gauche .actualite {
 		height: 365px;
 	}
 }

 @media(max-width: 480px){
 	 .gauche .actualite {
 		height: auto;
 	}
 }

 section.liens_home a {
 	display: inline-block;
 	vertical-align: top;
 	margin: 0 20px 20px 0;
 }



/**
 * Galerie
 *
 */

 .carousel {
 	position: relative;
 }

 .carousel .txt {
 	display: block;
 	float: left;
 	width: 25%;
 	background: #ffed00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffed00 0%, #ffd800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffed00), color-stop(100%,#ffd800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffed00 0%,#ffd800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffed00 0%,#ffd800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffed00 0%,#ffd800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffed00 0%,#ffd800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed00', endColorstr='#ffd800',GradientType=0 ); /* IE6-9 */
	height: 280px;
 }

 .carousel .txt div {
 	padding: 15px 20px;
 }

@media (min-width: 769px) and (max-width: 1169px) {
	.carousel .txt div img {
	 	height: 50px;
	 }
	  .carousel .txt div {
	 	padding: 15px 10px;
	 }
}


 .carousel .txt div p {
 	margin: 0;
 }

 .carousel .txt div .titre {
 	font-size: 28px;
 	line-height: 28px;
 	color:#000;
 	margin: 0 0 10px 0;
 	font-weight: 600;
 }

 .carousel .txt div .soustitre {
 	font-size: 20px;
 	color:#000;
 	margin: 0 0 5px 0;
 }

 .carousel .txt div .texte {
 	font-size: 14px;
 	font-style: italic;
 	color:#000;
 }

 .carousel .carousel-inner {
 	display: block;
 	float: left;
 	width: 75%;
 }

 .carousel .carousel-inner figure {
 	position: relative;
 }

 .carousel .carousel-inner figure figcaption {
 	position: absolute;
 	left: 10%;
 	bottom: 10%;
 	width: 40%;
 }

 @media(max-width: 940px){
 	.carousel .carousel-inner figure figcaption {
 		left: 15%;
 	}
 }

 .carousel .carousel-inner figure figcaption div {
 	background: rgba(235,235,235,0.8);
 	padding: 10px 0;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 }

 .carousel .carousel-inner figure figcaption div h2 {
 	font-size: 13px;
 	font-weight: 600;
 	color:#3a3a3a;
 	line-height: 15px;
 	padding: 0 10px 7px 10px;
 	margin: 0 0 7px 0;
 	border-bottom: 1px dashed #1a171b;
 }

 .carousel .carousel-inner figure figcaption div p {
 	font-size: 12px;
 	color:#3a3a3a;
 	margin: 0;
 	padding: 0 10px;
 }

  .carousel-indicators {
 	position: absolute;
 	top:0px;
 	left:25%;
 	z-index: 1;
 	margin: 0;
 }

 .carousel-indicators li a {
 	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color:#FFF;
 	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#d0d0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#d0d0d0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#d0d0d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	position: relative;
 }

.carousel-indicators li a:hover,
.carousel-indicators li.active a {
 	background: #464646;
 	text-decoration: none;
 }

 .carousel-indicators li.active a span,
 .carousel-indicators li a:hover span {
 	position: absolute;
 	top: 10px;
	right: -10px;
 	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #464646;
 }

 .carousel-control {
 	display: none;
 }


 @media(max-width: 1169px){
 	 .carousel .txt {
 		height: 225px;
 	}

 	.carousel .txt div .titre {
 		font-size: 18px;
 	}

 	.carousel .txt div .soustitre {
 		font-size: 15px;
 	}

 	.carousel .txt div .texte {
 		font-size: 11px;
 	}
 	section.liens_home a:first-child {
 		display: block;
 	}
 }

 @media(max-width: 768px){
 	.carousel .txt {
 		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
 	}

 	.carousel .txt img {
 		float: left;
 	}

 	.carousel .carousel-inner {
 		width: 100%;
 		float: none;
 	}

 	.carousel-indicators {
 		left: 0%;
 		top: 115px;
 	}
 }

 @media(max-width: 320px){
	 .carousel-indicators {
	 	display: none;
	 }	
 }
