footer {
	width: 400px;
	margin: 4px 0 0 120px;
}

h2 {
	font-size: 20px;
	display: block;
	width: 90%;
	margin-bottom: 30px;
	border-bottom: solid 1px #EEEEEE;
	padding-bottom: 5px;
}

label {
	text-align: left;
}

legend {
	color: #007229;
	border-bottom: none;
}

.col-sm-9 {
	width: 75% !important;
}

.pagination>li>a {
	color: #5CB85C;
}
	.pagination>li>a:hover {
		color: #449D44;
	}
.pagination .active a {
	background-color: #5CB85C;
	border-color: #4CAE4C;
}
	.pagination .active a:hover {
		background-color: #449D44;
		border-color: #398439;
	}

.table {
	margin: 10px 3% 20px 3%;
	width: 94%;
}
	.table a {
		color: #449D44 !important;
	}
	.table a:hover {
		color: black !important;
	}

.text-success {
	color: #3C763D;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.text-danger ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
	.text-danger ul li {
		text-align: center;
		line-height: 16px;
	}

.text-success ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
	.text-success ul li {
		text-align: center;
		line-height: 16px;
	}

.btn-default {
	box-shadow: inset 0px -5px 20px rgba(0, 0, 0, 0.125)
}
.btn-success {
	box-shadow: inset 0px -5px 20px rgba(0, 0, 0, 0.125)
}
.btn-retour {
	margin: 20px 0 20px 0;
}

.text-white {
	color: white !important;
}