div.case { margin: 1em 0.5em; }
div.case img { border: none }

/* page de garde */
body#index #Tmain { width: 800px }

div.casesbd div.case {
	float:left;
	padding: 0;
	height: 270px;
}
div.casesbd div.case h2 { margin: 1em }

/* prez du gars en haut */
img.gars_gal { float: right }


/* transformations */

div.transformations div.case {
	width: 40%;
	padding: 0.5em;
	float:left;
	height: 200px; /* mettre la hauteur en fonction des imgs qu'on choisira*/
	background: url(bg.jpg);
	overflow: hidden;
}

div.transformations div.case h2 { margin: 0 }
div.transformations div.case img.perso { float: left; margin-right: 10px }
div.transformations div.case img.power {
	float: right;
	margin-left: 10px;
	background: url(powerbg.gif);
}
div.transformations div.case div.texte {
	height: 200px;
	overflow: auto;
}

/* classement */
div.classement div.case { width: 170px; height: 250px; overflow: auto; }
div.classement div.case img.perso, div.classement div.case img.power, div.classement div.case p { margin: 0 }

