/* CSS Document */
html{
	margin:0;
	width:100%;
	height:100%;
	}
	
body{
	margin:0;
	width:100%;
	height:100%;
	background:url(../images/fond-teos-visio.jpg) center 100px repeat-x;
	font-family:Arial;
	text-align:justify;
	font-size:10pt;
	}
	
#mere{
	margin:0 auto;
	width:560px;
	padding-top:260px;
	background:url(../images/logo-teos-visio.jpg) center 100px no-repeat;
	color:#003399;
	}
	
#mere H1{
	display:none;
	}

#mere P{
	margin:5px 0;
	}


