table {
	clear: both;
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* police par défaut de la page */
	font-size: 10px;			/* taille de police par défaut */
	padding: 12px 12px 24px 48px;
}

div.personnage, div.decor, div.goodies, div.videos {
	clear: both;
	width: 530px;
	padding: 12px 12px 0px 12px;
	margin: 0px 0px 12px 36px;
	border: solid 1px #e5d8cb;
}

div.personnage {
	height: 125px;
}

div.decor {
	height: 160px;
}

div.decor { 
            background-color: #E5D8CB;
}

div.goodies {
	height: 350px;
	text-align: center;
}

div.fond {
	float: left;
	margin: 6px 6px 9px 0;
	text-align: center;
}

div.imgfond {
	padding: 6px 12px;
	margin-bottom: 3px;
}

h1 {
	font-size: 14px;
	width: 520px;
	line-height: 18px;
	padding-top: 6px; 
	margin-left: 36px;
}

h1 a {
	font-size: 10px;
	font-weight: bold;
	color: #756e67;
	text-decoration: none;
	padding-top:12px;
	float: right;
}

h1 a:hover {
	color: #b6a99c;
	text-decoration: underline;
}

h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 18px 0 3px 48px;
	text-align: left;
}

p.bas {
	margin-top: -12px;
}

p.plus {
	clear: both;
	width: 520px;
	margin: 0 0 -10px 36px;
	font-style: normal;
	text-align: right;
}

p.plus  a {
	font-weight: bold;
	color: #87784B;
	text-decoration: none;
}

p.plus a:hover {
	color: #1a5f66;
	text-decoration: underline;
}



