h1
{
	text-align: center;
	color: blue;
}

h2
{
	text-align: center;
	text-decoration: underline;
	color: blue;
}

h3
{
	text-align: center;
	text-decoration: underline;
	color: red;
}

h4
{
	text-align: center;
	text-decoration: none;
	color: green;
}

#menu
{
	position: fixed; top : 0px;
	z-index: 1;
	margin-left: auto;
    margin-right: auto;
	width: 98%;
}

.bg-menu
{
	background-image: url("index/bg_menu.jpg");
}
#corps
{
	position: absolute; left: 0px; top: 65px;
	z-index: 0;
	overflow: auto;
	margin-left: auto;
    margin-right: auto;
	width: 98%
}

.bordure_rouge
{
	border: solid 5px #FF0000;
}

a /* Style des liens normaux */
{
	text-decoration: none;
	color: #0030ff;
}

a:hover  /* quand le curseur est sur le lien*/
{
	text-decoration: underline;
}

a:visited /* Quand la page a déjà été visitée */
{
	color: #f41b1b;
}

a img /* Retirer la bordure autour des images de liens */
{
	border: 0;
}

.alinea
{
	text-indent: 50px;
}

.alinea2
{
	text-indent: 100px;
}