body
{
    font-family: Times New Roman, Arial,Helvetica, sans-serif;
    color: #FFF;
    background: #000;
}

.normal
{
    font-size: 20px;
    text-align: justify;
}


H1
{
    font-family: "Times new Roman";
    letter-spacing: 15pt;
    font-size: 28pt;
    font-weight: Bold;
    text-align: center;
}
H2
{
    font-family: "arial";
    text-align: center;
    font-size: 22pt;
    font-weight: Bold;
}
H3
{
    text-align: center;
}



/*Orange*/
.desc_menu
{
    color: #EA8E34;
    font-family: Tahoma, Times New Roman;
    font-size: 14px;
    text-align: justify;
}



/* Menu Principal */

.titre_main, .titre_menu
{
    color: #FFF;
    background-color: #46535C;
    font-family: Tahoma, Times New Roman;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.titre_menu
{
    font-size: 22px;
}


.SousMenu
{
    color: #CCC;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Times New Roman;
    font-size: 16px;
    cursor: pointer;
    height: 30px;
    width: 100%;
    padding-top: 2px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.SousMenu:Hover
{
    background-image: url(../img/menuhover.png);
}

.SousMenuHover
{
    color: #CCC;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Times New Roman;
    font-size: 16px;
    cursor: pointer;
    height: 30px;
    width: 100%;
    padding-top: 2px;
    background-image: url(../img/menuhover.png);
    background-repeat: no-repeat;
    background-position: left top;
}




.BlockMenu
{
    border-color: #FFF;
    display:none;
}

.titre_centre
{
    color: #FFF;
    font-family: Tahoma, Times New Roman;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}


.titre_update
{
    color: #EA8E34;
    font-family: arial, Tahoma, Times New Roman;
    font-size: 14px;
}

.lib_update
{
    color: #FFFFFF;
    font-family: arial, Tahoma, Times New Roman;
    font-size: 14px;
}



.puce_ul, cv_puce
{
    margin: 12px 12px 12px 12px;
    padding: 3px 3px 3px 3px;
}



/* CV */

.cv_puce
{
    text-align: left;
}

.cv_titre_rubrique
{
    padding: 5px;
    color: #FFF;
    font-family: Tahoma, Times New Roman;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: #49565F;
    height: 20px;
    border-bottom-style: groove;
}

.cv_titre_boite
{
    color: #CCC;
    background-color: #49565F;
    font-family: Tahoma, Times New Roman;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.cv_titre_profession
{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}

.cv_desc_boite
{
    color: #EA8E34;
    font-family: Tahoma, Times New Roman;
    font-size: 14px;
    text-align: justify;
}

/* FIN CV */

.center
{
    text-align: center;
}
.underline
{
    text-decoration: underline;
}



.link
{
    font-weight: bold;
    color: #36C;
    text-decoration: none;
}

.link:visited
{
    font-weight: bold;
    color: #369;
    text-decoration: none;
}
.link:hover
{
    color: #09F;
}


.menu
{
    font-family: Tahoma, Times New Roman;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #AE441D;
}


/* rouge */
.menu:Hover
{
    font-family: Tahoma, Times New Roman;
    font-size: 20px;
    color: #E2653A;
    text-decoration: none;
    cursor: auto;
    text-align: center;
}

