
h2
{
	color:#000060;
	background:#0098f8;
	font-weight: bold;
}

h3
{
	color:#000060;
	background:#60c8f8;
	text-indent:30px;
}

a
{
	color:blue;
	text-decoration:underline;
}

a:active
{
	color:red;
}

#entete
{
	background:#f8f8c8;
	text-align:center;
	font-size: xx-large;
	font-weight: bold;
	border:1px solid black;
	padding:5px;
	padding-bottom:50px;
	margin-bottom:10px;
}

#entete p
{
	margin:0px;
	color:#000060;
	font-family:Arial;
}

#menu
{
	width:200px;
	background:#f8f8c8;
	border:1px solid black;
	position:absolute;
	margin-right:10px;
}

#menu a
{
	color:green;
}

#menu a:hover
{
	color:red;
}

#menu li:hover
{
	background:yellow;
	font-weight:bold;
}

#corps
{
	margin-left:210px;
	border:1px solid black;
	padding:10px;
}

#corps li
{
	color:#2f2f2f;
}

#corps p
{
	color:#2f2f2f;
	text-indent:30px;
}

#pied
{
	border:1px solid black;
	margin-top:10px;
	padding:0px;
	text-align:center;
}

#pied p
{
	margin:0px;
}

.centrer
{
	text-align:center;
	text-indent:0px;
}
