body{
    margin:0;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 0.8em;
    background: #3C6D89;
}
hr{
    width: 100%;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
    border: 0;
    text-align: center;
}
div#global{
    position: relative;
    margin: 0 auto;
    margin-top: 2px;
    width: 850px;
    text-align: left;
}
div#ombre{
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    width: 854px;
    background: #992334;
}
div#header{
    position:relative;
    margin: 0 auto;
    width: 850px;
    height:109px;
    background: #FFFFFF;
    color: #3C6D89;
}
img.ligne {
    position: absolute;
    top: 65px;
    right: 0px;
    width: 600px;
    height: 2px;
}
div.scprl {
    position: absolute;
    top: 75px;
    width: 600px;
    text-align: left;
    right: 0px;
    font: bold 12px verdana;
}
.spacer {
    height:10px;
}
.ref {
    width: 110px;
    margin: 5px;
    border: 0;
}
.fiche {
    text-align: center;
    margin: 5px auto;
    border: 0;
}
img#logo {
    height: 75px;
    margin-left: 25px;
}
img#trame {
    width: 740px;
    height:448px;
    align:center;
}
img#bureaux {
    width: 400px;
    border: 1px solid #FFFFFF;
}
div.left {
    float: left;
    text-align: left;
    margin-left: 5px;
}
div.right {
    float:right;
    text-align:right;
    margin-right: 5px;
}
div.center {
    text-align:center;
    margin: 0 5px 0 5px;
}
a {
    color: #FFFFFF;
    text-decoration:underline;
}
a:hover {
    color: #FFFFFF;
    text-decoration:none;
}
a#ancre{
    visibility:hidden;
}
td.nom {
    width: 150px;
}
td.diplome {
    width: 250px;
}
td.ecole {
    width: 150px;
}
td.date {
    width: 50px;
}
td.fonction {
    width: 300px;
}

/* Menu */

dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 24px;
    font: bold 12px/24px verdana;
}
#menu {
    position: absolute;
    top: -1px;
    right: 0px;
    z-index:100;
    width: 600px;
}
#menu dl {
    float: left;
    width: 100px;
    padding: 1px 0 1px 0;
    background: #992334;
}
#menu dt {
    cursor: pointer;
    color: #3C6D89;
    text-align: center;
    margin: 0 0 0 1px;
    background: #FFFFFF;
}
#menu dd {
    display: none;
    z-index:100;
}
#menu li {
    color: #3C6D89;
    text-align: center;
    margin: 1px 0 0 0;
    padding: 1px 0 0 0;
    background: #FFFFFF;
}
#menu li a, #menu dt a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    height: 100%;
    background: #992334;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
    color: #3C6D89;
    background: #FFFFFF;
}

/* Fin Menu */

div#main{
    position: relative;
    margin: 0 auto;
    width: 850px;
    min-height: 448px;
    background: #424C4E;    
    overflow: auto;
    font: 12px verdana;
    color: #FFFFFF;
}
div.marge{
    margin: 10px 20px 10px 20px;
    background: #424C4E;
    overflow: auto;
    font: 12px verdana;
    color: #FFFFFF;
}
div#foot {
    line-height:1px;
    background: #FFFFFF;
}
div#head {
    line-height:1px;
    background: #992334;
}
div#footer{
    overflow: auto;
    margin: 0 auto;
    width: 850px;
    background: #992334;
    margin: 0 0 1px 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.7em;
}
div#footer a {
    color: #FFFFFF; 
}
div#footer a:hover {
    color: #FFFFFF;
}
