@charset "utf-8";
#slideshow {
	position: relative;
	overflow: hidden;
	width: 720px;
	height: 300px;
	color: #fff;
}
#slideshow a, #slideshow a:hover {
	color: #1B8AD5;
	text-decoration:none;
}
#slideshow p a:hover {
	color:#1B8AD5 ;
	text-decoration:underline;
}
#slideshow a.active, #slideshow a.activeSlide {
	color: #FFF;
	background:#A1C6E8;
}
#slideshow .slides {
	position: relative;
	margin: 0;
	color: #1B8AD5;
}
#slideshow .slides li {
	z-index:2;
}
#slideshow .slides div {
	position: absolute;
	top: 20px;
	left: 440px;
	width: 240px;
	height:250px;
	z-index:5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(/../images/background_WH.png);
	background-repeat: repeat;
	background-position: 0 0;
}
#slideshow .slides h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial;
	font-size: 2em;
	line-height: 0.9em;
	font-weight: normal;
	color:#1B8AD5;
	border-bottom:none;
	margin:0;
	text-transform: none;
	letter-spacing: -1px;
}
#slideshow .slides p {
	margin:0 0 1em;
}
#slideshow p a {
	font-weight: normal;
}
#page-select {
	position: absolute;
	bottom:35px;
	left: 450px;
	z-index: 5;
	color: #999;
}
#page-select a {
	padding-right: 5px;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 3px;
	border: 1px solid #A1C6E8;
	padding-left: 4px;
	background-color: #FFF;
}
#page-select a:hover {
	text-decoration: none;
	color:#FFF;
	background:#A1C6E8;
}
#slideshow img {
	border:none;
	text-decoration:none;
}

h5.home_titre_1 {
	width: 240px; height: 66px;
/**	background: url(/../images/titre_fr_1.png);
	text-indent: -9999px;*/
}
h5.home_titre_2 {
	width: 240px; height: 66px;
	/**background: url(/../images/titre_fr_2.png);
	text-indent: -9999px;*/
}
h5.home_titre_3 {
	width: 240px; height: 66px;
/**	background: url(/../images/titre_fr_3.png);
	text-indent: -9999px;*/
}
a.plus{
	background-image: url(/../images/arrow_light_blue.png);
	background-repeat: no-repeat;
	background-position: left 51%;
	padding-left: 11px;
	display: inline-block;
	margin-left: 0px;
}