
/* mssg1 --------------------------------------------------------------------*/
#mssg1
{
    margin: 100px 200px 0 200px;
    padding: 5px;
    border: 2px solid black;
    background: #ffb6c1; /* rose */
    font-family: Verdana, Lucida, Arial, sans-serif;
    font-size: 1.20em;
    text-align: center;
}

#mssg1 h2
{
    margin: 0 0 20px 0;
    padding: 0;
    background: red;
    color: white;
    font-size: 1.00em;
}

#mssg1 p
{
    text-align: center;
}

#mssg1 a
{
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #95a580;
    border-bottom: 2px solid #95a580;
    background: white;
    color: red;
    text-decoration: none;
    width: 120px;
}

/* bandologo ----------------------------------------------------------------*/
#bandologo
{
    height: 290px;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    border: 0;
    background-image: url(bando1.jpg);
    font-family: Verdana, Lucida, Arial, sans-serif;
    font-size: 0.90em;
}

#bandologo a
{
    color: #696969; /* gris */
    color: maroon; /* gris */
}

#bandologo span
{
    margin-left: 60px;
    font-size: 2.20em;
    font-weight: normal;
    color: white;
}

/* menu2 --------------------------------------------------------------------*/
#menu2
{
    position: absolute;
    left: 0;
    width: 100px; /* Mauvaise valeur pour IE 4 et 5.x pour Windows */
    height: 900px;
    margin: 0;
    padding: 10px 4px 4px 4px;
    background-image: url(menu2.jpg);
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 90px; /* Véritable valeur pour les navigateurs conformes */
}

html>#menu2
{
    width: 90px; /* Soyez gentil avec Opera */
}

#menu2 ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu2 li
{
    width: 100%;
    margin: 0;
    padding-top: 2px;
    text-align: center;
}

#menu2 a
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: maroon;
    background-image: url(bouton1.png);
    font: 10px/15px Verdana, Lucida, Arial, sans-serif;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

#menu2 li>a
{
    width: auto; /* pour Netscape et Firefox, pour IE width=100% */
}

#menu2 a:hover
{
    background: #ffb6c1;
    color: maroon;
    text-decoration: none;
    font-weight: bold;
}
/* Ne semble pas fonctionner. Dommage ! */
#menu2 a:active
{
    /*
    background: #ffb6c1;
    color: maroon;
    text-decoration: none;
    font-weight: bold;
    */
}

/* body ---------------------------------------------------------------------*/
body
{
    margin: 0;
    padding: 0;
    background: white;
    color: black;
    font: 16px Verdana, Lucida, Arial, sans-serif;
}

body.marble
{
    background-image: url(marble.jpg);
}


/* contenu ------------------------------------------------------------------*/
#contenu
{
    width: auto;
    margin: 0;
    margin-top: 2px;
    margin-left: 106px;
    padding: 5px;
    border: 0;
    border-left: 1px solid gray;
    list-style-position: inside;
    list-style-type : disc;
}


/* boite400 -----------------------------------------------------------------*/
#boite400
{
    margin: 0;
    border: 0;
    padding: 0;
    width: 700px; /* Mauvaise valeur pour IE 4 et 5.x pour Windows */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 850px; /* Véritable valeur pour les navigateurs conformes */
}

html>#boite400
{
    /* width: 550px; Soyez gentil avec Opera */
}

#boite400 p
{
    margin: 1px;
    padding: 1px;
}

#pied_page
{
    height: 20px;
    margin: 4px;
    padding: 0;
    border: 0;
    background-image: url(pied_page.png);
}

/* dos_fiche.html -----------------------------------------------------------*/
#tabl_find1
{
    width: 850px;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(marble.jpg);
    font-size: 14px;
    text-align: left;
}

#tabl_find1 th
{
    text-align: left;
}

#tabl_find1 th span
{
    color: red;
    font-size: 12px;
    font-weight: normal;
}

table.dos
{
    position: relative;
    top: -8px;
    width: 850px;
    margin: 0;
    padding: 0;
    /*border: 1px solid white;*/
    border-top: 4px solid maroon;
    background: #d2b48c;
    background: silver;
    color: black;
    font-size: 12px;
    line-height: 1.4;
}

table.dos td
{
    margin: 0;
    padding: 0;
    padding-right: 4px;
    text-align: right;
}

table.dos td.col1
{
    width: 200px;
}
table.dos td.col2
{
    padding-left: 4px;
    background: white;
    /*white-space: pre;*/
    color: blue;
    text-align: left;
}


/* tabl_list1 ---------------------------------------------------------------*/
#tabl_list1
{
    width: 850px;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 2px solid maroon;
    background: white;
    color: black;
    font-size: 12px;
    text-align: left;
}

tr.paire
{
    background: silver;
    color: black;
}

#tabl_list1 td
{
    margin: 0;
    padding: 0;
    white-space: pre;
}

#tabl_list1 tr:hover
{
    background: #ffb6c1;
    color: #808080;
    text-decoration: none;
}

#tabl_list1 a:hover
{
    background: #ffb6c1;
    color: #808080;
    text-decoration: none;
}


/* GENERALITES --------------------------------------------------------------*/
.alt
{
    display: none;
}

.hide
{
    display: none;
}

.bold1
{
    font-weight: bold;
    text-decoration: underline;
}

img
{
    /*display: block;*/
    border: 0;
}

a:link
{
    background: transparent;
    color: navy;
    font-weight: normal;
    text-decoration : none;
}

a:visited
{
    background: transparent;
    color: navy;
    font-weight: normal;
    text-decoration : none;
}

a:hover
{
    background: transparent;
    color: red;
    font-weight: normal;
    text-decoration : underline;
}

a:active
{
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6
{
    margin: 0
    padding: 0;
    font-family: Verdana, Lucida, Arial, sans-serif;
}

h1
{
    margin: 5px 0 10px 0;
    font-size: 1.50em;
    font-weight: lighter;
    color: maroon;
}

h2
{
    margin: 20px 0 5px 0;
    background: gray;
    background-image: url(no_ones.jpg);
    font-size: 1.00em;
    color: white;
}

h3
{
    font-size: 0.80em;
    margin: 5px 0 0 0;
}

html p
{
    font-size: 0.85em;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1em;
    text-align: left;
}

label 
{
    float: left;
    width: 200px;
    margin-right: 5px;
    line-height: 1.5;
    font-size: 0.85em;
    font-weight: normal;
    color: black;
    text-align: right;
}

select 
{
    color: blue;
    margin-bottom: 5px;
}

input 
{
    margin-bottom: 2px;
    line-height: 1.2;
    font-size: 0.85em;
    font-weight: bold;
    color: red;
}

table
{
    /*width: 800px*/
    margin: 0;
    padding: 0;
    color: #000; /* noir */
}

th
{
    text-align: right;
}
