body {
background-color:#FFFFFF;	
background-image:url(illustr/fond.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
}

#bloc_page
{
    width: 1000px;
	background-color:#FFFFFF;
	background-image:url(illustr/logo12.jpg);
	background-repeat:no-repeat;
	background-attachment:absolute;
	background-position:top left;
    margin: auto;
}

header {
	text-align:center;
	position: relative;
	left: 120px;
	top: 20px;
}

header h1 {
	font-family: Impact; 
	font-size: 28px; 
	color: #1a2869;
	margin-top: -5px;
	letter-spacing: 0.1em;
}

nav {
	text-align:right;
	margin-right:10px;
	margin-top:50px;
}

aside {
	padding-top: 150px;
	padding-left: 50px;
}

aside p {
	text-align: center;
}

article {
	padding-right: 40px;
}

article h1 {
	font-family: Impact; 
	font-size: 24px; 
	color: #1a2869;
	text-align:center;
}

article p {
	font-family: Georgia; 
	font-size: 15px; 
	color: #222;
	text-align:justify;

}

h2 {
	font-family: Impact; 
	font-size: 20px; 
	color: #1a2869;
}
h3 {
	font-family: Impact; 
	font-size: 16px; 
	color: #1a2869;
}
ol {
	font-family: Georgia; 
	font-size: 15px; 
	color: #222;
	text-align:justify
}
.bleu {
	color: #1a2869;
	font-size: 18px;
	line-height: 0px;
	text-align: center;
	margin-top: -5px;
}

.rouge {
	color:#bc1212;
}

.etoile {
	color: #1a2869;
	font-size: 24px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: -5px;
}

.normal{
	font-family: Georgia; 
	font-size: 15px; 
	color: #222;
}

footer {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

footer p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#333;
}

a:link {
	color: #33337A;
}
a:visited {
	color: #33337A;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}