body
{
	width:  60%;
	margin : auto;
	margin-top: 15px;
	background-color: #000;
}

#entete
{
	width: 800px;
	background-color: red;
	display: block;
	border: 1px yellow solid;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#menu
{
	width: 175px;
	background-color: #990000;
	display: block;
	border: 1px #ff9900 solid;
	position: absolute;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#corps
{
	width: 618px;
	background-color: #ff9900;
	display: block;
	border: 1px #990000 solid;	
	position: absolute;
	margin-left: 188px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* 
#pieddepage
{
	width: 800px;
	background-color: red;
	display: block;
	border: 1px yellow solid;
	margin: 10px;
	margin-top: 800px;
	margin-bottom: 10px;
}
*/

#menu a
{
	color: #fff;
	text-decoration: none;
	font: small-caps bold 14px "Tahoma", "Comic Sans MS";
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

#menu a:hover
{
	color: #000;
	text-decoration: none;
	font: small-caps bold 14px "Tahoma", "Comic Sans MS";
}

#corps a
{
	color: green;
	text-decoration: none;
	font: small-caps bold 14px "Tahoma", "Lucida Grande";
}

#corps a:hover
{
	color: lime;
	text-decoration: none;
	font: small-caps bold 14px "Tahoma", "Lucida Grande";
}

.titre
{
	color: #fff;
	text-align: center;
	margin-top: 6px;
	font: bold 1.2em "Courier New";
}

.texte
{
	color: #000;
	text-align: left;
	font: bold 0.8em Arial;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.info
{
	color: #1900ff;
	font: 0.6em "Comic Sans MS";
}

