@charset "utf-8";
/* CSS Document */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

html { 

	font-size:								100%;
	overflow-y:								scroll;
	-webkit-overflow-scrolling: 			touch;
	-webkit-tap-highlight-color: 			rgba(0,0,0,0);
	-webkit-text-size-adjust: 				100%;
	-ms-text-size-adjust: 					100%;
	
	}
	
body {
	margin: 								0;
	font-size: 								13px;
	line-height: 							1.231;
	background-image:						url(img/fond.jpg);
	background-repeat:						repeat-x;
	
	}

#header_container {
	height:									200px;
	background-image:						url(mg/fond.jpg);
	
	}


