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

@font-face {
font-family: 'PoppinsBold';
src: url('/webfont/Poppins-SemiBold.eot');
src: url('/webfont/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
url('/webfont/Poppins-SemiBold.woff') format('woff'),
url('/webfont/Poppins-SemiBold.svg#Poppins-Bold') format('svg');
font-weight: normal;
font-style: normal;
}

html, body {
height: 100%;
background:#eaecf0;
border: 0px solid transparent;
font-size: 1em;
margin: 0px 0px 0px 0px;
min-height: 100%;
padding: 0px 0px 0px 0px;
width: 100%;
}

*{
margin:0;
font-family:'Poppins',arial;
color:#4a4a49;
}

img, object, embed, canvas, video, audio, picture {
max-width: 100%;
height: auto;
_width: 100%; /* IE6 seulement */
} 

#Contents{ 
background:none;
width:100%;
max-width:1096px;
margin:auto;
height:100%;
}

#Pied ul li{display:inline;}
strong{font-weight:bold;}
