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

body, img, a, p
{
	margin: 0;
	padding: 0;
	border: 0;
}

#conteneur
{
	position: relative;
	background-image: url(../images/interface/bgEntrez.png);
	width: 820px;
	height: 490px;
	left: 50%;
	margin-top: 90px;
	margin-left: -410px;
	font-family: Arial, Helvetica, sans-serif;
}

#topAccueil
{
	position: absolute;
	top: 0;
	width: 820px;
	height: 2px;
	background-image: url(../images/interface/bgEntrezTop.png);
	background-repeat: no-repeat;
}

#bottomAccueil
{
	position: absolute;
	width: 820px;
	height: 2px;
	bottom: 0;
	background-image: url(../images/interface/bgEntrezBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 0;
}

#phraseAccueil
{
	margin: 25px 0 25px 30px;
}

#bandeCentrale
{
	margin-bottom: 40px;
}

#entrez
{
	display: block;
	margin-left: 205px;
	width: 190px;
	height: 60px;
	background-image: url(../images/interface/motEntrez.png)
}

#entrez:hover
{
	background-position: 0 60px;
}

#entrez:hover
{
	color: #d3b66e;
}

#logoSADC
{
	position: absolute;
	bottom: 0;
	margin-left: 495px;
	margin-bottom: 42px;
}

#footer
{
	position: absolute;
	bottom: 0;
	margin-bottom: 21px;	
	margin-left: 495px;
	font-size: 9px;	
}