/***********************************************/
/*       Mafya-Gaming style par xcr4zyz        */
/***********************************************/
/***********   Importation des feuilles de style   ***********/

/***********   Global   ***********/
*{
	margin:0;
	padding:0;
}
body{
	background: #000000 url(../images/background/defaut.jpg) no-repeat top center;
	margin: 0px; 
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	color: #ccc;
}
.clear{
	clear: both;
}
img{
	border: none;
}


/***********   Block   ***********/
#block-contenu{
	clear: both;
}
#gauche {
	float: left;
	width: 280px;
	height: 600px;
	padding-bottom: 10px;
	border: 0.10em inset #333;
	/* Anciens navigateurs */
	background: #191919 url("../images/global/top-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #191919;
	background: #191919\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF323232, endColorstr=#FF191919);
	/* Navigateurs récents */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#191919));
	background-image: -webkit-linear-gradient(top, #323232, #191919);
	background-image: -moz-linear-gradient(top, #323232, #191919);
	background-image: -o-linear-gradient(top, #323232, #191919);
	background-image: linear-gradient(top, #323232, #191919);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contenu {
	padding: 10px 0;
	width: 700px;
	float: left;
	margin-left: 15px;
	height: 650px;
	border: 0.10em inset #333;
	/* Anciens navigateurs */
	background: #191919 url("../images/global/top-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #191919;
	background: #191919\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF323232, endColorstr=#FF191919);
	/* Navigateurs récents */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#191919));
	background-image: -webkit-linear-gradient(top, #323232, #191919);
	background-image: -moz-linear-gradient(top, #323232, #191919);
	background-image: -o-linear-gradient(top, #323232, #191919);
	background-image: linear-gradient(top, #323232, #191919);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
