/*************** RESET ***************/
@import 'reset.css';

/*************** GENERAL ***************/
body {font:normal 62.5% Arial,Helvetica,sans-serif; background:#FFF}
a {
	outline:none;
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
fieldset {position:relative}
input,
textarea {font-family:Arial, Helvetica, sans-serif;}




/*************** PREHOME ***************/
body#prehome {
	background-color:#FFFFFF;
}
body#prehome .conteneur-principal-prehome {
	position:absolute;
	left:50%;
	top:50%;
	width:268px;
	height:270px;
	margin-top:-180px;
	margin-left:-140px;
	text-align:center;
}
body#prehome .conteneur-principal-prehome p {
	padding:2px;
	background:#000;
	color:#FFF;
}
body#prehome .conteneur-principal-prehome #titre {
	margin-top:20px;
	font-size:0.9em;
}
body#prehome .conteneur-principal-prehome #fr {
	margin-top:20px;
	font-size:1.1em;
	letter-spacing: 0.1em;
}
body#prehome .conteneur-principal-prehome #en {
	margin-top:7px;
	font-size:1.1em;
	letter-spacing: 0.1em;
}

#credits{
	font-family:'Lucida Grande', 'Lucida Sans';
	font-size:9px;
	color: #999999;
	position:absolute;
	top:100%;
	left:100%;
	width:120px;
	height:10px;
	margin-top:-20px;
	margin-left:-130px;
}
#credits a{
	color: #999999;
	text-decoration:none;
}
#credits a:hover{
	color: #666666;
	text-decoration:underline;
}
