body
{
    background: url(../img/Html5-source-code.png) scroll repeat-y;
}

@font-face {
    font-family: 'sf_cartoonist_handregular';
    src: url('./webFonts/SF_Cartoonist_Hand-webfont.eot');
    src: url('./webFonts/SF_Cartoonist_Hand-webfont.eot?#iefix') format('embedded-opentype'),
         url('./webFonts/SF_Cartoonist_Hand-webfont.woff') format('woff'),
         url('./webFonts/SF_Cartoonist_Hand-webfont.ttf') format('truetype'),
         url('./webFonts/SF_Cartoonist_Hand-webfont.svg#sf_cartoonist_handregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#container
{
    display: flex;
    flex-wrap: wrap;
}
aside
{
    flex: 1;
    margin: 0 2%;
}
article
{
    flex: 2;
    margin: 150px 2% 0 2%;
}

@media all and (max-width: 800px)
{
    #container
    {
        display: flex;
        flex-direction: column;
    }

    article
    {
        margin-top: 0px;
    }
}

.imgMoi
{
    width: 200px;
    display: block;
    margin: auto;
}

.nomFormation, .nomExperience
{
    text-decoration: underline;
}

h1
{   font-family: sf_cartoonist_handregular,"Comic Sans MS", serif;
    font-size: 3em;
    text-align: center;
    color: fuchsia;
    text-shadow:3px 3px 2px indigo;
}

h2
{   font-family: sf_cartoonist_handregular,"Comic Sans MS", serif;
    font-size: 2em;
    text-align: center;
    color:mediumblue;
    border: 2px mediumblue solid;
    border-radius : 10px / 5px;
}

p
{   font-family: sf_cartoonist_handregular,"Comic Sans MS", serif;
    font-size: 1.3em;
    text-align: left;
    color:black;
}

a
{
    text-decoration: none;
    color:lime;
    font-style: italic;
}
a:hover
{
    font-style: normal;
    font-weight: bold;
}
a:active
{
    background-color: rgb(255, 217, 4);
}
a:visited
{
    text-decoration: underline;
    color:royalblue;
}

