/* CSS Document */
body{
background-image:url(back_sacha.jpg);
background-repeat: repeat-x;
background-color:#006699;
}
#main{
	 position:absolute;
     left: 40%; 
     top: 50%;
	
	width: 512px;
	height: 480px;
     margin-top: -240px; /* moitié de la hauteur */
     margin-left: -186px; 
	background-repeat: no-repeat;

	  /* moitie de height */
        
}
#contact{
position: absolute;
left: 50%;
top:50%;
background-image:url(fond_contact.png);
width: 429px;
height: 446px;
background-repeat: no-repeat;
margin-top: -240px;
}
.textcontact{
	width: 230px;
	height:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #000;
	margin: 70px 10px 10px 170px;
}
.textcontact h1{
	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
color:#990000;
font-weight:bold;
}

.textcontact a{
	color:#990000;
	text-decoration: underline;
}
.textcontact a:hover{
	color:#FFFFFF;
	background-color:#990000;
	text-decoration: none;
}
.player{
	width: 200px;
	height:30px;
	margin: 350px 0px 50px 130px;
	
}
.construction{
	width: auto;
	height:auto;
	margin: 40px 0px 0px 365px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FFFFFF;
	
}
.player .text{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
	}
