@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'philosopherregular';
    src: url('../polices/philosopher-regular-webfont.eot');
    src: url('../polices/philosopher-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/philosopher-regular-webfont.woff') format('woff'),
         url('../polices/philosopher-regular-webfont.ttf') format('truetype'),
         url('../polices/philosopher-regular-webfont.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: 'Radley', serif;*/
	font-family: 'Volkhov', serif;
	font-size: 14px;
	text-decoration: none;
	/*background-color: #f4f2f3;*/
	background-color:#f9f6f1;
	margin: 0;
	color:#000;
	height:100%;
	width:100%;
	line-height:21px;

}
#global {
	top: 0;
	min-height: 100%;
	width: 100%;
}
#contenu {
	text-align:center;

}

#contenu img {
	padding-top:0px;
	
}