Body
{
margin: auto;
margin-top: 1px;

margin-bottom: 1px;
background-image: url("images/fer2.jpg");
background-repeat:no-repeat;
background-position: 120px 150px;
}
p
{
color: #000000;
font-size: 100%;
font-family: "times new roman", verdana, arial, serif;
}

h1
{
color:#ff0000;
font-size:200%;
font-family: "times new roman", verdana, serif;
font-style : italic;
text-align: center;
}
h2
{
color:#ff0000;
font-size:x-large;
font-family: "times new roman", verdana, serif;
text-align: center;
font-style: italic;
}
h3
{
color:#FF0000;
font-size:medium;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-style: normal;
}
h4
{
	color:#666666;
	font-size:small;
	font-family: "times new roman", verdana, serif;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
h5
{
color:#adadad;
font-size:x-small;
font-family: arial, "times new roman", verdana, serif;
text-align: center;
font-style: normal;
}

#menu /* Aspect de la barre de menu */
{
width: 100%;
height: 20px;
text-align: center;
border-top: 2px solid #adadad;
border-bottom: 2px solid #adadad;
margin-bottom: 10px;
}

#menu a
{
color : #0000ff;
text-decoration:underline;
background-color:#dcdcdc;
}
#menu a:hover
{
color: red;
}
#corps
{
width: 100%;

text-align: center;
}
#corps p
{
   color: #000000;
   text-align: center;
   font-family: "arial, Times New Roman", verdana, Times, serif;
}
#corps a:hover
{
color:#FF0000;
}
#pied_de_page
{
width: 100%;
height: 60px;
text-align: center;
padding-bottom: 30px;
}
#pied_de_page a
{
color: #adadad;
}
