body
{	
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #b2bfef;
	font-family: Arial, "Times New Roman", Times, sans-serif;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img 
{
	border: none;
}

table, td
{
	border-style: solid;
	border-width:1px;
	border-collapse: collapse;
	text-align: center;
	padding: 10px;
	width: 400px;
}
	
#gals
{	
	width: 307px;
	height: 454px;
	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("images/gals.png") no-repeat;
}	


#en_tete
{
	height: 200px;
	top: 0px;
	background: url("images/volcan.png") no-repeat right;
}	

#kawaii
{	
	width: 200px;
	height: 200px;
	position: absolute;
	top: 15px;
	left: 15px;
	
	background: url("images/kawaiilogo.png") no-repeat;
}

#menu
{
	width: 20%;
	float: left;
}

.sous_menu
{
	margin-top: 20px;
	
	background-color: white;
	color: black;
	border: 2px inset black;
}

.sous_menu h3
{
	text-align: center;
}

#corps
{
	margin-left: 22%;
	margin-right: 22%;
	margin-top: 20px;
	padding: 10px;
	
	background-color: white;
	color: black;
	border: 2px inset black;
	text-align: left;
}


#distro
{
	margin-left: 22%;
	margin-right: 22%;
	margin-top: 20px;
	padding: 10px;
	
	background-color: white;
	color: black;
	border: 2px inset black;
	text-align: left;
}

.distro
{
	float: right;
	margin-right: 15px;
}

#prod
{
	margin-left: 22%;
	margin-right: 22%;
	margin-top: 20px;
	padding: 5px;
	height: 150px;
	

	background-color: white;
	color: black;
	border: 2px inset black;
	text-align: left;
}

#soldout
{
	margin-left: 22%;
	margin-right: 22%;
	margin-top: 20px;
	padding: 5px;
	height: 150px;

	background-color: #e3e3e3;
	color: black;
	border: 2px inset black;
	text-align: left;
}



.cover
{
	float: left;
	margin-right: 10px;
}



#corpsimage
{
	margin-left: 22%;
	margin-right: 22%;
	margin-top: 20px;
	padding: 10px;
	
	background-color: white;
	color: black;
	border: 2px inset black;
	text-align: center;
}





