/* FeuilleStyle.css  */

body {
margin: 0;
padding: 10;
/* background: #249100; */
/* background:url(fondchute1.jpg); */
/* background:url(100_6233a.jpg); */
background:#6f3502; 
font: 80% arial, verdana, helvetica, sans-serif;
link: #fff;
}

dl, dt, dd, ul, li {
margin: 1;
padding: 5;
list-style-type: none;
}
#menu {
position: static; 
left: 2px
}
dl#menu {
width: 10em;

}
dl#menu dt {
cursor: pointer;
margin: 2px;
height: 46px;
line-height: 20px;
text-align: center; color: #fff; 
font-weight: bold;
font-size:1em;
border: 1px outset #fee18b;
background: #e7b650;        /* brun: #885500 ou autre: #d2b48c*/
}
1/* #menu dt:hover { color: #885500;} */

dl#menu dd {
border: 5px solid orange;
}
dl#menu li {
text-align: left; color: #664000;
left: 3px;
font-size: 0.8em;
background: #fff;       /* bg pour sous-menu */
}
dl#menu li a, dl#menu dt a {
color: #664000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #FEF68A; /* couleur sur hover des sous menu */
}

div#ceci {
color: #ffffff;
background: #6f3502;
text-align: center;
}

#adresse  {
position: static;
font-family: arial, verdana, helvetica, sans-serif;
text-align:center;
font-weight: bold;
font-size:0.8em;
color: #885500;
}

#menuHoriz {
position: static;
font-family: arial, verdana, helvetica, sans-serif;
text-align:center;
font-weight: bold;
font-size:1em;
color: #fff;
}
#menuHoriz td a:link { color: #fff; text-decoration: none; }
#menuHoriz td a:hover {color: #80003d; text-decoration: none; }
#menuHoriz td a:visited {color: #fff;text-decoration:none;}

#accueil {
position: static;
font-family: arial, verdana, helvetica, sans-serif;
text-align:center;
font-style: italic;
font-weight: bold;
font-size:1.2em;
color: #da6903;  /* orange brûlée*/
}

#mentions {
position: relative;
font-family: verdana, arial, helvetica, sans-serif;
text-align:center;
font-style: italic;
font-size:0.8em;
color: #6f3502;    /* autre couleur 800040; */
/*background-color: #afeeee; */
}
 
#fond-texto {
background:url(./images/sol_couchant04.jpg);   /*#fdf7ac;  ou  f9f8f7 */ 
    border-left: none;
    border-right: none;
    border-top: solid;
    border-bottom: none;
    border-top-width: 1px;
    border-color: white;     /* orange #fed556; */
}

#texto {
position: static;
font-family:  arial, verdana, helvetica, sans-serif;
text-align:justify;
font-size:0.9em;
color: #885500;
/*margin:12px;*/
}

#textp {
position: static;
font-family:  arial, verdana, helvetica, sans-serif;
text-align:justify;
font-size:0.8em;
color: #885500;
margin:18px;
}

#texto ul, #textp ul {
list-style-image: url('./images/blebul2d.gif');
margin:18px;
}

#photos-boutique, #creations-Normand {
font-family:  arial, verdana, helvetica, sans-serif;
text-align:center;
font-size:1em;
color:#885500;
}

#serv {
font-family:  arial, verdana, helvetica, sans-serif;
text-align:justify;
font-size:0.9em;
color: #885500;
}

#formations {
font-family:  arial, verdana, helvetica, sans-serif;
text-align:justify;
font-size:1.1em;
color: #840000;
}

#haut_page {
width: 900px;
cursor: pointer;
margin: 5px;
height: 20px;
padding:0.2em;
line-height: 20px;
text-decoration: none;
display: block;
border: 3px outset #fee18b;
background: #e7b650;        /* brun: #885500 ou autre: #d2b48c*/
}
#haut_page:active {border:2px inset #fee18b;}
