@charset "utf-8";
/* CSS Document */

body {
	width: 1000px;
    margin: auto;
	margin-top: 10px;
    margin-bottom: 10px;
	background-color: #282828;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#header
{  
   width: 1000px;
   height: 136px;
   background-image: url("template/header-2.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
#bouton
{  
   width: 1000px;
   height: 30px;
   background-image: url("template/bouton_3.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
#corps
{  
   width: 1000px;
   background-image: url("template/corps-2.png");
   background-repeat: repeat;
   margin-bottom: 0px;
}


#footer
{  
   width: 1000px;
   height: 36px;
   background-image: url("template/footer_2.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
