/* ------------------------------------- */
/* Style du bandeau défilant lié au site */
/* ------------------------------------- */
	DIV.texte_defilant
	{
		width : 640px;
		height: 15px;
		overflow: hidden;
		font-family: Verdana; 
		font-weight: bold;
		font-size: 11px;
	}
	
	div.texte_defilant_inner
	{
		width: 1px;
	}
	
	.texte_defilant_en_savoir_plus
	{
		font-family: Verdana, Arial; 
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
	}
	.texte_defilant_en_savoir_plus a:link
	{
		font-family: Verdana, Arial; 
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;	
	}
	
		.texte_defilant_en_savoir_plus a:active
	{
		font-family: Verdana, Arial; 
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;	
	}
	
	.texte_defilant_en_savoir_plus a:visited
	{
		font-family: Verdana, Arial; 
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;	
	}
	
	.texte_defilant_en_savoir_plus a:hover
	{
		font-family: Verdana, Arial; 
		font-size: 11px;
		color: #ffffff;
		text-decoration: underline;			
	}

/* ---------------------------------------- */
/* Style du bandeau défilant lié à une page */
/* ---------------------------------------- */
	DIV.texte_defilant_2
	{
		height: 15px;
		overflow: hidden;
		font-family: Verdana; 
		font-weight: bold; 

		font-size: 11px;
	}
	
	div.texte_defilant_inner_2
	{
		width: 1px;
	}
	