body
{
	width:auto;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #111111;
}

/* La page d'acceuil */
#index
{
	text-align: center;
	font-family: Arial, Verdana, Serif;
	color: white;
	font-size: 9px;
}

/* L'en-tete */
#en_tete
{
	width: auto;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
	padding: 15px;
}

/* Le menu */
#menu
{
	margin-left: 5px;
	margin-top: 80px;
	float: left;
	width: 150px;
}

/* Le corps */
#corps
{
	width: auto;
	font-family: Arial, Verdana, Serif;
	font-size: 14px;
	margin-top: 80px;
	margin-left: 200px;
	margin-right: 100px;
	margin-bottom: 20px;
	padding: 5px;
	color: white;
	text-align: justify;
	text-indent: 20px;
}

/* Les News */
#news
{
	width: auto;
	float: center;
	margin-left: 40px;
	text-align: justify;
	font-family: Arial, Verdana, Serif;
	border-style: inset;
	border-color: grey;
	border-width: 1px;
}

/* Le livre d'Or */
#gbook 
{
	border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: grey;
	margin-bottom: 10px;
}


/* Le pied de Page */
#pied_de_page
{
	padding: 10px;
	width: auto;
	text-align: center;
	color: #515151;
	border-top: 1px inset grey;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 5px;
	font-family: Arial, Verdana, Serif;
	font-size: 10px;
}

/* Les images et les liens */

img
{
border-color: #111111;
}

/* Les images et les liens */

A:link
{
color: #999999;
text-decoration: none;
font-variant: small-caps;
font-family: Arial Black, Arial, Verdana, Serif;
}

A:visited {
color: #999999;
text-decoration: none;
font-variant: small-caps;
font-family: Arial Black, Arial, Verdana, Serif;
}

A:active {
color: #999999;
text-decoration: none;
font-variant: small-caps;
font-family: Arial Black, Arial, Verdana, Serif;
}

A:hover {
color: #999999;
text-decoration: none;
font-variant: small-caps;
font-family: Arial Black, Arial, Verdana, Serif;
}

strong
{
text-decoration: blink;
}

h2
{
color: #f1dd00;
font-family: Serif;
font-size: 20px;
}


