
#ST_revolution #ST_frise
{
	font-family: 'veveyregular';
	position: fixed;
	z-index: 10;
}
	#ST_revolution #ST_frise #ST_barreGrise
	{
		background: #e0e0df;
		left: 19px;
		position: absolute;
		width: 3px;
		z-index: 1,
	}
	#ST_revolution #ST_frise dl
	{
		line-height: 25px;
		margin-bottom: 10px;
		padding: 0 0 0 13px;
		position: relative;
		z-index: 2;
	}
		#ST_revolution #ST_frise dl.margeTop
		{
			/*margin-top: 20%;*/
		}
	#ST_revolution #ST_frise dl dt
	{
		background:  url("../images/chrono/big_btn.png") 5px 19px no-repeat;
		font-size: 1.5em;
		height: 35px;
		margin-left: -5px;
		padding-left: 37px;
		padding-top: 15px;
	}
		#ST_revolution #ST_frise dl dt span
		{
			display: block;
		}
		#ST_revolution #ST_frise dl dt img
		{
			display: none;
			position: absolute;
		}
		#ST_revolution #ST_frise dl dt a
		{
			color: #c7c6c2;
			font-size: 1em;
			text-decoration: none;
		}
		
/* ********** HOVER FRISE ********** */	
#ST_revolution #ST_frise dl dt:hover img
{
	display: block;
}
#ST_revolution #ST_frise dl dt:hover span
{
	display: none;
}


#ST_revolution #ST_frise dl.bleue dt:hover, #ST_revolution #ST_frise dl.bleue.active dt
{
	background:  url("../images/chrono/big_blue_btn.png") left 15px no-repeat;
}
#ST_revolution #ST_frise dl.bleue dt.active, #ST_revolution #ST_frise dl.bleue dt:hover
{
	background:  url("../images/chrono/big_blue_btn.png") left 15px no-repeat;
}
	#ST_revolution #ST_frise dl.bleue dt.active a
	{
		color: #556777;
	}
#ST_revolution #ST_frise dl.bleue dd.active, #ST_revolution #ST_frise dl.bleue dd:hover
{
	background-image:  url("../images/chrono/little_blue_btn.png");
}
	#ST_revolution #ST_frise dl.bleue dd.active a, #ST_revolution #ST_frise dl.bleue dd:hover a
	{
		color: #556777;
	}
	
	
#ST_revolution #ST_frise dl.rouge dt:hover, #ST_revolution #ST_frise dl.rouge.active dt
{
	background:  url("../images/chrono/big_red_btn.png") left 15px no-repeat;
}
#ST_revolution #ST_frise dl.rouge dt.active
{
	background:  url("../images/chrono/big_red_btn.png") left 15px no-repeat;
}
	#ST_revolution #ST_frise dl.rouge dt.active a
	{
		color: #c05353;
	}
#ST_revolution #ST_frise dl.rouge dd.active, #ST_revolution #ST_frise dl.rouge dd:hover
{
	background-image:  url("../images/chrono/little_red_btn.png");
}
	#ST_revolution #ST_frise dl.rouge dd.active a, #ST_revolution #ST_frise dl.rouge dd:hover a
	{
		color: #c05353;
	}

#ST_revolution #ST_frise dl.jaune dt:hover, #ST_revolution #ST_frise dl.jaune.active dt
{
	background:  url("../images/chrono/big_yellow_btn.png") left 15px no-repeat;
}
#ST_revolution #ST_frise dl.jaune dt.active
{
	background:  url("../images/chrono/big_yellow_btn.png") left 15px no-repeat;
}
	#ST_revolution #ST_frise dl.jaune dt.active a
	{
		color: #e6c85b;
	}
#ST_revolution #ST_frise dl.jaune dd.active, #ST_revolution #ST_frise dl.jaune dd:hover
{
	background-image:  url("../images/chrono/little_yellow_btn.png");
}
	#ST_revolution #ST_frise dl.jaune dd.active a, #ST_revolution #ST_frise dl.jaune dd:hover a
	{
		color: #e6c85b;
	}
/* ******** FIN HOVER FRISE ******** */

@media only screen and (max-width: 480px) and (min-width: 200px)
{
	#ST_revolution #ST_frise
	{
		position: absolute;
	}
	#ST_revolution .ST_blocFrise:first-child
	{
		width: 100%;!important
	}
	.ST_blocFrise:last-child
	{
		float: left;
	}
	#ST_revolution .ST_page .ST_titreChrono
	{
		font-size: 1.4em;!important
	}
	#ST_revolution .ST_page.rouge .ST_titreChrono strong, #ST_revolution .ST_page.jaune .ST_titreChrono strong, #ST_revolution .ST_page.bleue .ST_titreChrono strong
	{
		border: none;
	}
}