body
{
	margin-top: 100px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #A9ABB8;
}

div#positionSite
{
	text-align: left;
	width: 851px;
	height: 522px;
	margin: 0 auto;
	color: #462237;
	background:url("images/fondAccueil.jpg") #A9ABB8 no-repeat center left;
}

div#principal
{
	margin: 130px 0 0 380px;
}

h1#titre
{
	width: 205px;
	height: 40px;
	font-size: 1.9em;
	text-align: center;
	margin: auto;
	padding-top: 120px;
	padding-bottom: 5px;
	border-bottom: 1px solid #462237;
}

h1#titre span
{
	display: none;
}

#infos{
	position: absolute;
	top: -999px;
	left: -999px;
	width: 850px;
	text-align: justify;
}

img
{
	border: none;
}

div#entrer
{
	position: relative;
	top: 88px;
	left: 487px;
	width: 77px;
	height: 23px;
	background: url(images/entrerOn.gif) no-repeat 0 0 ;
}

div#entrer a
{
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/entrerOff.gif) no-repeat 0 0 ;
}

div#entrer a:hover
{
	background: transparent none;
}

div#enter
{
	position: relative;
	top: 63px;
	left: 688px;
	width: 66px;
	height: 23px;
	background: url(images/enterOn.gif) no-repeat 0 0 ;
}

div#enter a
{
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/enterOff.gif) no-repeat 0 0 ;
}

div#enter a:hover
{
	background: transparent none;
}

a
{
	color: #462237;
	text-decoration: none;
}		
	
a:visited 
{
	text-decoration: none;
}
	
a:hover
{
	color: #000;
	text-decoration: underline;
}