/* ------------------------------------ *
 CSS
 Au vin du soleil
 * ------------------------------------ */
body {
    background: #ffffff url(/images/bg.gif) top left repeat-x;
    margin : 0;
    font-family: Arial;
    font-size: 11px;
    text-align:center;
}
img {
    border:0px;
}
#auvindusoleil {
    position:relative;
    width:840px;
    border:0px;
    padding:20px 0 20px 0;
    margin:auto;
    background: none;
}
#auvindusoleil fieldset {
  padding: 0;
  border: 2px solid #A43912;
  background:#ffffff;
  margin: 0 0 0px 15px;
  width: 798px;
 }
#auvindusoleil .middletitle
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #A43912;
}
#auvindusoleil .middletitle a
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #A43912;
}
#auvindusoleil .middletitle a:hover
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: overline underline
}

#copyright {
    margin:10px auto 30px;
    line-height:20px;
}
#copyright a {
    color:#000;
    text-decoration:none;
}
