a {
	outline:none;
	}


/* Structure */
#alaune {
		width:250px;
		background-color:#ffffff;
	}
	
#alaune_top_fr {
		width:250px;
		height:21px;
		background: url(/static/css/alaune_top_fr.gif) no-repeat top;	
	}
	
#alaune_top_fr h3{
		display:none;
	}
	
#alaune_middle {
		background: url(/partstatic/css/bg_alaune.gif) no-repeat top;
		width:248px;
		padding: 0;
		border-left: solid #cfd0d2 1px;
		border-right: solid #cfd0d2 1px;
	}

#alaune_bottom {
		width:250px;
		height:3px;
		background: url(/partstatic/css/alaune_bottom.gif) no-repeat top;	
	}

/*Navigation*/
#alaune_nav  {
margin-right:3px;
float:right;
	}
	
#alaune_nav a span {display:none;}

#alaune_nav a.left {
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(/static/css/bg_tracker_player_left.gif);
	margin: 2px 0 3px 0;
	outline:none;
	display:block;
	float:left;
	}
			
#alaune_nav a.right {
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(/static/css/bg_tracker_player_right.gif);
	margin: 2px 0 3px 0;
	outline:none;
	display:block;
	float:left;
			}
#toolbar {
		list-style:none;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}

#toolbar li {
 float:left;
	}

#toolbar li.active a {
 background: url(/static/css/picto_on.gif) no-repeat ;
 margin: 4px 0 0 0;
 width:13px;
 height:14px;
 outline:none;
 display:block;
 float:left;
}

#toolbar li.inactive a {
 background: url(/partstatic/css/picto_off.gif) no-repeat ;
 margin: 4px 0 0 0;
 width:13px;
 height:14px;
 outline:none;
 display:block;
 float:left;
}

/*Slider alaune*/

.container_scroller {
	width: 248px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	}

#frame_scroller, #frame_scroller div.button, #scroller, .section {  }

#frame_scroller {
	overflow: hidden;
	margin: 0;
	width: 248px;
	position: relative;
	}
	
#scroller {
	width: 250px;
	height: 102px;
	margin: 0px;	
	overflow: hidden;
	}

#content_scroller {
	width: 7000px;
	}
	
.section {
	width: 250px;
	margin: 0;
	float: left;
	}

/*Contenu*/


#alaune_middle p{
		color:#4F5050;
		font-size:11px;
		padding: 0;
		margin: 10px;
	}

#alaune img{border:none;}
#alaune h4{font-family:Arial;font-size:16px; color:#1f368b;font-weight:bold;display:inline;margin:0; padding:0;}

#alaune a{font-size:10px; color:#4E4D51;}
#alaune a:hover{color:#9ed053;}
