/*parametres page entiere*/
body
{
width: 965px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-color: #835441;
}
.element_menu a
{
color: #ffd600;
text-decoration:none;
}
a
{
color: #ffd600;
}
a:hover
{
text-decoration: underline;
}
p,h2
{
font-family:sans-serif;
color:#ffd600;
}
/*parametres bandeau*/
#en_tete
{
width: 925px;
height: 120px;
margin-bottom: 40px;
border: 20px #daa520 ridge;
padding-bottom:20px;
background-image:url("fond6.jpg");
}
/*parametres menu*/
#menu
{
float: left;
width: 190px
}
/*parametres sous-menus*/
.element_menu
{
background-color: #4327ff;
border: 3px solid aqua;
color: #ffd600;
margin-bottom: 20px;
padding-right: 10px;
font-family:arial ;
font-weight:bold;
}
.element_menu h3
{
text-align: center;
}
/*parametres corps*/
#corps
{
margin-left:210px;
margin-bottom:0px;
border:2px solid #ffd600;
background-image:url("chevaux2.png" );
height:500px;
font-size:200%;
color:black;
padding-right:235px;
padding-left:0px;
padding-top: 45px;
}
#base
{
margin-left:210px;
padding:10px;
color: #ffd600;
text-align:center;
padding-bottom:80px;
}
#liens
{
text-align:center;
font-size:100%;
width: 190px;
margin:auto;
}










