/*GENERAL*/

h1{
	text-align: center;
	font-size: 1.7em;
	color: #3e3e3e;
	margin: 20px;
}

h2{
	text-align: center;
	font-size: 1.3em;
	color: #3e3e3e;
	margin: 20px;
}

#cv h2{
	text-decoration: underline;
	font-weight: bold;
}

#cv p{
	font-size: 1.2em;
}

#cv a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #3e3e3e;
	margin-left: auto;
	margin-right: auto;
	width:150px;
	font-size: 1.2em;
	border: 1px solid #3e3e3e;
	padding: 5px;
}

#cv a:hover{
	color: #7b7b7b;
	border: 1px solid white;
}

#contact{
	box-sizing: border-box;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.realisation{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.realisation img{
	width: 70%;
	padding: 10px;
	border-radius: 2%;
	border: 1px solid #3e3e3e;
	-webkit-transition: width 2s, height 4s;
	transition: width 2s, height 4s;
}

.realisation img:hover{
	width: 95%;
}

.realisation a{
	text-decoration: none;
	color: #3e3e3e;
}

.realisation a:hover{
	color: #7b7b7b;
}

.floatRight{
	float: right;
}

/*NAV*/

nav{
	background-color: #3e3e3e;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}

nav ul{
	text-align: center;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

nav ul li{
	color:#7b7b7b;
	font-size: 1.7em;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

nav ul li a{
	color:#7b7b7b;
	text-decoration: none;
}

nav ul li a:hover{
	text-decoration: underline;
}

.grey{
	height: 30px;
	width: 100%;
	background-color:#7b7b7b;
}

#logo{
	color:#7b7b7b;
	font-size: 1.7em;
	position: absolute;
	text-decoration: none;
	left: 30px;
	top: 70px;
}

#logo:hover{
	text-decoration: underline;
}

#photo{
	position: absolute;
	right: 30px;
	top: 33px;
	width: 100px;
	-webkit-transition: width 2s, height 4s;
	transition: width 2s, height 4s;
}

#photo:hover{
	position: absolute;
	right: 30px;
	top: 33px;
	width: 20%;
}

/*MAIN*/

main{
	margin: 20px;
}

/*TABLEAUX*/

table{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px; 
}

table td{
	/*	border: 1px solid black;*/
	padding: 10px;
}

td:first-child {
	text-decoration: underline;
}
