
#texte .btn { display: block; float: left; position: relative; background: #aaa; padding: 5px; color: #fff; text-decoration: none; cursor: pointer;}
#texte a.btn { color:white;}

#texte .btn * { font-style: normal; background-image: url(../images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
#texte .btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
#texte .btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
#texte .btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
#texte .btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
* html #texte .btn span,
* html #texte .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
#texte .btn.order { background: #ff6600 ; }
#texte .btn:hover { background-color: #EA5010; }
#texte .btn:active { background-color: #ff6600; }
#texte .btn[class] {  background-image: url(../images/shade.png); background-position: bottom; }
* html #texte .btn { border: 3px double #aaa; }
* html #texte .btn.order { border-color: #ff6600; }
* html #texte .btn:hover { border-color: #a00; }


