body
{
    margin: auto;
    font-size: small;
    font-family: arial, Verdana, helvetica;
    background-image: url("fondpixel.gif" );
    background-repeat: repeat;
}

#conteneur
{
    width: 760px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#sous-titre
{
    width: 100%;
    text-align: center;
    font-size: medium;
    color: #0066FF;
}
#description
{
    width: 100%;
    text-align: center;
    background-image: url("pano2aiguebelette500h.jpg" );
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 80px;
}
#descriptif
{
    width: 100%;
}

table
{
    margin: auto;
    width: 66%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
    border: 1px solid gray;
    color: black;
    background-color: white;
}
table td
{
    border: 1px solid gray;
    padding: 5px;
}
table th
{
    background-color: #FF6600;
    color: white;
    padding: 10px;
}

/* */
fieldset
{
    border: 1px solid #FF6600;
    padding-bottom: 10px;
}
fieldset legend
{
    font-size: xx-large;
    font-family: "Trebuchet MS";
    color: #0066FF;
}
li
{
    list-style-type: none;
}
li.puce1
{
    color: #FF6600;
    font-weight: bold;
    font-size: medium;
}

.bouton
{   
    padding: 5px;
    border-right: Gray thin solid;
    border-top: Gray thin solid;
    border-left: Gray thin solid;
    border-bottom: Gray thin solid;
    font-family: Verdana, Arial, 'Times New Roman';
    color: #F08718;
    font-weight: bold;
}
