body
{
	background-color: rgb(128, 170, 234);
	font-family: Arial;
}

h1
{
	text-align: center;
	font-family: "Comic Sans MS", Arial;
	font-size: 40px;
	color: blue;
}

h2
{
	font-family: "Comic Sans MS", Arial;
	font-size: 25px;
}

a
{
	text-decoration: none;
	color: blue;
}

#Banniere
{
	margin-bottom: 20px;
	text-align: center;
}

.Rubrique
{
	margin-bottom: 10px;
	background: rgb(64, 128, 223);
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

#Ensemble_menu
{
	margin: auto;
	width : 615px;
}

#Menu
{
	font-weight: bold;
	font-size: 14px;
	margin: auto;
	width : 615px;
}


#Menu, #Menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 21px;
	text-align: center;
}

#Menu a, #Menu div
{
	display: block;
	padding: 0;
	width: 200px;
	background: rgb(17, 50, 100);
	text-decoration: none;
	color: white;
}

#Menu a
{
	background: rgb(28, 75, 151);
}

#Menu a:hover
{
        color: black;
        background : rgb(64, 128, 223);
}

#Menu li
{
	float: left;

	<!--[if lte IE 6]>
		border-right : 1px solid #fff;
	<![endif]-->
}

html>body #Menu li
{
	border-right: 5px solid transparent;
}

#Menu li ul
{
	position: absolute;
	width: 200px;
	left: -999em;
}

#Menu li ul li
{
	<!--[if lte IE 6]>
		border-top : 1px solid #fff;
	<![endif]-->
}

html>body #Menu li ul li
{
	border-top: 1px solid transparent;
}

#Menu li ul ul
{
	margin: -22px 0 0 144px;
	border-left: 1px solid #fff;
}

html>body #Menu li ul ul
{
	border-left: 1px solid transparent;
}

#Menu li:hover ul ul, #menu li.sfhover ul ul
{
        left: -999em;
}

#Menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul
{
        left: auto;
        min-height: 0;
}

#Corps
{
	margin: 60px 10px;
}

#Contenu
{
	font-size: 14px;
}

#Barre_membre
{
	font-size: 14px;
	background-color: rgb(44, 68, 237);
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
}

.Bouton
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: rgb(17, 50, 100);
	margin: 10px;
	padding: 4px;
	line-height: 25px;
}

.Bouton:hover
{
	text-decoration: none;
	color: black;
	background-color: rgb(64, 128, 223);
}

.Information
{
	color: blue;
	font-weight: bold;
}

.Ok
{
	color: green;
	font-weight: bold;
}

.Erreur
{
	color: red;
	font-weight: bold;
}

.Tabulation
{
	margin-left: 4em;
}
