/* Start of CMSMS style sheet 'widget_fade_accueil' */
@charset "UTF-8";

div#widget_fade {
	width: 682px;
	height: 285px;
}

.wf_main {
	width: 682px;
	height: 285px;
}
.wf_subMain {
	position: relative;
}
.wf_image {
	position: absolute;
	margin: 0px;
	width: 682px;
	height: 284px;
}
.wf_image1, .wf_image2, .wf_image3, .wf_image4, .wf_image5, .wf_image6 {
	position:absolute;
	top:0px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.wf_display {
	opacity: 1;
	filter: alpha(opacity=100);
}
.wf_info {
	width:600px;
	height:50px;
	display:none;
}
.wf_info.wf_active {
	display:block;
}
.wf_active p {
	color : #525252;
	font-size : 9pt;
	padding : 0;
}
.wf_info h2 {
	color: #057d99;
	font-size: 130%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
.wf_content {
	position: absolute;
	top: 0px;
	width: 682px;
	height: 1px;
	padding: 0px;
	font-size: 8pt;
	color: #000;
}
.wf_controller_arrows {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 682px;
	height: 0px;
}
.wf_controller {
	display: none;
	position: absolute;
	right: 0px;
	top: 300px;
	width: 145px;
	height: 37px;
	padding-left: 16px;
	background: url('../images/bg_control_widget.png') no-repeat top right;
}
.wf_tab {
	text-align: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 4px 0 4px 4px;
	position: absolute;
	color: #666;
}
.wf_tab1_enable, .wf_tab2_enable, .wf_tab3_enable, .wf_tab4_enable, .wf_tab5_enable, .wf_tab6_enable {
	color: #fff;
	position: absolute;
	background-color: #918678;
}
.wf_tab1_enable:hover, .wf_tab2_enable:hover, .wf_tab3_enable:hover, .wf_tab4_enable:hover, .wf_tab5_enable:hover, .wf_tab6_enable:hover {
	background-image: none;
}
.wf_tab1, .wf_tab1_enable {
	position: relative;
	float: left;
}
.wf_tab2, .wf_tab2_enable {
	position: relative;
	float: left;
}
.wf_tab3, .wf_tab3_enable {
	position: relative;
	float: left;
}
.wf_tab4, .wf_tab4_enable {
	position: relative;
	float: left;
}
.wf_tab5, .wf_tab5_enable {
	position: relative;
	float: left;
}
.wf_tab5, .wf_tab6_enable {
	position: relative;
	float: left;
}
.wf_pause, .wf_play {
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: relative;
	float: left;
	margin-top: 6px;
}
.wf_pause {
	background-image: url(../images/pause.png);
}
.wf_play {
	background-image: url(../images/play.png);
}

	a#widget_fade_fleche_left {
		top: 100px;
		left: 0;
		position: absolute;
		border: none;
	}
	
	a#widget_fade_fleche_right {
		top: 100px;
		right: 0px;
		position: absolute;
		border: none;
	}
	
	img#fleche_widget_left_externe {
		position: absolute;
		top: 210px;
	}
	
	img#fleche_widget_right_externe {
		position: absolute;
		top: 202px;
		right: 0px;
	}
/* End of 'widget_fade_accueil' */

