p
{
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-align: identify;
}
h1
{
   font-family: "Arial Black", Arial, Verdana, serif;
   text-align: center;
   color: rgb(129,90,10);
}
.baniere
{
	background-color: rgb(129,90,10);
	text-align: center;
}
h2
{
   font-family: "Arial Black", Arial, Verdana, serif;
   text-align: center;
   background-color: rgb(242,234,187);
   color: rgb(129,90,10);
   border-right: 5px solid black;
   border-bottom: 6px solid black;
}
h3
{
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-align: center;
   color: rgb(129,90,10);
}
h4
{
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-align: left;
}
h5
{
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-align: left;
   text-indent: 50px;
}
h6
{
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-align: center;
   text-decoration: blink;
   text-transform: capitalize;
   font-size: medium;
}
a
{
	color: rgb(129,90,10);
}
body
{
	background-color: rgb(129,90,10);
}
ul
{
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
    text-align: left;
	list-style-type: circle;
}
#corps
{
	width: 800px;
	background-color: rgb(242,234,187);
	margin: auto;
	border-right: 5px solid black;
    border-bottom: 6px solid black;
}
#en_tete
{
	background-color: rgb(129,90,10);
}
#image1
{
   float: left;
}
#image2
{
   float: right;
}
