/* L'ensemble de ce code relève de la législation française et internationale sur le droit d'auteur et la propriété intellectuelle. */
/* Tous les droits de reproduction sont réservés, y compris pour les documents téléchargeables et les représentations iconographiques et photographiques. */
/* La reproduction de tout ou partie de ce code sur quelque support que ce soit est formellement interdite sauf autorisation écrite émanant de la société DIGITALEO. */
/* BUTTONS */
.button25, .button40, .button80, .button120 {
	background-position:center;
	background-repeat:no-repeat;
	color:white;
	text-decoration:none;
	border:0;
	/*style:none;*/
	height:16px;
	font-size:11px;
	padding-bottom:2px;
	display:inline-block;
	margin:0 5px;
	vertical-align:middle;
	text-align:center;
}

.button25:hover, .button40:hover, .button80:hover, .button120:hover {
	cursor: pointer;
	color:white;
}


a.button25, a.button40, a.button80, a.button120 {
	/*padding:3px 25px 2px;*/
	/*display:block;*/
	line-height:16px;
	text-align:center;
	padding:0;
}


.button25 {
    background: transparent url(/images/button.gif) no-repeat 0 0;
    width: 25px;
}

.button25:hover {
    background-position:0 -16px;
}

.button40 {
    background: transparent url(/images/button.gif) no-repeat -25px 0;
    width: 40px;
}

.button40:hover {
    background-position:-25px -16px;
}

.button80 {
    background: transparent url(/images/button.gif) no-repeat -65px 0;
    width: 80px;
}

.button80:hover {
    background-position:-65px -16px;
}

.button120 {
    background: transparent url(/images/button.gif) no-repeat -145px 0;
    width: 120px;
}

.button120:hover {
    background-position:-145px -16px;
}

/* a */
a.default {
	font-size:11px;
	text-decoration:none;
}

a.ajout, a.excel, a.envoi, a.detail, a.raccourci, a.contact, a.loupe, a.nettoyage {
	padding-left:25px;
	padding-top:2px;
	font-size:12px;
	text-decoration:none;
	line-height:23px;
	/*display:block;*/
	/*height:16px;*/
}

a.envoi {
	background:url(/images/envoi.gif) no-repeat center left;
	padding-left:20px;
	display:inline-block;
	width:150px;
}
a.nettoyage {
	background:url(/images/nettoyer.gif) no-repeat center left;
}

a.ajout {
	background:url(/images/ajouter.gif) no-repeat center left;
}

a.excel {
	background:url(/images/mime-xls.gif) no-repeat center left;
}

a.detail {
	background:url(/images/liste.gif) no-repeat center left;
}

a.raccourci {
	background:url(/images/nouveau2.gif) no-repeat center left;
}

a.loupe {
	background:url(/images/rechercher-mini.gif) no-repeat center left;
}

a.contact {
	background:url(/images/compte.gif) no-repeat center left;
}

a.ajout:hover {
}

a.button, a.button2 {
	width:24px;
	height:24px;
	display:inline-block;
	border:1px solid transparent;
}

a.stat {
	margin-bottom:-10px;
}

*html a.button, *html a.button2 {
border-color: pink;
filter: chroma(color=pink);
}

a.button:hover {
	border:1px solid #72797f;
}

a.button2:hover {
   filter : alpha(opacity=50);
   -moz-opacity : 0.5;
   opacity : 0.5;
}
