html
{
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body
{
   background-image: url("images/fond1.jpg"); 
   background-attachment: fixed;
   background-repeat: repeat;
   color: rgb(159,144,3);
   font-weight: bolder;
   text-align: center;
}

img
{
	border: none;
}


/*************************************************************************************CONTENEUR******************************************************************************/

#contener
{
   width: 1024px;
   margin: auto;
}



/*************************************************************************************CONTENU******************************************************************************/

#corps
{
   width: 1024px;
   margin: auto;
}  

.images
{
	margin: auto;
}

a
{
   color: rgb(159,144,3);
   font-style: normal;
   text-decoration: none;
}

/**********************************************************************************PIED DE PAGE*************************************************************************/

#pied_de_page
{
	width: 400px;
	height: 60px;
	margin: auto;
	color: rgb(159,144,3);
	text-align: center;
	font-style: italic;
	font-size: .6em;
	margin-top: 200px;
}

