/* CSS Document */


table{
	width: 100%;
}
.prix, .facture {
	width: 110px;
	text-align: right;
}
.resp {
	width: 70px;
	text-align: right;
}
.categorie {
	color: #8fa7c8;
	border-bottom: 1px solid #8fa7c8;
	margin-bottom: 10px;
}
.categorie .titre{
	font-size: 133%;
}
.interventions {
	margin: 20px 0;
}
.interventions table {
	margin-bottom: 20px;
}
.interventions td.actions  {
	padding-left: 20px;
}
.ss-categorie a td.titre {
	width: 25%;
}
.ss-categorie a td.image {
	/*background-image voir navigation.css*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-size: 50px;
	width: 70px;
}
.ss-categorie a td.etat {
	width: 23%;
}
.ss-categorie a.bt td {
	padding: 20px 0 20px 20px;
}
.ss-categorie {
	margin-bottom:40px;
}

select {
	width: 306px;	
	color: #8fa7c8;
	padding-top:0;
	font-size: 100%;
}
.select {
	width: 280px;
	background-position: 100% 6px;
	background-color: transparent;
	border:none;
}
