.admintbl td {
	padding-right: 10px;
}
.admintbl thead {
	font-weight: bold;
	background-color: #F3F3F3;
}
label {
	font-weight: bold;
}
.icone {
	vertical-align:middle;
	margin-right:5px;
}
h2 {
	position:static;
	top:auto;
	left:auto;
	margin:0 0 10px 0;
	padding:0;
	display:block;
}

/*
form label, label {
	display:block;
	float:left;
	width:165px;
	margin-bottom:5px;
	font-weight: bold;
}
*/
form input, form textarea, form select, .valeur {
	margin-bottom:5px;
}
form fieldset {
	border:0;
}
.inputtext {
	width: 350px;	
}
thead td {
	font-weight: bold;
	font-size: 14px;
}
.liste-admin td {
	padding-bottom: 8px;
	padding-right: 5px;
}
#erreurs ul {
	margin-left:0;
	padding-left:18px;
	padding-right:5px;
	margin-bottom:5px;	
}
#erreurs td {
	color: #0069B5;
}
#erreurs li {
	padding-left:0;
	color: #0069B5;
}

.bouton, .btnsave, .btncancel, .btndel, .btncommit, .btnnext, .btnback, .btnfilter, .btnadd, .btnimage { 
	font-weight: bold; 
	height: 34px; 
	border: 1px solid #000; 
	background-color: #fff;
}

.btnsave, .btncancel, .btndel, .btncommit, .btnnext, .btnback, .btnfilter, .btnadd, .btnimage { 
	padding-left: 34px;
	background-repeat: no-repeat; 
	background-position: left center;  
}


.btnsave {background-image: url(../images/admin/save.gif);}
.btnadd {background-image: url(../images/admin/add.gif);}
.btncancel {background-image: url(../images/admin/stop.gif);}
.btndel {background-image: url(../images/admin/delete.gif); }
.btncommit {background-image: url(../images/admin/accept.gif);}
.btnnext {background-image: url(../images/admin/next.gif); }
.btnback {background-image: url(../images/admin/back.gif);}
.btnfilter {background-image: url(../images/admin/filter.gif);}

.btnimage {background-image: url(../images/admin/image.gif);}

#ctexte .adminp a, #ctexte .aadmin {
	border-bottom: none;
}