@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Bauer';
    src: url('bauer_bodoni_bt_roman-webfont.eot');
    src: url('bauer_bodoni_bt_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('bauer_bodoni_bt_roman-webfont.woff') format('woff'),
         url('bauer_bodoni_bt_roman-webfont.ttf') format('truetype'),
         url('bauer_bodoni_bt_roman-webfont.svg#bauerbodni_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
background-color: #f8d518;
margin:0;
padding:0;
height: 100%;
width: 100%;
zoom:0.9 !important;
font-family: "Bauer", Arial, Helvetica, sans-serif;
}

p {
color: black;
font-size: 20px;
text-align: justify;
-webkit-margin-before: 1px;
-webkit-margin-after: 1px;
width: 895px;
margin-left: 40px;
}


.main {
width:980px;
margin: 0 auto;
}

.main img {
border:0px;
}

.main a:hover{
opacity:0.6;
}

.titre1 {
margin-top: 55px;
margin-bottom: 15px;
}

.titre2 {
margin-top: 25px;
margin-bottom: 10px;
}

.img {
margin-top: 20px;
margin-bottom: 25px;
}

.fb{
margin-top: 42px;
margin-bottom: 42px;
}

.logo {
opacity:1 !important;
}














::-moz-selection {
   background:#e64120;
   color:#fff;
}

::selection {
   background:#e64120;
   color:#fff;
}

::-webkit-selection {
   background:#e64120;
   color:#fff;
}




/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
}
html, body {
zoom:1;
}

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
}
html, body {
zoom:1;
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {
}
html, body {
zoom:1;
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape) {
}
html, body {
zoom:1;
}
