@font-face {
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
    url('polices/dayrom.ttf') format('truetype'),
    url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BallparkWeiner';
    src: url('polices/Ballpark.eot');
    src: url('polices/Ballpark.eot?#iefix') format('embedded-opentype'),
    url('polices/Ballpark.ttf') format('truetype'),
    url('polices/Ballpark.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #e6e9e9;

    /*-webkit-font-smoothing: antialiased;*/

}


header{
    background-color:#00b0ff ;
    width: 100%;

}

header img{
    float: left;
    margin: 10px;
}


header h1 {

    
    
    color: white;
    font-family: 'Dayrom', Serif;
    font-size: 1.5em;
    font-weight: bold;
}





header h2
{
    clear: both;
    font-family: 'BallparkWeiner', Serif;
    font-size: 0.9em;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 0px;
}


#blog_page {
    background: #fff; 
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
    font-size: 16px;
    line-height: 1.5;
    margin: auto;
    width: 800px;
    padding: 2em 2em 0.3em;
}


section h1:first-child
{
    background-color: #00b0ff;
    color:white;
    height: 50px;   
    width: 99%;
    padding-left: 10px;
    padding-top: 10px;
    font-family: 'Dayrom', Serif;
    font-size: 1.4em;
  
}

section
{
    margin-bottom: 20px;
}



.progres {
    text-align: center;
    
}



progress{
    display: inline-block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 300px;
    height: 30px;
    padding: 3px 3px 2px 3px;
    background: #333; 
    background: -webkit-linear-gradient(#2d2d2d,#444);
    background:    -moz-linear-gradient(#2d2d2d,#444);
    background:      -o-linear-gradient(#2d2d2d,#444);
    background:         linear-gradient(#2d2d2d,#444);
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 15px;
    box-shadow: 0 1px 0 rgba(255,255,255,.2);   
}

progress::-webkit-progress-bar{
    background: transparent;
}





article
{
    width: 500px;
    border: 1px solid black;
    background: url("images/fond_jaune.png");
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 0 black;
}

article, aside
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    
}

aside {
    width: 240px;
    height: 400px;
    border: 1px solid black;
    margin-left: 5px;
    margin-bottom: 10px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius:  5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
    text-align: center;
}


#fleche_bulle {
    position: absolute;
    left: -12px;
    top: 50px;
}


footer
{
    background: url('images/ico_top.png') no-repeat top center,
    url('images/separateur.png') repeat-x top;
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #78909c;
    margin-bottom: 0px;
    text-align: center;

}

a img
{   
     margin-top: 50px;
    width: 180px;
    height:45px;        
}

#pied_page {
   
    text-align: center;

}

footer p
{
    position: absolute;
    bottom: 0px;
    left: 300px;
    color: white;
    font-size: 1.2em;
    font-family: 'Dayrom', Serif;
}
