body
{
	background-color: rgb(255, 255, 255);
	margin: 0px auto;
	padding: 20px 20px;
	font: 15px Didot, serif;
}

img
{
	border-style: none;
}

.global
{
	background-color: #FFFFFF;
	margin: auto;
	height: 650px;
	width: 900px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.corps
{
	text-align: center;
}

.rubriques
{
	background-color: rgb(200, 200, 200);
	margin: 0px auto;
	text-align: right;
}

.corps
{
	text-align: center;
}

.menu
{
	margin: 0px auto;
	text-align: center;
}

.msg
{
	color: blue;
}

#topnav
{
	height: 25px;
	background-color: #d3d3d3;
}

a.topnav:link,a.topnav:visited
{
	color: #555555;
	text-decoration: none;
}
a.topnav:hover,a.topnav:active
{
	color: #ff4800;
	text-decoration: none;
}
