/* éléments principaux */

body
{
	background: url(images_cv/fond-site-blanc.png) fixed ;
	font-family: 'Trebuchet MS', Arial, san-serif; 
	color: black;
	
}

#bloc_page
{
	width: 900px;

}


/* HEADER */

header
{
	background: url(images_cv/fond-bois.jpg) repeat-x fixed;
	background-size: cover; 
	border-radius: 15px 15px 15px 15px;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	background-position: center;
	position: relative;
	box-shadow: 5px 4px 5px 4px #1c1a19
	margin-bottom: 25px;
}




header h1
{
	font-family: 'Arial Black', Arial, san-serif;
	font-weight: bold;
	font-size: 2.5em;
	margin-top: 95px;
	color: white;
	text-align: center;
	padding: 5px;
	background-color: rgba(253, 250, 250, 0.6);
	border-radius: 5px 5px 5px 5px;
}

/* navigation */


nav ul 
{
 	list-style: none;
 	display: flex; 
 	justify-content: space-around;
	padding: 10px;
}

nav a 
{
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding: 5px;
	background-color: rgba(253, 250, 250, 0.6);
	border-radius: 5px 5px 5px 5px;
}

nav a:hover 
{
	color: #c60030;
	text-decoration: underline;
}
