@charset "utf-8";

/* CSS bouton Toggle En*/
a.tog {
	background-image:url(Ressources/Images/Collapse_Button_en.gif);
	background-repeat: no-repeat;
	background-position:center;
	display: block;
	width:620px;
	height:16px;
	margin:0;
	cursor:pointer;
	font-size:8px;
}

/* top */
a.top 		{ background-position: 0px 0px; clear:right; margin-right: 0px;}
a.top:hover 	{ background-position: 0px -16px; }
a.top:active 	{ background-position: 0px -32px; } 

/* bottom */
a.bottom	{ margin-left: 0px; } 
a.bottom:hover  { background-position:-81px 0; }
a.bottom:active { background-position:-162px 0; }
