/* Bulle personnages */

.p_sous_groupe_personnages {
	margin: 20px 0 20px 0;
}

.personnages_liste {
	float: left;
	margin: 0;
	width: 190px;
}

.personnages_liste li {
	list-style-type: none;
}

.titre_sous_section {	
	margin: 0;
	text-align: center;
}

.sous_section_description {
	margin-left: 190px;
}

/**/

.image_personnage{
	float: left;
	margin: 0 10px 0 10px;
}

.image_shikai{
	float: right;
}

.image_bankai{
	float: right;
}

.shikai{
	margin: 0 auto 20px auto;
	width: 60%;
}

.bankai{
	margin: auto;
	width: 60%;
}

.informations_detaillees{
	margin-top: 0;
	line-height: 13px;
}

.passe{
	margin-top: 20px;
	text-align: justify;
	line-height: 13px;
}

.particularites{
	margin-top: 20px;
	text-align: justify;
	line-height: 13px;
}

.description{
	margin-top: 20px;
	text-align: justify;
	line-height: 13px;
}

.description_zanpakuto{
	text-align: justify;
}

.description_pouvoir{
	margin-top: 20px;
	text-align: justify;
	line-height: 13px;
}

.liberation_hollow{
	margin-top: 20px;
	text-align: justify;
	line-height: 13px;
}

.image_liberation_hollow{
	float: right;
	margin-left: 5px;
}

.alankar_liberation_image{
	float: right;
}

.personnages_tous{
	border: 1px solid #ffffff;
	margin-bottom: 5px;
	text-indent: 0px;
}

.sous_section:first-letter{
	color: #899ebd;
}

.image_persos_all{
	float: right;
	margin: 20px 25px 0 0;
	background: url('../images/persos_all.png');
	width: 250px;
	height: 400px;
}

.sous_section{

}

.personnage_liste{
	margin: 0;
}

.aucun_personnage{
	margin: 20px 0 20px 0;
	color: #c0c0c0;
	font-size: 20px;
	text-align: center;
}

.personnage_tableaux{
	margin: auto;
	width: 546px;
}

.personnage_tableau{
	float: left;
	margin: 0 5px 0 5px;
	border: 1px solid #9c9a9c;
	width: 170px;
}

.personnage_tableau_titre{
	background: url('../images/fond_titre_tableau.jpg');
}

.personnage_tableau_element1{
	border-top: 1px solid #c6c6c6;
	background: #e7e7e7;
	height: 17px;
}

.personnage_tableau_element2{
	border-top: 1px solid #c6c6c6;
	background: #f7f7f7;
	height: 17px;
}

.personnage_tableau_element1 a , .personnage_tableau_element2 a{
	cursor: pointer;
}

.tableau_personnages{
	float: left;
	margin: 0 5px 0 5px;
	padding: 2px 2px 2px 5px;
	text-align: left;
	width: 165px;
	height: 346px;
}

.tableau_personnages h3{
	margin: 5px 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

.tableau_personnages a{
	cursor: pointer;
}

