/* CSS Document */
.carousel 
{
	width:1090px;
	height:100px;
	border: thick groove #333333;
}
#slideshow
{
	background-position:center top;
	width:1106px;
	height:80px;
	position:relative;
	background-repeat:repeat-x;
	-khtml-border-radius:0.4em;
	margin: auto;
	background-color: #FFFFFF;
}
#slideshow .infos {
	float:left;
	height:70px;
	width:1106px;  /*border-bottom:3px solid #999999; 	*/
}
#slideshow .infos img 
{
	float: left;
	height:70px;
	padding-left:3px;
	padding-right:3px;
	width:1100px;	
}
#slideshow .infos p {
	list-style-type:none;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	color:#008ebe;
	width:920px;
	height:25px;
	margin-left:20px;
	float:left;
	font-weight: bold;
	font-variant:small-caps;
}

#slideshow .infos h2{
	font-size:11px;
	color:#FF6633;
	text-align: justify;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	list-style-type:none;
	margin-left:300px;
	height:25px;
}
#footerhaut {
	background-position:center top;
	width:1106px;
	height:10px;
	background-image: url(../img/footerhaut.png);
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

