h2
{
	color: #777777;	
	text-align: center;
}

body
{
	background-image: url("img/fond_blanc.jpg");
	background-attachment: fixed;
}

@font-face 
{    
	font-family: 'ambleregular';
    src: url('fnt/Amble-Regular-webfont.eot');
    src: url('fnt/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
         url('fnt/Amble-Regular-webfont.woff2') format('woff2'),
         url('fnt/Amble-Regular-webfont.woff') format('woff'), 
         url('fnt/Amble-Regular-webfont.ttf') format('truetype'), 
         url('fnt/Amble-Regular-webfont.svg#ambleregular') format('svg'); 
}

p
{
	font-family: 'ambleregular', Impact, "Arial Black", Arial, Verdana, sans-serif;
}

#pierre_bonnet
{
	border: 3px blue solid;
	border-radius: 10px;
	box-shadow: 6px 6px 0px black;
}