@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');

body {
    font: 400 16px "Ubuntu", Helvetica, Arial, sans-serif;
    color: #818181;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover {
	color: #BA00AC;
	text-decoration: none;
}
	

h1 { 
	font-weight:900;
	font-size:23px;
	margin-bottom: 5px;
	margin-top:5px;
	line-height: 27px;
	color: #858585;
}

h2 { 
	font-weight:700;
	font-size:19px;
	margin-bottom: 3px;
	margin-top:3px;
	line-height: 20px;
	color: #99cc33;
}

hr {
	margin-top: 3px;
	margin-bottom: 7px;
	border-color: #337ab7;
}

.info {
	font-size: 11px;
	font-style: oblique;
	color: #4C4C4C;
}

footer {
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 1.5;
}

.table-hover > tbody > tr:hover {
  background-color: #EEEEEE;
}

.linkButton { 
     background: none;
     border: none;
     color: #9BB932;
     text-decoration: underline;
     cursor: pointer; 
}

.btn-sm {
    margin: 0; 
}

.btn-success {
    background-color: #9BB932;
    border-color: #9BB932;
}

.btn-success:hover {
    background-color: #c1d186;
    border-color: #c1d186;
}

.btn-link {
    color: #9BB932;
	cursor: pointer;
	text-decoration: none;
}

.links {
	color: #9BB932;
}

.card {
	background-color:#e8e8e8;
}

.liste {
	background-color:#e8e8e8;
}