@font-face {
    font-family: 'sf_burlington_scriptregular';
    src: url('../../fonts/SF_Burlington_Script-webfont.eot');
    src: url('../../fonts/SF_Burlington_Script-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/SF_Burlington_Script-webfont.woff') format('woff'),
         url('../../fonts/SF_Burlington_Script-webfont.ttf') format('truetype'),
         url('../../fonts/SF_Burlington_Script-webfont.svg#sf_burlington_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aaarghnormal';
    src: url('../../fonts/Aaargh-webfont.eot');
    src: url('../../fonts/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Aaargh-webfont.woff') format('woff'),
         url('../../fonts/Aaargh-webfont.ttf') format('truetype'),
         url('../../fonts/Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body	{
		background-color:grey;
		font-family:'aaarghnormal';
		font-size:0.9em;
		margin-left:2em;
		margin-right:2em;	
		
	}
	
h1	{
		font-family:'sf_burlington_scriptregular';
		text-transform:uppercase;
		font-size:3rem;
		text-align:center;
		color:white;
		text-shadow:1px 1px 2px #F25323;
		letter-spacing:2px;
		border-bottom-style:solid;
		border-bottom-color:orange;
		border-bottom-width:2px;
		padding-bottom:20px;
	}
h2 	{
		text-shadow:1px 1px 4px white;
}
p	{
		text-align:justify;
		padding-top:0.5em;
	}
code{
	color:white;
	font-size: 0.9rem;
}	
img	{
		margin:10px;
		border-style:solid; /*déclarer le style de bordure en premier*/
		border-width:3px;
		border-color:white;
	}

figure{
	width:80%;
	margin:auto;
}
	
figcaption	{
		background-color:white;
		text-align:center;
		font-size:0.7em;
	}	
