body
{
width: 810px;
padding: 5px;
margin: auto;
background: #e1ceaa;
}

/* Petit plus permettant de définir la taille sous IE afin que le design ne soit pas extensible et qu'il soir centré.*/
#conteneur
{
width: 810px;
margin: auto;
}
/* Fin du petit plus */

/* L'en-tete */
#en_tete
{
height: 156px;
margin: 0px 0px 17px 0px;
background-image: url("../images/ban.png");
background-repeat: no-repeat;
border: 0px solid black;
}
#en_tete p
{
text-align: center;
color: #fff;
margin: 0px;
padding-top: 156px;
}
#menu
{
text-align: center;
height: 58px;
margin: -17px 0px 10px 0px;
padding:0;
}
ul.menu
{
margin:0;
padding: 0;
list-style-type: none;
}
.menu li
{
float: left;
}
.menu a
{
text-decoration: none;
}
.menu a img
{
border: none;
}
#acceuil a
{
display:block;
height:58px;
width:100px;
background: url("../images/menu/rollover-accueil2.png") no-repeat 0 0;
}
#acceuil a:hover
{
background: url("../images/menu/rollover-accueil2.png") no-repeat 0 -58px ;
}
#activites a
{
display:block;
height:58px;
width:116px;
background: url("../images/menu/rollover-activites2.png") no-repeat 0 0;
}
#activites a:hover
{
background: url("../images/menu/rollover-activites2.png") no-repeat 0 -58px ;
}
#poneys a
{
display:block;
height:58px;
width:112px;
background: url("../images/menu/rollover-poneys2.png") no-repeat 0 0;
}
#poneys a:hover
{
background: url("../images/menu/rollover-poneys2.png") no-repeat 0 -58px ;
}
#equipe a
{
display:block;
height:58px;
width:101px;
background: url("../images/menu/rollover-equipe2.png") no-repeat 0 0;
}
#equipe a:hover
{
background: url("../images/menu/rollover-equipe2.png") no-repeat 0 -58px ;
}
#installations a
{
display:block;
height:58px;
width:163px;
background: url("../images/menu/rollover-installations2.png") no-repeat 0 0;
}
#installations a:hover
{
background: url("../images/menu/rollover-installations2.png") no-repeat 0 -58px ;
}
#tarifs a
{
display:block;
height:58px;
width:99px;
background: url("../images/menu/rollover-tarifs2.png") no-repeat 0 0;
}
#tarifs a:hover
{
background: url("../images/menu/rollover-tarifs2.png") no-repeat 0 -58px ;
}
#contacts a
{
display:block;
height:58px;
width:118px;
background: url("../images/menu/rollover-contacts2.png") no-repeat 0 0;
}
#contacts a:hover
{
background: url("../images/menu/rollover-contacts2.png") no-repeat 0 -58px ;
}
/* Fin de l'en-tete */

/* Le corps de la page */
#corps
{
width: 810px;
margin: 0px 0px 20px 0px;
background-color: #ffdf76;
border: 0px solid black;
}
#corps p
{
text-indent: 20px;
text-align: justify;
padding: 0px 21px 0px 12px;
color: #0b6b0b;
}
#corps a 
{
color: #f00;
}
#corps a:hover
{
font-style: italic;
}
#corps a img
{
border: none;
}
#corps h1
{
color: #B3B3B3;
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2
{
height: 30px;
background-repeat: no-repeat;
padding-left: 30px;
color: #A52A2A;
text-align: left;
text-decoration: underline;
}
#corps h3
{
height: 30px;
background-repeat: no-repeat;
padding-left: 30px;
color: #A52A2A;
text-align: left;
}
#contact p
{
text-indent: 0px;
text-align: justify;
padding: 0px 21px 0px 11px;
color: #0b6b0b;
}
#contact a
{
color: #ff0000;
}

.bordure
{
width: 75%;/* l'écriture avec "em" est aussi possible ex: 10em */
border-right: 1px solid red;
}
/* Fin corps */
.separation
{
clear: both;
visibility: hidden;
}
/* Le pied de page */
#pied_de_page
{
width: 810px;
height: 40px;
margin: -20px 0px 0px 0px;
background-image: url("../images/copyright.png");
background-repeat: no-repeat;
}
#pied_de_page p 
{
padding: 5px;
text-align: center;
color: #000000;
}
#pied_de_page a
{
color: #000000;
}
#pied_de_page a:hover
{
font-style: italic;
color: #000000;
}
/* Fin pied de page ( 5697ff )*/

