header{
    position:fixed;
    top: 12px;
    left: 36px;
    z-index: 36;
}

header a{
    text-decoration: none;
}

header a:link{
    color:black;
}

header a:hover{
    color:black;
}

header a:visited{
    color:black;
}


header li
{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding: 6px;
    font-family:'Indie Flower', Gill Sans, Trebuchet MS;
    
}

header ul {
    display: inline-block;
    vertical-align: top;
}

header h1
{
    font-family:'Indie Flower', Gill Sans, Trebuchet MS;
    font-size:1.5em;
    padding:3px;
    text-shadow: 1px 1px 4px white; /* pour créer une ombre*/
}

header h2
{
    font-family:'Indie Flower', Gill Sans, Trebuchet MS;
    font-size: 0.8em;
    text-shadow: 1px 1px 4px white; /* pour créer une ombre*/
}

header img
{
    border-radius: 6px;
}

aside{
    width: auto;
    padding-top:108px;
    padding-left: 120px;
    padding-right: 80px;
    text-align: justify;
    font-family:'Indie Flower', Gill Sans, Trebuchet MS;
    font-size: 0.9em;
}

section{
    width: auto;
    padding-top:12px;
    text-align: center;
    border:  6px, black;
}

section article{
    vertical-align: top;
}

table
{
    position: absolute;
	top:72px;
	left:220px;
    width: 300px;
	font-family:'Indie Flower', Gill Sans, Trebuchet MS;
	text-align:right;
	font-size:1.2em;
	z-index:3;
}


table strong
{
    font-weight:bold;
}

table img
{
    margin:0 6px;
    box-shadow: 6px 6px 12px black;
}

table td{
    vertical-align: middle;
}

table article{
    width:480px;
    margin:6px; 
}


section h1{
    font-family: indie flower, Gill Sans;
    font-size: 2em;
    margin: 24px 0 12px 0;
}

section article{
    display:inline-block;
    width: 240px;
    padding-bottom: 24px;
    padding-top: 24px;
}

section h2{
    font-family: indie flower,Gill Sans;
    text-align: center;
    font-size: 1.5em;
    
}

section h3{
    font-family: Gill Sans;
    font-size:1em;
    text-align: center;
    
}

section h4{
    font-family: Gill Sans;
    text-align: center;
    font-size: 0.9em;
    padding-top: 6px;
}

section h5{
    font-family: Gill Sans;
    text-align: right;
    font-size:0.8em;
    padding: 0px 30px;
}

section img{
    position:relative;
    text-align:center;
    margin-top: 12px;
    box-shadow: 6px 6px 12px black; /* pour créer une ombre*/
}

section p{
    font-family: indie flower, gill Sans;
    text-align: justify;
    padding: 20px;
    
}

section a:link{
    color:black;
    text-decoration: none;
}

section a:hover{
    color:orange;
    text-decoration: none;
}

section a:visited{
    color:lightslategrey;
    text-decoration: none;
}

footer
{
	position: fixed;
	left:36px;
	bottom:20px;
	width:140px;
	font-family:'Indie Flower', Gill Sans, Trebuchet MS;
	color:black;
	text-shadow: 0px 0px 3px white;	
	font-size:0.8em;
	text-align:center;
	z-index:5;	
}

footer li{
    display:inline-block;
}

