html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img, a{
	border:0;
}
body {

    color: #333;
  
}

ul, li{
	margin:0;
	padding:0;
}


a {
    color: #4088b8;
}

#conteneur{
	width:715px;
	height: 158px; 
	display: none;
	background: #ffffff url(IMG/fond-texte-carousel.gif) bottom left repeat-x;
}
#bt-gauche{
	width:47px;
	height:158px;
	float: left;
}
#mycarousel{
	width:620px;
	height:158px;
	float:left;
	margin:0;
	padding:0;
}
#bt-droit{
	width:47px;
	height:158px;
	float: left;
}
.jcarousel-skin-tango.jcarousel-container {
    /*background: #ffffff;*/
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  620px;
    height: 158px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 155px;
    height: 158px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 172px;
    height: 161px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*Modification du caroussel pour le rendre dynamique*/

.bordure1px{
	width: 1px;
	height: 158px;
	float:left;
	background: url(IMG/bordure1px.gif) top left no-repeat;
}
.contenu-caroussel{
	width: 154px;
	height: 158px;
	float:left;
	background-color: #ffffff;
}
.visuel-caroussel{
	width: 154px;
	height: 131px;
}
.texte-caroussel{
	width: 154px;
	height: 27px;
	background-color:#3b3b3b;
	text-align: center;
	color: #d8d8d8;
	font-size: 11px;
	line-height: 12px;
}
.texte-caroussel a, .texte-caroussel a:hover, .texte-caroussel a:visited{
	color: #d8d8d8;
	text-decoration: none;
}
.prodactif .texte-caroussel{
	background-color: #00a271;
}

