#Carousel {
    width:920px;
    height:262px;
    background-color:black;
    position:relative;
    margin-bottom:30px;
    margin-left:18.5px;
    margin-right:18.5px;
}

.Slide {
    position:absolute;
    top:0;
    left:0;    
    width:auto;
}

#NavCar {
    position:absolute;
    bottom:10px;
    right:10px;
}

#NavCar span{
    background:#AA0D0D;
    padding:4px 4px;
    color:#FFF;
    cursor:pointer;
}

#NavCar span:hover, #NavCar span.active{
    color:#AA0D0D;
    background-color:#FFF;
}

.TitreCar { 
    
    width:260px;
    background:url("../images/Carousel/box-txt.jpg") no-repeat center center;
    float:left;
    height:262px;
	
    
}
.TitrteCar p{
	color:white;
}

.TitreCar a{
    /*bottom: 0;
    height: 39px;
    left: 0;
    padding: 5px 0 0 10px;
    position: absolute;
    color:#FFF;
    width: 732px;
    background:url('../images/Carousel/FondTitreCarousel.png') top left no-repeat;*/
    font-size: 12px;
    line-height: 11px;
    color: rgb(118, 66, 66);
    margin-right:6px;
    text-decoration:none;
     width:107px;
    height:28px;
    padding-top:5px;
}

#Prev {
    width:43px;
    height:40px;
   *display:block;
    position:absolute;
    background:url('../images/Carousel/slide-prev.png') top center no-repeat;
    top:112px;
    left:-17px;
    cursor:pointer;
    display:none;
}

#Next {
    width:43px;
    height:40px;
    *display:block;
    position:absolute;
    background:url('../images/Carousel/slide-next.png') top center no-repeat;
    top:112px;
    right:-15px;
    cursor:pointer;
    display:none;

}

.Visu {
    position:relative;
    width:920px;
    float:left;
}

#Lien1S2 {
	position:absolute;
	top:0;
	left:0;
	width:246px;
	height:340px;
}

#Lien2S2 {
	position:absolute;
	top:0;
	left:246px;
	width:286px;
	height:340px;
}

#Lien3S2 {
	position:absolute;
	top:0;
	left:532px;
	width:200px;
	height:340px;
}

.table-car{
    margin:auto;
    margin-top:40px;
}


.table-car td{
    width:175px;
    
}
.table-car h2{
   font-size:22px;
    color:white;
    font-weight: bold;
}
.table-car h1{
   font-size:22px;
    color:white;
}

.table-car p{
   font-size:22px;
    color:white;
}

.button-car{
    background: url('../images/button-carousel.png')no-repeat;
    width:107px;
    height:28px;
    text-align: center;
    background-position:center center;
}

