@font-face {
	font-family: SCP;
	src: url('SourceCodePro-ExtraLight.otf') format('truetype');
}

body {
	background-color: #F2F2F2;
	color: #434343;
}

nav {
	background-color: #AFABAB;
    width: 100%;
	text-align: center;
	font-family: SCP;
}

nav ul {
	list-style-type : none;
	padding: 20px 0px 20px 0px;
}

nav ul li {
	display : inline;
	font-size: 20px;
	margin: 0% 15% 0% 0%;
}

a, a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #434550;
}

h1 {
	font-family: SCP;
	text-align: center;
	text-transform: uppercase;
}

#photo {
	background-image: url('../images/photo.jpg');
	background-position: center;
	border-radius:50%;
	width:160px;
	height:160px;
	border: 4px solid #AFABAB;
	margin: 0 auto;
	margin-top: 25px;
}

#MonNom {
	text-align: center;
	margin-top: 30px;
}

.desc {
	margin-left: 60px;
}

#mail {
	color: #434343;
}