.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a:link {
    color: #515C9A;
    text-decoration: underline;
}

a:visited {
    color: #515C9A;
    text-decoration: underline;
}

a:hover {
    color: #515C9A;
    text-decoration: underline;
}

div#contenu {
	width: 100%;
	text-align: center;
}
div#corps {
	/* text-align: justify; */
	width: 600px;
}
div#head {
	width: 600px;
	background-color: #99CCFF;
	padding: 5px;
}
h1,h2,h3,h4,h5 {
	display: inline;
}
h1 {
	color: #880000;
}
h4 {
	font-size: 18px;
}
