/**
* ===========================================================================
* ==== Elément HTML ===
* ===========================================================================
*/
body {
    margin-top: 10px;
    padding: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #000000;
    background: #FFFFFF url(/image/bg/bg.jpg) repeat-x;
}
h1, h2, h3, h4 { margin: 0px; }
    h1 {
        margin-bottom: 20px;
        padding-bottom: 3px;
        font-size: 28px;
        color: #FFFFFF;
        border-bottom: 3px solid black;
    }
	h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
	h3 {
        margin-bottom: 5px;
        font-size: 11px;
    }
p { margin: 0 0 10px 0; }
ul {
    margin:0 0 10px 10px;
    padding:0;
    list-style-type: none;
    list-style-position:outside;
}
li { margin-bottom:2px; }
img { border :none; }
table {
    width: 100%;
    border-collapse: collapse;
}
td { vertical-align: top; }
form { display: inline; }
a {
    color: black;
    font-weight: bold;
}
a:hover { text-decoration: underline; }

/**
* ===========================================================================
* ==== Structure ===
* ===========================================================================
*/
div#main {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background: url(/image/tache.png) right 50px no-repeat;
}