p.clear {
	clear: both;
}

.jeux {
	display: block;
	width: 200px;
	height: 160px;
	float: left;
	font-size: 0.9em;
	margin: 0px;
	margin-right: 1em;
}

.viewjeu{
	border: 1px solid #543E15;
}

img.iconejeux{
	float: left;
	margin-right: 1em;
	border: 1px solid #A5B644;
}

a:hover .iconejeux {
	border: 1px solid #543E15;
}

.actions {
	display: block;
	height: 16px;
	float: right;
}

/*


img.iconejeux:hover{
	border: 1px solid #543E15;
}

p.descjeu {
	display: block;
	width: 30%;
	float: left;
}
*/
.imgjeu  {
	float: right;
	margin-left: 1em;
	overflow: hidden;
}
/*
p.imgsjeu  {
	text-align: center;
}

p.imgsjeu  img{
	margin: 1em;
	border: 1px solid #A5B644;
}
*/

.area {
	margin-top: -1em;
	margin-bottom: 1em;
	height: 30px;
	width: 300px;
	background-image: url(../icones/slide.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
 
.knob {
	margin: 0px;
	height: 30px;
	width: 30px;
	font-size: 0.8em;
	color: #666666;
	background-image: url(../../../img/icons/bullet_arrow_down.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
}

.knob:hover {
	cursor: pointer; 
}

.centre {
	margin-top: -0.8em;
}

/*
#onglets {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -1.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #A5B644;
	text-align: right;
}

#onglets li{
	list-style: none;
	display: inline;
	text-decoration: none;
	padding: 0.2em;
	margin: 0;
	margin-left: 0.5em;
	border: 1px solid #543E15;
	border-bottom: 1px solid #A5B644;
	background: white;
}


#onglets li:hover{
	border: 1px solid #A5B644;
	border-bottom: 1px solid #A5B644;
}

#onglets li.actif{
	border: 1px solid #A5B644;
	border-bottom: 1px solid white;
}
*/
