/**************************************************************************
** PROJECT :		GESTION LEGENDE
** FILE NAME :		symbol.css
** CREATED :		19/01/07							BY :	Lds
** CONTENT :		Feuille de styles 
**
***************************************************************************/

.bordurevide, .bordure1, .bordure2, .bordure3, .bordure4, .bordure5, 
.texture1, .texture2, .texture3, .texture4, .texture5,
.texture6, .texture7, .texture8, .texture9, .texture10 {
	width: 41px !important;
	height: 20px !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none !important;
	cursor: pointer;	
}

.bordure0 { background-image: url(../images/border0.gif); }
.bordure1 { background-image: url(../images/border1.gif); }
.bordure2 { background-image: url(../images/border2.gif); }
.bordure3 { background-image: url(../images/border3.gif); }
.bordure4 { background-image: url(../images/border4.gif); }
.bordure5 { background-image: url(../images/border5.gif); }
.texture1 { background-image: url(../images/texture1.gif); }
.texture2 { background-image: url(../images/texture2.gif); }
.texture3 { background-image: url(../images/texture3.gif); }
.texture4 { background-image: url(../images/texture4.gif); }
.texture5 { background-image: url(../images/texture5.gif); }
.texture6 { background-image: url(../images/texture6.gif); }
.texture7 { background-image: url(../images/texture7.gif); }
.texture8 { background-image: url(../images/texture8.gif); }
.texture9 { background-image: url(../images/texture9.gif); }
.texture10 { background-image: url(../images/texture10.gif); } 

.bordure1:hover, .bordure2:hover, .bordure3:hover, .bordure4:hover, .bordure5:hover, 
.texture1:hover, .texture2:hover, .texture3:hover, .texture4:hover, .texture5:hover,
.texture6:hover, .texture7:hover, .texture8:hover, .texture9:hover, .texture10:hover,
.bordurecur1, .bordurecur2, .bordurecur3, .bordurecur4, .bordurecur5, 
.texturecur1, .texturecur2, .texturecur3, .texturecur4, .texturecur5,
.texturecur6, .texturecur7, .texturecur8, .texturecur9, .texturecur10 {
	background-position: 0 -20px;
}
