body
{
   width: 980px;
   margin: auto;
   margin-top: 5px; 
   background-color: #4D856F;
}


#en_tete
{
   width: 980px;
   height: 250px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

#menu
{
   width: 980px;
   margin-right: 10px;
}

.element_menu
{
   background-color: #D8CAB2;
   border: 1px solid black;
   font-size: 1.1em;
}

#corps
{
   padding: 5px;
   color: black;
   background-color: #EEE8DE;
   background-attachment: fixed;
   background-position: 750px 150px;
   background-repeat: no-repeat;
   border: 1px solid black;
}

#corps h1
{
   text-align: center;
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 1.8em;
}

#corps h2
{
   height: 30px;
   padding-left: 30px;
   text-align: left;
   font-family: "Times New Roman", Times, serif;
   font-size: 1.4em;
}

#corps h3
{
   margin-bottom: 20px;
   text-align: center;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1em;
   font-style: normal;
}

#corps p
{
   text-indent: 30px;
   text-align: justify;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1em;
}

p:first-letter
{
   font-weight: bold; 
   font-size: 1.2em; 
}

p:first-line 
{
   font-variant: small-caps; 
}

ul
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

ol
{
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 1em;
}

a
{
   text-decoration: none;
   color: #7C3C03;
}

a:hover 
{
   text-decoration: underline; 
   color: #A55916; 
}


#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: black;
   background-color: #D8CAB2;
   background-repeat: repeat-x;
   border: 1px solid black;
}

.imageflottante
{
   float: left;
   margin-right: 20px;
}

.imageflottante02
{
   float: right;
   margin-left: 20px;
}

.horsesale p
        {
    margin-top:0px;
	background-color: #E7E7E7;
    background-image: url("images/menudegrade02.jpg");
    background-repeat: repeat-y;
    border: 3px double black;
	border-top:1px dashed;
	border-bottom:1px dashed;
	padding:5px;
	padding-top:60px;
        }
		
.horsesale h3
        {
    margin-top:0px;
    border-bottom:1px ridge black;
	padding:5px;
	float: right;
        }

.horsesale
        {
    width:90%;
    margin:auto;
        }
		
.news p
        {
    margin-top:0px;
	background-color: #D8CAB2;
    background-repeat: repeat-y;
	padding:5px;
	padding-top:60px;
        }
		
.news h3
        {
    margin-top:0px;
    border-bottom:1px ridge black;
	padding:5px;
	float: right;
        }

.news
        {
    width:90%;
    margin:auto;
        }