body{
	font-family: 'Maven Pro', sans-serif;
	background-image: url("../img/fond-page.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.header{
	
	background-color: #808080;
	height: 70px;
}

.header img{
	margin-top: 0.5%;
    margin-left: 4%;
	width: 270px;
}

.title{
	
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 30px;

}

/*Page accueil*/

.home ul{
	list-style-type: none;
	margin-top: 30px;
}

.home li{
    padding-left: 45px;
    padding-bottom: 25px;
}

.home a{
	color: #45b217;
	font-weight: 600;	
}

.home a:hover {
	color: #45b217;
	font-weight: 600;
}

/*Pages Cerfication*/

.en-tete a {
	color: #45b217;
	font-weight: 600;
	text-decoration: none;
}
th a {
	color: #45b217;
	font-weight: 600;
	text-decoration: none;
}

.en-tete a:hover {
	color: #45b217;
	font-weight: 600;
}
th a:hover {
	color: #45b217;
	font-weight: 600;
}

.accueil .fas {
    margin-right: 10px;
	margin-bottom: 30px;
	color: #45b217;
}

.accueil a {
	color: black;
	text-decoration: none;
}

.accueil a:hover {
	color: black;
}

td {
	text-align: left;
	margin-bottom: 20px;
}

.content{
	margin-bottom: 20px;
}

.content .fas {
	margin-right: 10px;
	color: #808080;
}

.content a {
	color: black;
	text-decoration: none;
}

.content a:hover {
	color: black;
}

td .fas {
	margin-right: 10px;
	color: #808080;
}

td a {
	color: black;
	text-decoration: none;
}

td a:hover {
	color: black;
}

.footer{
	text-align: center;
	margin-top: 70px;
}