/* page de présentation du widget */

#UI_widget {
	padding:0px 40px 20px 40px;
	font-size:0.9em;
	color:#474747;
	line-height:1.5em;
}
#UI_widget h1 {
	font-family:georgia,times,serif;
	font-size:2.2em;
	font-weight:normal;
	padding:10px 0px 10px 0px;	
}
#UI_widget h2 {
	font-size:1.5em;
	font-weight:normal;
	padding:25px 0px 10px 0px;	
}
#UI_widget #filariane {font-size:11px;margin:15px 0;}
#UI_widget #flashContent {
	margin:30px 0px 0px 0px;
	text-align:center;
}
#UI_widget .underline {text-decoration:underline;}
#UI_widget div#col1 {
	width:455px;
}
#UI_widget div#col2 {
	width:445px;
	margin-bottom:30px;
}
#UI_widget div#col2 .introW {font-size:1.2em;line-height:1.7em;}
#UI_widget div#col2 p.justify {text-align:justify;}
#UI_widget div#col2 ul{
	margin:0px 0px 0px 10px;
	list-style-type:none;
}
#UI_widget div#col2 li{
	background:url('../img/generique/arrow.png') no-repeat 0px 3px;
	padding:0px 0px 10px 15px;
}
#UI_widget #download {
	font-weight:bold;
	color:#940225;
	font-size:1.2em;
	text-align:center;
	padding:10px 50px 0px 50px;
}
#UI_widget div.sep {
	height:1px;
	border-top:solid 1px #dadada;
	clear:both;
}
#UI_widget #required {padding:10px 0px;color:#959595;font-size:11px;}
#UI_widget .img{width:170px;padding:10px 0px;}
#UI_widget .desc{width:730px;font-size:11px;padding:10px 0px;}
#UI_widget .desc p{padding:10px 0px 10px 0px;}
#UI_widget .desc p a:link, #UI_widget .desc p a:visited,
#UI_widget .desc p a:hover, #UI_widget .desc p a:active {color:#474747;}
/* Jquery slideshow */

#widget_gallery {
	margin:0;
	width:450px;padding:0px 0px 0px 0px;
	overflow:hidden;
	text-align:center;
}
#widget_gallery ul{margin:0px;padding:0px;}

#widget_gallery li{
	width:14px;height:14px;
	display:block;
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:center;
	padding:0px 5px 0px 0px;
}

#widget_gallery li.act a{cursor:default;}
#widget_gallery a img{border:none;}
#widget_slides {width:450px;overflow:hidden;margin:0px 0px 0px 0px;}
#widget_slides .slide{	
	float:left;	
	width:450px;
	text-align:left;
}

#widget_slides .slide img {
	border:solid 5px #E5E5E5;
}
#widget_gallery_menu{height:14px;margin:10px 0px 14px 0px;}
#widget_gallery_menu ul {width:120px;margin:0 auto;}
#widget_gallery_menu li a:link, #widget_gallery_menu li a:visited{	
	background-image:url(../img/generique/slide_point.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;	
	height:14px;
	
}
#widget_gallery_menu li a:hover, #widget_gallery_menu li a:active,
#widget_gallery_menu li.act a:link, #widget_gallery_menu li.act a:visited {
	background-image:url(../img/generique/slide_point_hover.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:14px;
}
#widget_gallery_menu li img {display:none;}
