html {
	background-image:  url('../img/background_html.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}

body {
	width: 100%; 
	margin: 0px;
	padding: 0px;
}

a {
	color: red;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
	margin-top: 5px;
}

#site {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 1000px;
	height: 100px;
	background-image:  url('../img/background_header.png');
}



#corps{
	min-height: 300px;
	background-color: #000000;
	font-size: 10pt;
	padding-top: 10px;
	width: 1000px;
	color: #FFFFFF;
}

#corps_texte {
	padding: 10px;
}

#corps_boutons {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 770px;
	text-align:center;
}
#corps_boutons td{
	padding: 5px;
}

#derniere_fiche {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 770px;
}

#footer{
	width: 1000px;
	height: 100px;
	background-image:  url('../img/background_footer.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000000;
}


