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

body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    line-height: normal;
    width: 95%;
    margin: auto;
    padding: 10px;
    background-color: #444444;
}

/* --------------------- Titres --------------------- */

h1 {
    font-family: Arial, sans-serif;
    font-size: 150%;
    color: #DDDDFF;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 125%;
    color: #DDDDFF;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 100%;
    color: #DDDDFF;
}

h4 {
    font-family: Arial, sans-serif;
    font-size: 85%;
    color: #DDDDFF;
}

h5 {
    font-family: Arial, sans-serif;
    font-size: 50%;
    color: #DDDDFF;
}

/* --------------------- Listes --------------------- */

ul {
    padding-left: 15px;
    list-style-type: disc;
}

ul ul {
    padding-left: 20px;
    list-style-type: circle;
}

ul ul ul {
    padding-left: 25px;
    list-style-type: square;
}

/* --------------------- Formulaires --------------------- */

form {
    display: inline;
}

input, textarea, select {
    margin: 2px;
    padding: 1px;
    color: #424242;
    border: 1px solid #626262;
    background-color: #D9D9D9;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #4F4FFF;
    background-color: #E0E0FF;
}

input:hover, textarea:hover, select:hover {
    border: 1px solid #4F4FFF;
}

input.sanscss {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
}

.bouton1 {
    padding: 5px;
    margin: 20px;
    font-family: Arial, sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    text-decoration: none;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #626262;
    border-left: 2px solid #D9D9D9;
    border-right: 2px solid #626262;
    background-color: #AAAAAA;
}

.bouton1:hover {
    color: #FFFFFF;
    text-decoration: none;
    border-top: 2px solid #626262;
    border-bottom: 2px solid #D9D9D9;
    border-left: 2px solid #626262;
    border-right: 2px solid #D9D9D9;
}

.bouton2 {
    padding: 5px;
    margin: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #626262;
    border-left: 2px solid #D9D9D9;
    border-right: 2px solid #626262;
    background-color: #AAAAAA;
}

.bouton2:hover {
    color: #FFFFFF;
    text-decoration: none;
    border-top: 2px solid #626262;
    border-bottom: 2px solid #D9D9D9;
    border-left: 2px solid #626262;
    border-right: 2px solid #D9D9D9;
}

/* Liens */

a {
    color: #DDDDFF;
    text-decoration: none;
}

a:hover {
    color: #7777FF;
    text-decoration: underline;
}

/* --------------------- Restes --------------------- */

table {
    border-collapse: collapse;
}

label:hover {
    color: #005AAD;
    text-decoration: none;
}

hr {
    background-color: #005AAE;
    height: 1px;
    border: 0px;
}

img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* --------------------- Ossature du site --------------------- */

#header {
    width: 800px;
    height: 110px;
    margin: auto;
    background-color: #FFFFFF;
    background-image: url("images/banniere.jpg");
    background-repeat: no-repeat;
	background-position: center center;
}

#header a {
    display: block;
    width: 100%;
    height: 110px;
}

#corps {
    width: 800px;
    margin: auto;
}

#footer {
    clear: both;
    width: 800px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#copyright {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}

.erreur {
    margin: 5px;
    padding: 2px;
    color: #ff2d2d;
    text-align: center;
    border: 1px double #ff2d2d;
}

.tabv {
    margin: auto;
    padding: 0px;
    border: 0px;
    background: none;
}

#liste {
    float: left;
    width: 275px;
}

#liste_scroll {
    overflow: auto;
    height: 450px;
}

.surbriance {
    display: inline-block;
    padding: 5px;
    background: none;
}

.surbriance:hover {
    background-color: #444466;
}


