/* Feuille de style : coins arrondis */

.chd{
  position: relative;
	top: 0px;
	right: -2px;
	z-index: 100;
  background-image : url('./Images/degrade/coinHD.gif');
  background-repeat : no-repeat;
  background-position : top right;}
  
.chg{
  position: relative;
	top: -1px;
	left: -1px;
	z-index: 100;
  background-image : url('./Images/degrade/coinHG.gif');
  background-repeat : no-repeat;
  background-position : top left;}
 
.cbg{
  position: relative;
	bottom: -1px;
	left: -1px;
	z-index: 100;
  background-image : url('./Images/degrade/coinBG.gif');
  background-repeat : no-repeat;
  background-position : bottom left;}

.cbd{
  position: relative;
	bottom: 0px;
	right: -2px;
	z-index: 100;
  background-image : url('./Images/degrade/coinBD.gif');
  background-repeat : no-repeat;
  background-position : bottom right;}
