body
{
    margin: 0px; /* pour éviter les marges */ 
    text-align: center; /* pour corriger le bug de centrage IE */ 
}

a
 {
	text-decoration:none; 
	color: white;
}

a:hover
{
	color: #540444;
}

#global
{
	width: 800px;
    margin-left: auto; 
    margin-right: auto;
	padding: 0px;
    text-align: left;
}

#header
{
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 259px;
	background-image: url("header.png");
	background-repeat: no-repeat;
	border: solid;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-color: black;
}

#top_menu
{
	width: 800px;
	height: 26px;
	background-image: url("top.png");
	background-repeat: no-repeat;
	border: solid;
	border-top-width: 1px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-color: black;
	padding-top: 4px;
	color: white;
	font-weight: bold;
	font-size: 16px;	
	text-align: center;
}

#frame
{
	width: 780px;
	background-color: #f3bc89;
	border: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-color: black;
	padding: 10px;
}

#footer
{
	width: 800px;
	height: 26px;
	background-image: url("top.png");
	background-repeat: no-repeat;
	border: solid;
	border-top-width: 1px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: black;
	text-align: center;
	color: white;
	font-style: italic;
	padding-top: 4px;
	font-size: 16px;
}