<style type="text/css">
        /* Pour le plugin carousel */
        div.carousel{
            margin:0px;
            border:0;
	     height: 377px;
	     
	 }
        div.carousel div{
            margin:0;
            padding:0;
            border:0;
	     height: 377px;	
	     color:#000000;		
        }
        div.carousel div.carousel-wrap{
            width:580px;
	     height: 470px;
            float:left;
            margin:0;            
            background:#f3f3f3;
        }
        div.carousel ul{
            margin:0;
            padding:0;
        }
        div.carousel ul li{
            display:inline;
            float:left;
            padding:0 0;
            width:580px;
            text-align:left;
	     height: 470px;
	     border:none; 
	     border-width:0;
        }
        div.carousel span.carousel-control{
            display:inline;
            float:left;
            margin:15px 0 0;
            padding:15px 10px;
            font-weight:bold;
            font-size:11px;
            cursor:pointer;
            background:#ddd;
        }
        div.carousel span.disabled{
            color:#ddd;
            cursor:default;
            background:#f3f3f3;
        }
       
        div#car3 {
            clear:both;
		background: #f3f3f3;
		width: 680px;
		height: 520px;
		padding-top: 30px;
		padding-left:0px;
		margin-left:12px;
        }
        
        /* Pour cacher les boutons du troisième exemple */
        div#car3 span {  
		margin-top:240px;   
		width:20px;     
		height:20px;
        }
	#container .carousel .carousel-next{
		background:url(images/next.jpg) 0 0 no-repeat;
		margin-left: 10px;
	}
	
	#container .carousel .carousel-next:hover{
		background:url(images/next_hover.jpg) 0 0 no-repeat;
	}

	#container .carousel .carousel-previous{
		background:url(images/prev.jpg) 0 0 no-repeat;
		margin-right:10px;
	}
	#container .carousel .carousel-previous:hover{
		background:url(images/prev_hover.jpg) 0 0 no-repeat;
	}	

	#container .carousel .disabled,#container .carousel .disabled:hover{
		-moz-opacity:.1;
		opacity:0.10;
		filter:alpha(opacity=10);
		cursor:default;
	}

    </style>
