body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
height: 100%;
background-color: Black;
color: white;
}
#conteneur {
background-image: url(../images/accueil.jpg);
position: absolute;
width: 733px;
height: 539px;
left: 50%;
top: 10%;
margin-left: -366.5px;
}
#header {
}
#centre {
}

#design_enter {
position: absolute;
right:0px;
bottom:13px;
width:150px;
/*height: 44px;*/			/*Used when English enter is present*/
height: 22px;
}

#pied {
}

img{
	border: none;
}

a{
	border: none;
}

a.enter{
	width: 50%;
	height: 100%;
	background-image: url(../images/enter_off1024.gif);
	float: left;
	background-repeat: no-repeat;
	}
	
a.enter:hover{
	background-image: url(../images/enter_on1024.gif);
	}
	
a.entrer{
	width: 50%;
	height: 100%;
	background-image: url(../images/entrer_off1024.gif);
	/*float: left;*/		/*Used when English enter is present*/
	float: right;
	background-repeat: no-repeat;
	}
	
a.entrer:hover{
	background-image: url(../images/entrer_on1024.gif);
	}

#design_copyright{
	position: absolute;
	background-image: url(../images/logsc5.gif);
	background-repeat: no-repeat;
	right: 10px;
	top: 10px;
	width: 189px;
	height: 19px;
}

#design_copyright a{
	display: block;
	width:100%;
	height: 100%;
}

#design_ava{
	position: absolute;
	/*background-image: url(../images/SonStud.gif);
	background-repeat: no-repeat;*/
	right: 15px;
	top: 72px;
	width: 115px;
	height: 46px;
	text-align: right;
}

#design_txtava{
	position: absolute;
	background-repeat: no-repeat;
	right: 15px;
	top: 123px;
	width: 140px;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
}

p {margin: 0;}

#preload{
display: none;
}