body {
	font-family:PrestigeElite Std, courier New;
	font-size:0.8em;
	padding:0px;
	margin:0px;
	background-color:#ccc;
}
img {
	border:0px;
}
/* :: general :: */
#toutelapage { 
	width:900px;
	height:600px;
	margin:20px auto;
	background-color:#fff;
}
/*.toutelapage {
	margin-top:30px;
}*/

/* :: intro :: */
#identifiant {
	width:840px;
	height:30px;
	margin:0px;
	padding:0px;
	color:#888;
}
#identifiant-texte {
	width:840px;
	padding:30px;
	color:#888;
}
#identifiant-texte p {
	display:inline;
}
/* :: illustration :: */
#illustrations {
	width:900px;
	height:500px;
}
#illustration-poussin {
	float:left;
	width:300px;
	margin-top:120px;
	text-align:center;
}
#illustration-tetine {
	float:left;
	width:300px;
	margin-top:120px;
	text-align:center;
}
#entrer {
	floated:left;
	background:url(../images/entrer.jpg) no-repeat center;
	width:200px;
	height:233px;
	float:left;
}
.entrer {
	margin-top:120px;	
}
.position-entrer {
	display:block;
	margin-top:115px;
	margin-left:70px;	
}
#entrer a {
	color:#000;
	text-decoration:none;
}
#entrer a:hover {
	color:#fc00fc;
	text-decoration:none;
}
#nom-illustration {
	width:900px;
	height:20px;
	margin:0px;
	float:left;
}
#nom-poussin {
	float:left;
	color:#000;
	width:300px;
	text-align:center;
}
#nom-tetine {
	float:left;
	color:#000;
	width:300px;
	text-align:center;
}
/* :: traduction :: */
#traduction {
	width:900px;
	margin:0px;
	padding:0px;
	color:#888;
}
#traduction a {
	color:#888;
	text-decoration:none;
}
#traduction a:hover {
	color:#888;
	text-decoration:underline;
}
#anglais {
	width:100px;
	margin-left:30px;
	float:left;
	text-align:center;
}
#japonnais {
	width:100px;
	margin-right:10px;
	float:left;
	text-align:center;
}

