body {
    margin: auto;
/*    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url("../images/fond.png");
    background-repeat: repeat-x;
    background-color: #d0ddda;*/
    font-family: "Trebuchet MS";
}

.heading {
    background-image: url("../images/buzzerl.png");
    background-repeat: no-repeat;
    background-position: center;
/*    width: 100%;*/
    height: 110px;
}

h1 {
/*    margin: 0;
    padding: 0.7em;
    padding-left: 3em; */
    font-size: 1.7em;
    font-variant: small-caps;
    font-style: bold;
    text-align: center;
}



.middlecolumn {
/*    float: left;*/
    width: 90%;
    text-align: justify;
    margin: auto;
}

.tabbar { 
    text-align: center;
    overflow: hidden;
}

/*.tabbar a:hover {
    color: #7ab9e9;
}*/

.tabbar ul { float: left; width: 100%; margin-left: 15%; }
.tabbar ul li { display: block; float: left; text-decoration: none; }
.tabbar ul li a {
    font-size: 0.9em;
    display: block;
    color: #b0b0b0;
    padding: 1px 12px 3px 12px;
    margin: 0px 3px;
    text-decoration: none; 
    text-transform: uppercase;
}
.tabbar ul:hover li a { color: #8d8d8d; }
.tabbar ul li a:hover { background-color: #e7e7e7; }
.tabbar ul li a.selected {
    color: #7ab9e9;
    background-color: #DDD;
    font-weight: bold;
}

.topmenu2 { 
    background: #DDD;
    width: 96%%;
    overflow: hidden;
    font-size: small;
    font-style: italic;
    padding-left: 2%;
    padding-right: 2%;
/*    margin-bottom: 30px;*/
}

/*.topmenu2 p { float: left; }*/

.topmenu2 ul { padding-top: 15px; }
.topmenu2 ul li { display: block; text-decoration: none; }
.right {
    float: right;
}

.topmenu2 a {
    color: #AAA;
    text-decoration: none; 
}

.topmenu2 a.selected {
    color: #E35;
    background-color: #FFF;
    font-weight: bold;
}
.topmenu2 ul li a:hover { color: #E35; }
/* plus pompé */

.comments { margin-left: 25px; }

.nb_comments {
    font-sixe: x-small;
    float: right;
}

/* .liens { float: left; }*/

textarea { 
    width: 70%;
    height: 150px;
    font-weight: normal;
    font-size: small;
}

.lien { 
    margin-bottom: 10px;
    background-color: #e7e7e7;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
/*    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
    padding: 5px;
}

.infos {
    font-size: small;
    font-style: italic;
}

.a_dit { font-variant: small-caps; font-size: small; }

.centre {
    text-align: center;
}

.centre a {
    text-align: center;
}

.footer {
    text-align: center;
    font-size: x-small;
    font-variant: small-caps;
}

.centre img {
    display:block;
    margin:0 auto;
}

.flash {
    margin-bottom: 10px;
    background-color: #e7e7e7;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 5px;
}