/*
Design SB7
Paysan
*/
html
{

}

body
{
   width: 988px;
   margin: auto;
   font-family: Arial, Georgia, Arial;
   color: #555;
   background-image: url("images/fondsite.jpg");
   background-repeat: no-repeat;
   background-position: top center;
}

/* Balises */
h1, h2, p, ul, pre
{
	margin: 10px;
}

h1
{
	font-size: 1.5em;
	width: 100%;
	text-align: center;
}

h2
{
	font-size: 1.1em;
}

p, ul, li
{
	color: #000;
}

a
{
	color: #f60;
}

a:hover
{
	text-decoration: none;
}

.centre
{
	width: 100%;
	text-align: center;
}

img
{
	border: 0px none;
}

textarea 
{
	width: 95%;
	height: 120px;
}

table{
	line-height: 180%;
	margin: 30px;
}

th
{
	width: 300px;
	text-align: left;
}

/* L'en-tête */

#en_tete
{
   height: 300px;
   background-image: url("images/entete.jpg");
   background-repeat: no-repeat;
}


/* Le menu */

#menu
{	margin: 0px;
	padding: 0px;
	position: absolute;
	font-size: 1.5em;
	margin-top: -80px;
	text-align: center;
	line-height: 180%;
}

#menu a
{
	text-decoration: none;
	font-weight: bold;
	background-color: #555;
	color: #fff;
	padding-top: 5px;
	display: inline-block;
	border: 1px solid #bbb;
	width: 236px;
	height: 50px;
}

#menu a:hover
{
	background-color: transparent;
	color: #000;
}

/* Le corps de la page */

#corps
{
   background-image: url("images/fond.png");
   background-repeat: repeat-y;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   text-align: center;

}