

/*****************************
* 		SLIDE				 *
******************************/

#gamesFront
{
	height: 240px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #d6dfe9;
	padding: 7px;
	margin-bottom: 20px;
	position: relative;
}

#showup, #gameSlide
{
	height: 100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;

	position: relative;
}

#playButton
{
	height: 127px;
	width: 130px;
	background-repeat: no-repeat;
	position: absolute;
	right: 50px;
	z-index: 10;
	top: -11px;
	cursor: pointer;
}

#playButton a
{
	display: block;
	height: 100%;
	width: 100%;
}

#gameSlide
{
	float: left;
	width: 265px;
	margin-right: 7px;
}

div.slide_button
{
	background-color: #b8cee0;
	cursor: pointer;
	height: 56px;
	width: 100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 5px;
	color: white;
	font-weight: bold;
	text-transform:uppercase;
	text-align: right;
	position: relative;
}

div.slide_button:hover, div.slide_button.active
{
	background: #E4416F;
	-pie-background: #E4416F;
}

div.slide_button p
{
	padding: 20px 7px 20px 20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 16px;
	border-color: white;
	background-repeat: no-repeat;
	background-position: 7px;
	position: relative;
	background-position-x : 3em;
}

/*****************
**** Autres ******
******************/


#blocbas {
	width: 100%;
	padding: 0px;
	border: none;
	min-height: 373px;
}
