/* BLOC JEU */

#bloc_jeu
{
	margin-top: 12px;
	margin-left: 40px;
	width: 220px;
	height: 250px;
	overflow: hidden;
}

/* quand le bloc jeu est à gauche */
#bloc_centre #bloc_jeu
{
	float: left;
}

/* quand le bloc jeu est à droite */
#bloc_droite #bloc_jeu
{
	float: none;
	margin-top: 0;
	margin-bottom: 0;
}

#bloc_jeu h2
{
    margin-top: 6px;
    margin-left: 3px;
    height: 36px;
}

#bloc_jeu .ContenuJeu
{
	width: 100%;
	height: 100%;
	background-image: url(../../images/jeu_fond.jpg);
	background-repeat: no-repeat;
}

#jeu_contenu
{
	float: left;
	background-color: #f9fbeb;
	margin-top: 4px;
	margin-left: 10px;
	width: 200px;
	height: 190px;
	overflow: hidden;
	border-bottom: solid 1px #ffffff;
}

/* EOF */

