.erreur {
	color: red;
}

.ok {
	color : green;
}

.ko {
	color : red;
}

#panneauAjax {
	border: 1px solid #874c4c;
	background: #fff5ee;
	padding: 1.5em;
	position: fixed;
	right: 45%;
	top: 1px;
	z-index: 99999999;
}

#location-instance p {
	margin: 0;
}

.erreur,.info {
	margin: 2px 0;
	padding: 0 10px 10px 5px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
}

.erreur h3,.info h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin: 10px 0;
	color: #2E2E2E;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

.erreur {
	border-color: #7C0002;
	background-color: #fee;
}

.erreur h3 {
	background-image: url(../images/erreur.png);
}

.info {
	border-color: #D1D1D1;
	background-color: #fbf9ee;
}

.info h3 {
	background-image: url(../images/info.png);
}

.ui-widget {
    font-size: 1em;
}

.menu-factures {
	position: relative;
}

form.recherche {
	margin-bottom: 10px;
}

#nombre-resultats {
	margin-bottom: 10px;
}

table.lignes-factures {
	width: 50%;
}

input[type="number"].nombre {
	width:40px;
}

.navbar .brand {
	color: white;
	font-family: 'Lobster', cursive;
}

body > .container{
    padding-bottom: 40px;
    padding-top: 60px;
}

body > .container ul {
	list-style: none;
	margin-left: 0;
}

body > .container textarea {
	width: 100%;
} 

.clear {
	clear: both;
}

.table td.statistique {
	text-align : right;
}

.base {
	width: 25%;
	float: left;
}

.actions-compte {
	text-align : right;
	padding-top: 10px;
}

.modal form {
	margin : 0;
}

.actions-facture {
	margin-bottom: 10px;
}

.table td.colonne-centree {
    text-align: center;
}