@font-face {
    font-family: 'learningcurvepro_regular_macroman';
    
    src: url('learningcurvepro_regular_macroman/LearningCurve_OT-webfont.eot');
    src: url('learningcurvepro_regular_macroman/LearningCurve_OT-webfont.eot?#iefix') format('embedded-opentype'),
        url('learningcurvepro_regular_macroman/LearningCurve_OT-webfont.svg#learningcurvepro_regular_macroman') format('svg'),
        url('learningcurvepro_regular_macroman/LearningCurve_OT-webfont.ttf') format('truetype'),
        url('learningcurvepro_regular_macroman/LearningCurve_OT-webfont.woff') format('woff');
    
}

p
{
    font-size: 2em;
    font-family: learningcurvepro_regular_macroman, Arial, serif;
}
.salutations:hover
{
    color: red;
}
body > p
{
    color: black;
    
    
}
h1
{
    color: red;
    font-size: 2em;
    text-decoration: underline;
}
a
{
    color: darkblue;
}
body
{
    background-color: #FFFFFF;
    color: black;
}
.l_intro
{
    color: green;
    text-decoration: underline;
}
.salutations
{
    color: #black;
    font-size: 1.05em;
    border: 1px blue solid;
    border-radius: 10px;
    
}
strong
{
    border: 2px red solid;
}
.d_remarque
{
    font-size: 0.9em;
    color: blue;
}

nav
{
    display: inline-block;
    width: 150px;

    border: 1px solid black;
    vertical-align: top;
}
body > section
{
    display: inline-block;
    
    margin-left: 20px;
    border: 1px solid blue;
    
}
footer
{
    text-align: left;
}