/*@font-face*/
@font-face 
{
    font-family: 'ambleregular';
    src: url('font/Amble-Regular-webfont.eot');
    src: url('font/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Amble-Regular-webfont.woff2') format('woff2'),
         url('font/Amble-Regular-webfont.woff') format('woff'),
         url('font/Amble-Regular-webfont.ttf') format('truetype'),
         url('font/Amble-Regular-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	font-family:'ambleregular','verdana';
	text-align:center;
    background-color:white;
}
#logo{
    margin:5% auto;
}
#bloc_page{
    background:url("../images/ombre.jpg") no-repeat;
    margin-left:2%;
    height:100%;
}
h1{
    text-align:center;
    font-size:45px;
    margin:0;
}
header

/*BLOC PAGE*/
