html { 
	height:100%; 
}

body {
	margin:0px;
	height:100%;
}

body#preHome {
	background:url(../images/fond-prehome-quadrupede.png) repeat-x #6a6a6a;
}

#conteneur {
	position:absolute;
	top:50%;
	left:50%;
	margin:-176px 0 0 -153px;
	height:354px;
	width:306px;
}

img { 
	border:none;
}

a {
	outline:none;
}

h1	{
	margin:0px;
}

span.blocLien{
	display:block;
	width:306px;
}

span#logoQuad{
	background:url(../images/logo-quadrupede.png) no-repeat;
	height:232px;
	text-indent:-99em;
}

span#lienFlash{
	background:url(../images/lien-version-flash.png) no-repeat;
	height:52px;
	cursor:pointer;
}

span#lienFlash:hover{
	background:url(../images/lien-version-flash-hover.png) no-repeat;
	height:52px;
}

span#lienFlashPlayer{
	background:url(../images/lien-flashplayer.png) no-repeat;
	height:26px;
	cursor:pointer;
}
		
span#lienHtml{
	background:url(../images/lien-version-html.png) no-repeat;
	height:44px;
	cursor:pointer;
}

span#lienHtml:hover{
	background:url(../images/lien-version-html-hover.png) no-repeat;
	height:44px;
}