body {
    width: 80%;
	margin: auto;
	background-color: #000000;
}

header {
    width: 100%;
	height: 120px;
	border-bottom: 1px solid silver;
    margin-bottom: 24px;
	font-family: 'Finger Paint', cursive;
	text-align: center;
	color: #FFFFFF;
	font-size: 44px;
}


nav, section , aside {
    display: inline-block;
	float: left;
}

nav, section {
    width: 100%;
}

img {
    display: inline-block;
	margin-bottom: 12px;
	float: left;
}

nav div.lien {
    width: 100px;
	margin-left: 32px;
    float: left;
}

nav div.lien a {
    height: 84px;
    text-decoration: none;
	border: 0px;
	float: left;
}

nav div.lien a img {
    height: 85px;
	border: 0px;
}



nav div.test {
    width: 100%;
	margin-top: 60px;
	text-align: center;
}

nav div.test img {
    display: inline-block;
	margin-bottom: 12px;
}

nav div.triangles {
    width: 50px;
    margin-top: 24px;
    float: left;
}

nav div.triangles div.triangle {
    width: 0;
	height: 0;
	border: 42px solid #442222;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	float: left;
}



footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	border-top: 1px solid silver;
	text-align: center;
	color: #FFFFFF;
}