#carrousel {
  width:600px;
  height:350px;
  /*border:5px solid #E7DBC5;*/
  margin:0 auto;
  overflow:hidden;
  position:relative;
}
.slide {
  width:600px;
  height:350px;
  left:0;
  position:absolute;
  top:0;
}
.slide img{
  border : none;
}
.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(http://www.cg49.fr/fileadmin/templates/internet2/css/img/opaque.png) repeat scroll left top;*/
background:black;
opacity:0.7;
bottom:0;
height:70px;
left:0;
/*line-height:35px;*/
padding-left:12px;
position:absolute;
width:600px;
}

.navigation {
bottom:38px;
position:absolute;
right:5px;
}
.navigation span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:black;
cursor:pointer;
margin:0 1px;
padding:2px 6px;
	background: url(../images/bg-actu-blanc.gif) no-repeat top center;
/*background:white;*/
font-weight:bold;
}
.navigation span.labelColor {
  display:none;
}
.navigation span:hover, .navigation span.active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:#FFFFFF none repeat scroll 0 0;*/
color:white;
/*background:#740523;*/
font-weight:bold;
	background: url(../images/bg-actu-rouge.gif) no-repeat top center;
	
}
.carousel-slide-title, .carousel-slide-text {
  color : white;
  width:98%;
}
.carousel-slide-title a{
  color : white;
  font-size : 20px;
  text-decoration : none;
  font-family: "Century Gothic", Verdana, Arial, Helvetica;
  line-height:1.8em;
}
.carousel-slide-text a {
  color : white;
  line-height:1em;
  text-decoration : none;
  font-family:"Century Gothic",Verdana,Arial,Helvetica;
}