*
{
	font-family: TrebuchetMS;
}

body
{
	background-image: url("http://2122cdt.labolle.fr/texture.jpg");
}

header a
{
	color: white;
}

header
{
	font-variant: small-caps;
	width: 700px;
	background-color: #01DF74;
	background-repeat: no-repeat;
	background-position: center;
	padding: 12px;
	margin-bottom: 20px;
	text-align: center;
	color: white;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	margin-left: auto;
	margin-right: auto;
}

.intro a
{
	color: white;
}

.intro
{
	color: white;
	font-size: large;
	text-align: justify;
	background-color: #81DAF5;
	margin-left: auto;
	margin-right: auto;
}
	
p
{
    color: black;
    background-color: silver;
    width: 95%;
    padding: 12px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    text-align: justify;
}

nav a
{
	color: black;
}

nav li
{
	list-style-type: square;	
}

nav ul
{
	padding-left: 25px;
}

nav
{
	background-color: #FACC2E;
	color: black;
	padding-right: 12px;
	width: 211px;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	position: fixed;
	left: 2%;
	top: 10%;
}

section
{
	padding: 12px;
	width: 700px;
	vertical-align: top;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	margin-left: auto;
	margin-right: auto;
}

.titleaside
{
	text-align: center;
}

aside ul
{
	padding-left: 25px;
}

aside
{
	text-align: justify;
	background-color: #FACC2E;
	padding: 12px;
	display: inline-block;
	width: 200px;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	position: fixed;
	right: 2%;
	top: 10%;
}

footer
{
	width: 1008px;
	text-align: center;
	margin-top: 20px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

footer a
{
	color: white;
}