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

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


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

#header { 
	margin: 0 auto;
	margin-top:200px;
	text-align:center;
}

