/*** major document sections
******************************************************************/
a:link, a:visited {text-decoration: underline;color: #DE7045;}
a:focus, a:hover {text-decoration: underline;color: #DE7045;}


h1 {
 display: none;
 font: 2.5em/1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/*** body
*********************************/
body {
 background: #eeeeee;
 color: #000;
}

/*** fond
*********************************/
#fond {
 margin: 20px auto;
 width: 900px;
 border: 1px solid #444;
 background: #fff;
}

/*** page
*********************************/
#page {
 width: 853px;
 background: #e0ebf1 url(/style/fond/fond-accueil.jpg) no-repeat left bottom;
 margin: 20px auto 10px auto;
}

/*** header
*********************************/
#header{
 background: transparent url(/style/header/bandeau-accueil.png) no-repeat;
 width: 100%;
 height: 185px;
 
 
}

/*** leftcol
*********************************/
#leftcol{
 width: 30%;
 text-align: left;
 font: 1.2em/1.4em 'Trebuchet MS', Arial, Helvetica, sans-serif;
 color: #000;
 padding: 0 15px 10px 15px;
}

/*** footer
*********************************/
#footer {
 width: 853px;
 margin: 0 auto;
}

#footer .content {
}

#footer ul {
 width: 830px;
 padding-bottom: 20px;
 font: 1.1em/1.1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
 text-align: center;
 float: left;
}

#footer li {
 float: left;
 letter-spacing: 1px;
 margin: 0 27px;
}

*html #footer li{margin: 0 32px;}

#footer a:link, #footer a:visited {text-decoration: none; color: #808080;}
#footer a:focus, #footer a:hover {text-decoration: underline;}

#footer img {float: left;}

/*** h2
*********************************/
h2{
 text-transform: uppercase;
 color: #005599;
  font: bold 1.3em/1.3em Georgia, Times;
}

/*** p
*********************************/
p.adresse{
 font: 1.0em/1.6em Georgia, Times;
 color: #86878a;
 text-align: left;
 float: left;
 padding: 30px 0 0 0;
 width: 320px;
 margin-left: 190px;
}

p.alcool{
 text-transform: uppercase;
 text-align: center;
 color: #bfc0c1;
 margin: 0 0 10px 0;
}

/*** dl
*********************************/
dl.actu{
}

dl.actu dt{
 font-size: 1.1em;
 line-height: 1.3em;
 padding: 2px 0 10px 0;
}

dl.actu dd.vignette{
 float: left;
 margin: 0 5px 0 0;
}

dl.actu dd.suite{
 clear: both;
 border-bottom: 1px solid #005599;
}
/*** ul
*********************************/
ul.enter{
 font: bold 1.6em/1.6em Georgia, Times;
 width: 320px;
 padding: 55px 0 0 0;
 float: left;
}

ul.enter li {text-align: center; letter-spacing: 1px; padding: 5px 0;}

/*** a
*********************************/
a:link, a:visited {text-decoration: none; color: #005599;}
a:focus, a:hover {text-decoration: underline;}

a.mail{color: #86878a;}
