/*====================================================================*/
/* SCREEN STYLES */
/*====================================================================*/

/*--------------------------------------------------------------------*/
/* DOWNLOAD PDF */  
#downloadPDF a:link
{
	background: url(images/fr-CA/bg_download.jpg) no-repeat top left;
}  

#downloadPDF a:hover, #downloadPDF a:active, #downloadPDF a:focus, #downloadPDF a:visited
{
	background: url(images/fr-CA/bg_download.jpg) no-repeat top right;
}

/*--------------------------------------------------------------------*/
/* ANIMATION */  
a.animation
{
	display: block;
	width: 125px;
	height: 36px;
	text-indent: -1000px;
	background: url(images/fr-CA/roll_animation.gif) no-repeat top left;
}  

a:hover.animation
{
	display: block;
	width: 125px;
	height: 36px;
	text-indent: -1000px;
	background: url(images/fr-CA/roll_animation.gif) no-repeat bottom left;
}  

/*--------------------------------------------------------------------*/
/* BANNIERE */  
a.banniere
{
	display: block;
	width: 538px;
	height: 100px;
	text-indent: -1000px;
	background: url(images/fr-CA/roll_banniere.gif) no-repeat top left;
}  

a:hover.banniere
{
	display: block;
	width: 538px;
	height: 100px;
	text-indent: -1000px;
	background: url(images/fr-CA/roll_banniere.gif) no-repeat bottom left;
}  
