﻿.btn_save
{
    width:51px;height:51px;
	background-color:#ff00cc;
    background: url(/img_icon/enregistrer.png) no-repeat;
    cursor:pointer;
    border: 1px solid #666;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-bottom: 3px;    
}