#carousel {
	width: 462px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#carousel #vignette {
	height: 244px;
	width: 88px;
	margin-left: 374px;
	margin-top: 0px;
	position: absolute;
	top: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/CSS/fond-vignette.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#carousel #vignette img {
	height: 58px;
	width: 88px;
	margin-bottom: 4px;
	top: 0px;
}
#carousel #img-princ-1 {
	margin-left: 0px;
        margin-top: 5px;
}
#carousel #img-princ-2 {
	margin-left: 0px;margin-top: 5px;
}#carousel #img-princ-3 {
	margin-left: 0px;margin-top: 5px;
}#carousel #img-princ-4 {
	margin-left: 0px;margin-top: 5px;margin-bottom: 5px;
}
#carousel #img-princ-1 img {
	height: 244px;
	width: 370px;
	margin-left: 0px;
}
#carousel #img-princ-2 img {
	height: 244px;
	width: 370px;
	margin-left: 0px;
}
#carousel #img-princ-3 img {
	height: 244px;
	width: 370px;
	margin-left: 0px;
}
#carousel #img-princ-4 img {
	height: 244px;
	width: 370px;
	margin-left: 0px;
}
#vignette img{
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}
#carousel #pointeur-1 {
	margin-left: 362px;
	position: absolute;
	z-index: 10;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 67px;
	display: none;
}
#carousel #pointeur-2 {
	margin-left: 362px;
	position: absolute;
	z-index: 10;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 129px;
	display: none;
}
#carousel #pointeur-3 {
	margin-left: 362px;
	position: absolute;
	z-index: 10;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 191px;
	display: none;
}
#carousel #pointeur-4 {
	margin-left: 362px;
	position: absolute;
	z-index: 10;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 253px;
	display: none;
}

#carousel h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#carousel a{
    color:white;
}
#carousel a:hover{
    text-decoration:underline;
}

#carousel h2 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #A0181F;
}
.categorie-news {
	font-size: 12px;
	color: #FFC40F;
	font-weight: bold;
}
#carousel  #texte {
	padding-top: 2px;
	padding-left: 8px;
	background-image: url(../images/CSS/carousel-fond.png);
	background-repeat: repeat-y;
	border: 1px double #A0181F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 35px;
}



