body {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

h1 {
    font-size: 160%
}

h2 {
    font-size: 125%;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #cc0a00;
    border-bottom: 1px dotted #cc0a00;
}

th {
    text-align: left;
}
#bloc-titre {
    width: 100%;
    height: 100px;
    background: url(bandeau-arsynet.jpg) no-repeat left top;
    border: none;
}

#img-titre {
    padding: 22px 40px 22px 20px;
    float: left;
    display: inline;
}
#img-titre img {
    border: none;
}
#img-titre a {
    border: none;
}

#titre {
    /*margin-left: 410px; */
    padding-top: 20px;
    font-size: 24px;
    /*display: inline;*/
}

#bloc-principal {
    display: block;
    width: 100%;
    background-color: #ffa200;
}

#bloc-menu {
    float: left;
    display: inline;
    width: 220px;
    background-color: #ffa200;
}

#menu {
    margin: 0.5em;
    background-color: white;
    color: #cc0a00;
    border: 1px solid black;
}

#menu ul {
    list-style-type: none;
    padding: 2px 15px 2px 25px;
    list-style-image: url(point-rouge.gif);
    margin: 10px 0;
}

#menu li {
    width: 160px;
    margin: 2px 0;
}

#menu li a {
    display: block;
    padding: 2px;
    border: none;
    color: #cc3300;
    text-decoration: none;
}

#menu li a:hover, #menu .selected {
    background-color: #ffca31;
}

/*.ligne-titre {
}

.ligne-titre a:hover {
    background-color: #ffca31;
}
*/
.noicon {
    list-style-image: none;
    margin-left: -15px;
}

hr {
    background-color: #ffa200;
    color: #ffa200;
    border-style: none;
    height: 1px;
}
#titre-menu {
    background-color: #cc0a00;
    color: white;
    padding: 4px 10px;
    font-weight: bold;
}

.fin-bloc {
    clear: both;
    height: 0px;
}

#bloc-texte {
    margin-left: 220px;
    margin-right: 10px;
    padding: 10px 20px 10px 30px;
    background-color: white;
}

#bloc-pied {
    padding: 10px 50px;
    font-size: 11px;
    display: block;
    text-align: center;
    background-color: #fff5bf;
    border-color: #cccccc;
}
