
body {
	/*background-color: red;;*/
	font-size: 13px;
	
}
.container {
	width : 95%;
}
.page-header {
  padding-bottom: 9px;
  margin: 10px 0 10px;
  border-bottom: 1px solid #eee;
}

.btn-group-lg > .btn, .btn-lg{
	font-size: 13px;
}

span.label.commune-statut-pourvue {
	background-color: #5cb85c;
}

span.label.commune-statut-enAttente {
	background-color: grey;
}
span.label.commune-statut-2nTour {
	background-color: #337ab7;
}