/**
 * Taverne de Maitre Kanter
 *
 * @version 1.0
 * @copyright 2008/2009 ToulouseWeb.com
 * @author Méthylbro <thomas.gasc@methylbro.fr>
 */

body {
    margin :0px;
    padding:0px;
}

table {
    width:80%;
    margin :0px auto 0px auto;
    padding:0px;
}

#main {
    width:875px;
    margin :0px auto 0px auto;
    padding:0px;
}

#header, #page #archives, #footer address {
    display:none;
}

#index_js {
    z-index:25;
}

#page {
    height:617px;
    margin-top:75px;
    overflow:hidden;
}

.news {
    margin-left:8px;
    margin-right:8px;
    margin-top:8px;
    margin-bottom:0px;
    padding:8px;
}

#page.evenements .news {
    display:block;
    width:406px;
    height:126px;
    float:left;
    margin-right:0px;
}

.news h3 {
    margin:0px;
    padding:0px;
    font-size:12px;
    font-weight:bold;
}

.news h3 a, .news h3 a:visited {
    color:#000;
    text-decoration:none;
}

.news .picture {
    width:50px;
    float:left;
    margin-top:12px;
    margin-right:8px;
}

.news .picture img {
    width:50px;
    height:50px;
}

.news .text {
    text-align:justify;
}

.news .infos {
    margin:0px;
    padding:0px;
    text-align:right;
}


.page {
    position:absolute;
    top:375px;
    left:400px;
    width:385px;
    height:225px;
    z-index:50;
    display:none;
    overflow-x:hidden;
    overflow-y:auto;
}

#page-accueil, #page-formules, #page-groupes, #page-anglais {
    position:relative;
}

#footer {
    margin-top:10px;
}

#footer ul {
    display:inline;
    margin:0px;
    padding:0px;
    list-style:none;
}

#footer ul li {
    display:inline;
    margin:0px;
    padding:0px;
    list-style:none;
}