@CHARSET "UTF-8";

/*
 * CSS Reset
 */

html, body, div, span, applet, object, iframe,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
div, dl, dt, dd, ol,
fieldset, form, legend,
caption, tbody, tfoot, thead, th
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

html, body
{
    background-color: #b0006a;
    height: 100%;
    min-height: 100%;
}

body, div, th, td{
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

#page{
    width: 1014px;
    background: url('images/fond_page.gif') repeat-y left top;
    margin: auto;
}

#flashdiv{
    width: 285px;
    height: 450px;
    margin-left: -4px;
}

.clear{
    clear: both;
    height: 0;
}

/***************************************
  BLOC LEFT
***************************************/
#left{
    float: left;
    width: 170px;
    height: 590px;
}

#left_texte{
    width: 100%;
    text-align: right;
    /* padding-top: 270px; */
}

/***************************************
  BLOC MAIN
***************************************/
#main{
    float: left;
    width: 563px;
    height: 590px;
    vertical-align: top;
    background-color: #a02c3a;
    border-bottom: 5px solid #6a0726;
    position: relative;
}

#barre{
    top: 142px;
    left: 0;
    position: absolute;
    z-index: 1000;
}

#content{
    position: absolute;
    top: 167px;
    left: 0;
}

#menus, #carte, #boissons{
    float: left;
    width: 187px;
    height: 16px;
    background: url('images/main_fond_onglet.png') no-repeat;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 0 0 0;
    overflow: hidden;
    position: absolute;
}

#carte{
    margin-left: 188px;
}

#boissons{
    margin-left: 375px;
}

#menus span, #carte span, #boissons span{
    display: block;
    padding: 0 0 2px 0;
}

#menus a, #carte a, #boissons a{
    display: block;
    height: 15px;
    padding: 5px 0 5px 0;
    border: 1px solid #d42981;
    background-color: #f7b7d4;
    color: #B0006A;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

#menus a:hover, #carte a:hover, #boissons a:hover{
    text-decoration: underline;
}

/***************************************
  BLOC RIGHT
***************************************/
#right{
    float: left;
    width: 281px;
    height: 590px;
    vertical-align: top;
    background-color: #CACACA;
    border-bottom: 5px solid #6a0726;
    text-align: left;
}

/***************************************
  BLOC BOTTOM
***************************************/
#bottom{
    width: 844px;
    height: 45px;
    text-align: center;
    padding-left: 170px;
}