body {
    background-color: #454545;
    background-image: url('../imgs/body_bg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}

body, table {
    font-family: "Trebuchet MS","Tahoma","Verdana","Helvetica","Arial";
}




/** ================= Style généraux ====================== **/

img {
    border: 0;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

table td {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Times New Roman";
    font-size: 1.6em;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    margin: 20px 0 8px 0;
}

h2 {
    font-family: "Times New Roman";
    font-size: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    margin: 16px 0 8px 0;
}

h2.first {
    margin-top: 0;
}

label {
    font-weight: bold;
    color: #99ff00;
    margin: 0px;
}

p {
    margin-top: 0px;
    font-size: 0.8em;
    color: #ffffff;
}

hr.hr {
    height: 1px;
    border: 0;
    background-color: #dddddd;
    color: #dddddd;
}

ul {
    padding-left: 10px;
    margin-bottom: 8px;
    margin-top: 4px;
    margin-left: 10px;
}

li {
    list-style: circle outside;
    margin-bottom: 6px;
    margin-top: 0px;
    font-size: 0.8em;
    color: #ffffff;

}

a {
    color: #8dfe01;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}




/** ================= Eléments principaux ====================== **/

div#bodybg2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 500px;
    background-image: url('../imgs/body_bg_2.png');
    background-repeat: no-repeat;
    background-position: top left;

    behavior: url('$pngfix/iepngfix.htc');
}

div#topbg {
    position: absolute;
    top: 35px;
    left: 188px;
    width: 710px;
    height: 125px;
    background-image: url('../imgs/top_bg.png');
    background-repeat: no-repeat;
    background-position: top left;

    behavior: url('$pngfix/iepngfix.htc');
}

div#credits {
    position: absolute;
    top: 160;
    left: 145;
}

div#main {
    position: absolute;
    top: 31px;
    left: 182px;
}

div#voilablogo {
    position: absolute;
    top: 0px;
    left: 0px;
}






/** ================= Haut de page ====================== **/

.frame-top {
    background-image: url(../imgs/frame_top.png);
    width: 722px;
    height: 14px;
    font-size: 1px;

    behavior: url('$pngfix/iepngfix.htc');
}

.frame-sides {
    width: 722px;
    height: 115px;
    background: url(../imgs/frame_sides.png);
    padding: 0 20px 10px 40px;

    behavior: url('$pngfix/iepngfix.htc');
}

#main>.frame-sides {
    height: 105px;
    width: 662px;
}

div#menu {
    position: relative;
    top: 57px;
}

div#menu img {
    behavior: url('$pngfix/iepngfix.htc');
}

div#menu .menuon, div#menu .menuoff {
    padding: 0 7px;
    height: 15px;
    font-size: 10px;
    font-weight:bold;
    text-transform:uppercase;
}

div#menu .menuon {
    background: url(../imgs/smenu_on_bg.png) repeat-x;
}

div#menu .menuoff {
    background: url(../imgs/smenu_off_bg.png) repeat-x;
}

div#menu .menuoff a {
    color: ccc;
}








/** ================= Contenu ====================== **/

.content {
    background: url(../imgs/content_bg.png) repeat-y;
    padding: 10px 20px;
    width: 722px;
}

div#main>.content {
    width: 682px;
}

.illustration-bottom {
    float: right;
}

.illustration-iepng {
    behavior: url('$pngfix/iepngfix.htc');
}

.escargot-penche {
    position: absolute;
    float: right;
    top: 86px;
    left: 600px;
}










/** ================= Bas de page ====================== **/

.frame-bottom {
    background-image: url(../imgs/frame_bottom.png);
    width: 722px;
    height: 14px;
    font-size: 1px;
    margin-bottom: 20px;

    behavior: url('$pngfix/iepngfix.htc');
}








/** ================= Box ====================== **/

div.infobox
{
    background-color: #363636;
    padding: 10px;
    margin: 0 auto;
}

p.infotext
{
    font-size: 0.7em;
    margin-top: 5px;
    margin-bottom: 0px;
}

