body {
	background: #0f1b41;
	color:#f4f397;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* La page
-------------------------------------------------------- */
#page{
	background: url(images/background.jpg) repeat-y center top;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	background: url(images/header.jpg) no-repeat left top;
}

/* Le contenu
-------------------------------------------------------- */
p{
	color: #f4f397;
	font-size: 12px;
	text-align: left;
}

h1{
	font-size: 22px;
	color: #0f1b41;
	font-weight: 700;
	text-decoration: none;
	background-color: #f4f397;
	text-align:center;
}

h2{
	color:#f4f397;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
}

h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{
	color:#f4f397;
	font-size: 10px;
	font-weight: normal;
}

a {
	color: #fff;
	font-family: verdana;
	text-decoration: none;
}

h2 a {
	color:#f4f397;
	text-decoration: none;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	background: url(images/footer.jpg) repeat-y center top;
}