#access { 
			
	position : absolute;
	top : -45px; 
	left : 744px;
}

#access LI { 

	height : 46px;
	float : left;
}

	
	#access LI  A{ 
	
		height : 36px;
		line-height : 36px;
		padding : 9px 5px 0 5px;
		display : block;
		float : left;
		font-size : 10px;
		
	}
	
	#access LI  A.imprimer{ 
		background : url(../img/icone_imprimer.png) center 6px no-repeat;
		-background : url(../img/icone_imprimer.gif) center 8px no-repeat;
	}
	
	#access LI  A.envoi{ 
		background : url(../img/icone_envoi.png) center 6px no-repeat;
		-background : url(../img/icone_envoi.gif) center 6px no-repeat;
	}
	
	#access LI  A.petit{ 
		background : url(../img/icone_petit.png) center 6px no-repeat;
		-background : url(../img/icone_petit.gif) center 6px no-repeat;
	}
	
	#access LI  A.grand{ 
		background : url(../img/icone_grand.png) center 6px no-repeat;
		-background : url(../img/icone_grand.gif) center 6px no-repeat;
	}
	
	
	#access LI  A:hover{ color : #fff; background-color :#C92444;}
