/* joyceduval_jeux */
/*boutons choix jeu*/
.boutons_jeux p {
	background:#004E98;
	margin-left:285px;
	margin-right:270px;
	text-align:center;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:2px 5px 2px 5px;
	font-weight:bold;
}
p.boutons_jeux a {
	background:#004E98;
	text-decoration:none;
	color:#F4C402;
}
p.boutons_jeux a:hover {
	text-decoration:none;
	color:#997D00;
}
/*fin boutons choix jeu*/
/*affichage images des jeux*/
div.picture {
	float:left;
	height:150px;
	width:150px;
	margin-left:20px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:30px;
}
div.picture img {
	border: none;
	height: 150px;
	width: 150px;
	margin: 0;
	padding: 0;
}
/*fin affichage images des jeux*/
/*div#retour_jeux {
	position:absolute;
	top:794px;
	left:635px;
	width:100px;
	height:30px;
}
div#retour_jeux a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin:25px 0 25px 0;
	color:#F4C402;
	text-decoration:none;
}
div#retour_jeux a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#997D00;
	text-decoration:none;
}*/
