#logo	{

	margin: 0;

	background: url(../images/logo-hurlus.png) no-repeat;

	width: 169px;

	height: 60px;

	}
	
body	{
	margin: 0;
	padding: 0;
	/*background: #F6F12E url(../images/bg.png) repeat-x;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	height: 100%;
	background-color: #0675b9;
	background-image: url(../images/background-hiver.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	}
	
#vprim {
	position:absolute;
	top:10px;
	left:165px;
}

#logo-echo {
	position:absolute;
	top:8px;
	left:250px;
}


