@charset "iso-8859-2";
/* CSS Document */

#aideInteractive{
	position:fixed;
	background-image:url(../../images/sprite_aideInteractive.png);
	background-repeat:no-repeat;
	background-position:-111px 0px;
	width:125px;
	height:250px;
	left:0px;
	top:30%;
	z-index:1000;
	
}

#aideInteractive.hover{
	width:346px;
	height:300px;
	left:0px;
	background-position:-111px  -261px;
}

#aideInteractive .container{
	position:relative;
	width:100%;
	height:100%;
}
#aideInteractive  a{
	position:absolute;
	/*display:none;*/display:block;
	background-image:url(../../images/sprite_aideInteractive.png);
	background-repeat:no-repeat;
	
	width:145px;
	height:74px;
	top: 0px;
	right: 22px;
}
#aideInteractive  a#aideTechnique {
	background-position:-17px -1026px;
}
#aideInteractive .container a#aideTechnique:hover{
	background-position:-309px -1026px;
}
#aideInteractive  a#aideTechniqueDim {
	background-position:-17px -638px;
}
#aideInteractive .container a#aideTechniqueDim:hover{
	background-position:-310px -638px;
}
#aideInteractive .container a#aideRappel{
	background-position:-17px  -733px;
	width:141px;
	height:75px;
	
}
/*positionnemnet des liens selon le nombre*/
#aideInteractive .container a+a {
	top:71px;
	right:10px;
}
#aideInteractive .container a+a+a {
	right: 18px;
	top: 139px;
}
#aideInteractive .container a+a+a+a {
	right: 45px;
	top: 204px;
}
#aideInteractive .container a+a+a+a+a{
	right: 45px;
	top: 264px;
}

/*les fonds et interactivite*/
#aideInteractive .container a#aideRappel:hover{
	background-position:-310px   -733px;
}
#aideInteractive .container a#aideNotice{
	background-position:-17px  -839px;
	width:136px;
	height:77px;
	
}

#aideInteractive .container a#aideNotice:hover{
	background-position:-310px  -839px;

}
#aideInteractive .container a#aideContact{
	background-position:-17px  -926px;
	width:171px;
	height:91px;
		
}

#aideInteractive .container a#aideContact:hover{
	background-position:-310px  -926px;
}	
