@charset "utf-8";		/* Cette ligne permet les caractères accentués */

header {
	border-radius : 30px ;
	padding : 10px 100px ;
	margin : 20px ;
	text-align : center;
	
}

body {
	background: white;
	margin : 30px ;
	text-align : center;
	}
	
h2 {
	color : #8f0404 ;
	border-radius : 10px 10px 10px 10px;
	width : 325px ;
	float : center ;
}

	
strong {
	color :  #423c3a  ;
}

ul li {display:inline;}

ul {
	list-style-type: none;
	height : 50px ;
	text-align : center;
	}

li {
	width: 300px;
	padding: 10px;
	color : #8f0404 ;
	
	text-align : center;
	border-right :  5px solid #8f0404 ;
	}	

li:hover{
    cursor: pointer;
	color : white ;
	background-color: #8f0404 ;
	border: 2px solid white;
	}	


a{
	color : inherit ;
	text-decoration : none;	
}

a:hover{
    cursor: pointer;
	font-weight : bold;
	}
