h1
{
	text-align: center;
	color: red;
}

#soustitre
{
	text-align: center;
	color: red;
	font-size: 30px;
}
.personnages{
	
	width: 65%;
	
}

body
{
	background-image: url('images/id=images2.jpg');
	width: 80%;
	margin-left: 25%;
} 
#images2{
	
		width: 70%;
		
}
#h3
{
	text-align: center;
	color: black;
	font-size: 30px;
}	

table td
{
	 border-width:1px;
	 border-color:blue;
	 border-style:solid; 
	 width: 20%;
}


.tab
{
	width: 100%;
	
}

strong
{
	color: red;
}

#fin
{
	text-align: center;
	color: black;
	font-size: 30px;
	width: 50%;
}

#personnage
{
	width: 10%;
}

#personnage, #fin
{
	display: inline;
	vertical-align: top;
}