#actualites{
	background-color:#d7d5c4;
	min-height:600px;
	padding:0 2em;
	padding-top: 30px;
  }
  
#actualites .titre{
	font-weight:bold;
	font-size:18px;
}


#actualites .precision {
	margin-top: 40px;
	margin-bottom: 20px;
}


#actualites #div_precision_baseinfo {
	margin-top: 7px;
	display: none;
}

#actualites #ph_precision_baseinfo {
	display: none;
	font-size: 11px; 
	font-weight: bold;
}

#actualites #precision_baseinfo {

	width: 331px;
}

#actualites .datecongres{
	font-weight:bold;
	font-size:15px;
	margin-top: 20px;
}

#actualites .btn{
	float:right;
	background-color:#b35639;
	margin-bottom:1em;
	color: #d7d5c4
}

#actualites .diaporama{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#actualites .colonnegauche{
	margin-bottom:2em;
	width:48%;
	float:left;
	padding-bottom:2em;
}
#actualites .actu{
	border-bottom:1px solid #000;
	margin-bottom:2em;	
	padding-bottom:2em;
}
#actualites .colonnedroite{
	margin-bottom:2em;	
	float:right;
	width:48%;
}

#actualites .ligne:nth-child(odd) {
	margin-right:4%;
}

#actualites .descriptif, #actualites .texte {
	text-align:justify;
	font-size:12px;
}
  
#actualites .descriptif{
	font-style:italic;
	margin-bottom:1em;
}



#actualites .repas {
	margin-top: 40px;
	margin-bottom: 0px;
	font-weight:bold;
	font-size:15px;
}

#actualites .daterepas {
	font-weight:bold;
	margin-top:5px;
}

#actualites .linerepas {
	float: left;
	margin-right: 20px;

}


#actualites .precisionrepas {
	margin-top: 10px;
	margin-bottom: 10px;
}

#actualites .optionsrepas {
	margin-top: 10px;
	margin-bottom: 10px;
}


.carousel{
	width:250px;
	}
	
.carousel-indicators {
  bottom: -13px;
}
.carousel-indicators {
  bottom: -10px;
  left: 0%;
  width: 100%;
  padding-left: 0;
  margin-left: -40%;
}

.carousel-indicators .active {
  width: 8px;
  height: 8px;
}
.carousel-indicators li {
  width: 7px;
  height: 7px;
}

.carousel-caption {
  position: absolute;
  height: 30px;
  line-height:30px;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, .6);
}
@media (max-width:767px){
	#actualites .ligne{
		margin-bottom:2em;
		width:100%;
		float:none;
		padding-bottom:2em;
		border-bottom:1px solid #000;
		clear:both;
	}
	
	#actualites .titre{
		margin-bottom:1em;

	}
	
	#actualites .ligne:nth-child(odd) {
		margin-right:0;
	}
	#actualites .diaporama{
	float:none;
	margin-left:0px;
	margin-bottom:0px;
}
.carousel{
	width:100%;
	margin-bottom:1em;
	}
}







