@font-face {
    font-family: 'GoodDogRegular';
    src: url('GoodDog-webfont.eot');
    src: url('GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
         url('GoodDog-webfont.woff') format('woff'),
         url('GoodDog-webfont.ttf') format('truetype'),
         url('GoodDog-webfont.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'UbuntuTitle';
    src: url('Ubuntu-Title-webfont.eot');
    src: url('Ubuntu-Title-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-Title-webfont.woff') format('woff'),
         url('Ubuntu-Title-webfont.ttf') format('truetype'),
         url('Ubuntu-Title-webfont.svg#UbuntuTitle') format('svg');
    font-weight: normal;
    font-style: normal;

}

li a
{
font-size: large;
font-family: 'GoodDogRegular';
text-decoration: none;
text-align: left;
}

h1
{
    
   font-family: 'UbuntuTitle';
    color: grey;
		
}
h2
{
    
   font-family: 'UbuntuTitle';
		
}
.imageflottante
{
   float: left;
}
.dessous
{
   clear: both;
}