/*
Design monsite2 lavande
Réalisé par Hubert
*/
body
{
width: 880px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("photolavsite.jpg");
background-repeat: no-repeat;
background-position: top center;
background-attachment: scroll ;
}
/* L'en-tête */
#en_tete
{
width: 600px;
height: 125px;
margin-bottom: 5px;
margin-left: 60px;
border: none;
}
/* Les menus */
ul#menuh
{
float: left;
width: 615px;
height: 30px;
margin-top: 95px;
padding: 0;
background-color : rgb(103,101,58);/* vert feuille foncé */
border: none;
list-style-type : none;
}
ul#menuh li 
{
padding : 0 0.5em; 
line-height : 30px;
}
  
ul#menuh li.bouton_gauche 
{
float : left;
border-right : 1px dashed rgb(62,98,26);
}
  
ul#menuh li.bouton_droite 
{
float : right;
border-left : 1px dashed rgb(62,98,26);
}
  
ul#menuh a 
{
color : rgb(141,183,223);
text-decoration : none;
padding : 0 0.5em;
font :  0.8em "Arial";
}
  
ul#menuh a:hover 
{
color : rgb(37,63,34);
background-color : rgb(141,183,223);
}
  
ul#menuh a img 
{
border : none;
padding :  0 0.3em;
}
#menuv
{
float: right;
width: 180px;
height: 420px;
margin-top: -5px;
margin-right: -10px;
}
.element_menuv
{
background-color: no-color;
margin-bottom: 40px;
}
/* Quelques effets sur les menus */
.element_menuv h3
{
color: rgb(220,221,215);
font-family: Arial;
text-align: center;
}
.element_menuv ul
{
color: rgb(220,221,215);
list-style-image: url("images/puce.png");
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menuv a
{
color: rgb(220,221,215);
font-family: Arial;
}
.element_menuv a:hover
{
background-color: no-color;
color: rgb(253,79,126);
}
/* Le corps de la page */
#corps
{
width: 600px;
height: 420px;
margin-top: 5px;
margin-left: 60px;
padding: 5px;
background-color: no-color;
border: 3px solid rgb(161,148,206);
color: rgb(255,255,255);
font: oblique 0.9em Arial;
text-align: right;
}
#corps h1
{
padding-top: 10px;
text-align: right;
font-weight: normal;
font-size: 4em;
line-height: 0%;
}
#corps h4
{
color: rgb(161,148,206);
font-family: Arial;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les
copyrights) */
#pied_de_page
{
float: bottom;
margin-top: 180px;
margin-bottom: 5px;
clear: both;
text-align: center;
color: rgb(220,221,215);
font-family: Arial;
background-color: no-color;
}