body
{
    color: gray;
    font-family: 'Times New Roman',sans-serif;
    background-attachment:fixed;
    background-color:inherit;

}
div
{
    color: gray;
    background-color:inherit;
}
a.lien
{
    color: navy;
    text-decoration: underline;
    background-color:inherit;

}
a.lien:hover
{
    color: red;
    text-decoration: none;
    background-color:inherit;

}
a.lien:active
{
    color: red;
    text-decoration: underline;
    background-color:inherit;

}
a.mail
{
    color: blue;
    text-decoration: underline;
    background-color:inherit;

}
a.mail:hover
{
    color: #E3B0F9;
    text-decoration: none;
    background-color:inherit;

}
a.mail:active
{
    color: red;
    text-decoration: underline;
    background-color:inherit;
}
p.intro
{
    color: gray;
    font-style: italic;
    font-family: 'Times New Roman',sans-serif;
    text-align: center;
    background-color:inherit;
}

td
{
    color: gray;
    font-style: italic;
    font-family: 'Times New Roman',sans-serif;
    text-align: center;
    background-color:inherit;
}
p.mail
{
    font-family: 'Times New Roman',sans-serif;
    text-align: center;
    background-color:transparent;
}

.sommaire
{
    font-weight: bold;
    font-size: medium;
    color: gray;
    font-family: 'Times New Roman',sans-serif;
    background-color:inherit;
}
p.perso
{
    font-weight: bold;
    font-size: medium;
    color: gray;
    font-family: 'Times New Roman',sans-serif;
    text-align: center;
    background-color:inherit;
}
div.rubrique
{
    margin-bottom:30px;
    font-family: 'Times New Roman',sans-serif;
    background-color:transparent;
}
a.rubrique
{
    font-weight:bold;
    font-size: medium;
    font-family: 'Times New Roman',sans-serif;
    background-color:transparent;
}
.visiteur
{
    font-weight: bolder;
    color: gray;
    font-family: 'Times New Roman',sans-serif;
    background-color:inherit;
}
ul
{
    color: gray;
    font-family: 'Times New Roman',sans-serif;
    background-color:inherit;
}
.experience
{
    margin-top:30px;
    margin-left:15px;
}
.dates
{
    width:180px;
    float:left;
    font-weight:bold;
}
.libelleExperience
{
    width:400px;
    float:left;
    font-weight:bold;
}
.libelleEntreprise
{
    font-style:italic;
    margin-left:40px;
}
.descriptionExperience
{
    margin-left:50px;
}
img.bullet
{
    vertical-align:middle;
}
