@font-face {
    font-family: 'cac_champagneregular';
    src: url('cac_champagne-webfont.eot');
    src: url('cac_champagne-webfont.eot?#iefix') format('embedded-opentype'),
         url('cac_champagne-webfont.woff') format('woff'),
         url('cac_champagne-webfont.ttf') format('truetype'),
         url('cac_champagne-webfont.svg#cac_champagneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body
{
    background: #7799bb;
	color: black;
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {color: #FFA722; }
h1{text-align:center;}
a{color: #A2A2F2;}

blockquote {
	text-align:center;
	font-family: 'cac_champagneregular', Brusch, Script, Cursive;
	font-size: 36px;
	font-style: bold;
}

header, section { width: 95%; border: 2px solid #FFA722; border-radius: 10px; margin: 5px; padding: 5px; background: #ddeeff;}
header p {
	font-size: 14px;
}
/* navigation */
nav{
	float: left;
	width: 130px;
	position: fixed;
	left: 5px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
nav ul {
	list-style-type: none;
}
nav * {
	margin: 0px;
	padding: 0px;
}
nav ul li {
	padding: 10px 0px 10px 0px;
}
nav ul li a {
	display: block;
	width: 100%;
	height: 95%;
	padding: 5px;
	border: 1px solid #FFA722;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFA722;
	background-color: #ddeeff;
}
nav ul li a:hover {
	color: black;
	background-color: #FFA722;
}

header #photo_id  {
	float:right;
    box-shadow: 6px 6px 6px #A2A2F2;
}

section h4 {
	border-top: 2px solid #FFA722;
}
article footer {
	text-align:center;
	font-style: italic;
	font-family: Courier, Monospace;
	border: 1px solid #FFA722;
}
article aside {
	text-align:right;
	font-style: italic;
}

/* mise en place de 6 sections par flex */
/* 3 sections par lignes, la largeur en % détermine le nombre de sections par ligne */
#main {
	display: flex;
	flex-wrap: wrap;
	min-width: 950px;
}

#main section:nth-child(1)
{
	order: 2;
	width: 24%;
}
#main section:nth-child(2)
{
	order: 1;
	width: 42%;
	height: 800px;
	overflow: scroll;
}
#main section:nth-child(3)
{
	order: 4;
	width: 35%;
}
#main section:nth-child(4)
{
	width: 25%;
	order: 3;
}
#main section:nth-child(5)
{
	order: 5;
	width: 28%;
}
#main section:nth-child(6)
{
	order: 6;
	width: 28%;
}
