body {
    width: 1000px;
    margin: 0px auto 0px auto;
    font-family: Arial, Verdana;
    font-size: 12px;
}

p {
    margin-left: 5px;
}

a img {
    border: none;
}

label {
    display: block;
    float: left;
    width: 200px;
}

h3 {
    margin-bottom: 1px;
    color: #7aa8d9;
}

h3 a{
    color: #7aa8d9;
    text-decoration: none;
}

input, select, textarea {
    margin-bottom: 5px;
}

#header {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

#right {
    width: 252px;
    float: right;
}

#derniers_ajouts {
    width: 100%;
    border: solid #333A42 1px;
    float: right;
    margin-bottom: 10px;
    text-align: center;
}
#derniers_ajouts p {
    height: 120px;
}

#liens {
    width: 100%;
    border: solid #333A42 1px;
    float: right;
    margin-bottom: 10px;
}

#liens li {
    list-style: none;
    margin-left: 2px;
    margin-right: 2px;
}

#message {
    width: 74%;
    border: solid #333A42 1px;
    float: left;
    margin-bottom: 10px;
}

#contenu {
    width: 74%;
    border: solid #333A42 1px;
    float: left;
    margin-bottom: 10px;
}

#random {
    width: 74%;
    border: solid #333A42 1px;
    float: left;
    clear: left;
    margin-bottom: 10px;
}

#random p {
    height: 100px;
    margin-top: 0px;
}

#random h3 {
    margin-bottom: 1px;
}

#random img {
    float: left;
    margin-right: 2px;
}

#texte {
    width: 74%;
    border: solid #333A42 1px;
    float: left;
    clear: left;
    margin-bottom: 10px;
}

#footer {
    width: 100%;
    color: white;
    margin-top: 10px;
    background: #333A42;
    clear: both;
}

#footer a:link, #footer a:visited{
text-decoration:none;
    color: white;
}

#footer a:hover, #footer a:active{
text-decoration:underline;
    color: white;
}

.titre {
    height: 19px;
    padding-top: 1px;
    width: 100%;
    background: #333A42;
    color: white;
    text-align: center;
}

.titre h2 {
    display: inline;
    font-size: 12px;
}

.erreur {
    color: red;
}

.confirmation {
    color: green;
}

.divsite {
    height: 106px;
    margin-bottom: 20px;
}

.divsite img {
    float: left;
    margin-right: 5px;
}

.listing_stage {
    list-style: none;
}
.listing_stage li {
    margin-bottom: 5px;
    background: #CDCDCD;
    width: 545px;
    padding-left: 5px;
    padding-top: 1px;
}
.listing_stage li:hover {
    border: solid #B31B1B 1px;
    width: 543px;
    padding-left: 4px;
    padding-top: 0px;
}
.listing_stage a {
    display: block;
    text-align: center;
}

.tableau_departement {
    width: 500px;
    margin-bottom: 10px;
}
.tableau_departement span{
    color: #B31B1B;
    text-decoration: underline;
}
.tableau_departement ul {
    margin-top: 0px;
}
.tableau_departement tr {
    margin-top: 30px;
}
.tableau_departement tr td:first-child {
    border-right: solid black 1px;
    padding-right: 10px;
}
.tableau_departement tr td:last-child {
    padding-left: 10px;
}
.tableau_departement td {
    padding: 0px;
    width: 250px;
    text-align: center;
}
.tableau_departement ul {
    list-style: none;
    padding-left: 10px;
}
.tableau_departement td ul a{
    font-size: 12px;
    color: #404040;
    text-decoration: none;
}
.tableau_departement td ul a:hover {
    text-decoration: underline;
}
#spinning {
    clear: both;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 620px;
    height: 150px;
}
#spinning a {
    color: black;
    text-decoration: none;
}
#spinning a:hover {
    text-decoration: underline;
}
#spinning .spinning:first-child {
    margin-left: 0px;
}
.spinning {
    padding: 5px 5px 0px 5px;
    width: 190px;
    height: 145px;
    background: #CDCDCD;
    float: left;
    margin-left: 10px;
    text-align: center;
}
.spinning:hover {
    background: #DFDFDF;
}
