/* CSS pour l'annuaire
 * 20/04/05
 */

/* styles HTML */
body, table, td, th, p, b {
    color: black;
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 12px;
}
body {
    background-attachment: scroll;
    background-image: url(images/Mom_ver_pantone.jpg);
    background-repeat: no-repeat;
    background-color: white;
   /* border: 1px solid grey;*/
    margin-left: 105px;
    margin-right: 0px;
    margin-top : 1px;
    margin-bottom : 1px;
    
}

option {
    font-style: normal;
    font-weight: normal;
}
optgroup{
    font-style: normal;
    font-weight: bold;
}

i {
    color: black;
    font-family: Verdana, "Arial Unicode MS", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
}

th {
    text-align: left;
}

td {
    border-bottom: 1px solid silver;
}

hr {
    border-bottom: 1px solid silver;
    width: 60%;
    height: 1px;
}

h1,h2 {
    text-align: center;
    font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
    background-color: transparent;
}
h1 {
    color: #786654;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    text-decoration: none;
    letter-spacing: 2px;
}
h2 { color: #c24c00; font-style: normal; font-weight: bold; font-size: 16px; line-height: 16px;  text-decoration: none }

b {
    font-weight: bold;
}

a:link  { color: #c24c00; font-weight: bold; }
a:active { color: #c24c00; font-weight: bold; }
a:visited { color: #daa520; font-weight: bold; }
a:hover    { color: #c24c00; }

img {
    border: 0px;
}

/* classes */


.nom {
    color : #c24c00;
    font-weight: bold;
    font-size: 13px;
}
.pied {
    color: #808080;
    background-color: white;
    font-size: 10px;
    margin : 20px 15% 0px 15%;
}
