body
{
	width:1000px;
	font-family:arial;
	font-size:11pt;
	margin:auto;
	text-align:center;
}
a
{
	color:firebrick;
	text-decoration:none;
}
a:visited
{
	color:firebrick;
	text-decoration:none;
}
a:hover
{
	color:firebrick;
	text-decoration:none;
}

#entete
{
	width:1000px;
	border-bottom:1px solid firebrick;
	color:grey;
}
	#entete h1
	{
		font-size:30pt;
		margin:0px;
		padding:0px;
		float:right;
	}
	#entete p
	{
		padding:26px 0px 0px 50px;
		text-align:left;
	}
#corps
{
	width:1000px;
	height:100%;
	padding-top:10px;
	text-align:left;
}
#pied
{
	width:1000px;
	height:50px;
	width:100%;
	border-top:1px solid firebrick;
}
#menu
{
	float:right;
	text-align:left;
	height:100%;
	width:25%;
	margin-left:30px;
}
	#menu hr
	{
		border:1px solid firebrick;
	}


.grosse_lettre
{
	color:firebrick;
}
.resume
{
	margin:10px;
}
	.resume h3
	{
		font-size:16pt;
		border-bottom:1px solid firebrick;
		height:50px;
		margin:0px;
	}
	.infos
	{
		font-size:10pt;
		margin-right:10px;
		font-weight:normal;
	}
	.resume p
	{
		border-bottom:1px solid firebrick;
		padding-bottom:5px;
	}
.score
{
	color:tomato;
	font-size:16pt;
	font-weight:bold;
}