a, p, em, h1, h2, h3, h4, ol, ul, li, a:visited, a:hover{
	font-family: 'Lato', sans-serif;
	color: #0b0b0b; 
	text-decoration: none;
}

a:hover{
	color: #3F3F3F; 
	text-shadow: 1px 1px 1px #a6a6a6;
}


html{
	background-color: #a6a6a6;
}

nav{
	background-color: #bfbfbf;
	top: 0%;
	position: fixed;
	width: 100%;
	box-shadow: 2px 2px 5px #999;
}

nav h1{
	display: inline;
	font-size: 40px;
}

nav em{
	font-size: 28px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

div.top_right{
	display: inline;
	text-align: center;
}

article{
		box-shadow: 2px 2px 1px #808080;
}

article.mini, article.similaire{
	background-color: #f2f2f2;
	width : 750px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	padding:30px;
	padding-bottom:60px;
	border-radius: 2px;
	text-align: center;
}


article.mini img{
	max-width: 750px;
	max-height: 750px;
	background-color:  #f2f2f2;
}

article h2{
	padding-top: 10px;
	font-size: 22px;
}

article.side{
	width: 500px;
	padding-right: 70px;
	padding-bottom: 30px;
}

article.side h2{
	text-align : right ;
	margin-right: -75px;
	margin-top: : -300px;


}

footer{
	height: 600px;
}