body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 95%;
}

#title {
	display: none;
}


/* Pied de page */
#footer {
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 0px;
	border-top: 1px solid black;
	width: 95%;
	color: #343434;
	font-size: 10px;
	text-align: center;
}

#left {
	display: none;
}

#content {
	margin-top: 30px;
	text-align: left;
	width: 95%;
}


#rubriques {
	margin: 30px 0px 30px 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
}


/* Les liens */
a:link {
	color: black;
}


/* Les différentes entêtes */
h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}