@charset "utf-8";
/* CSS Document */

/*---------------------------------*/
/*MY POKET SQUAD PROPERTIES */
/*---------------------------------*/

#titre
{
	width				:	100%;
	height				:	20px;
	background-image	:	url(../images/mps/mps_title.jpg);
	background-repeat	: 	no-repeat;
}

#texte
{
	width				:	750px;
	padding-top			:	10px;
	padding-left		:	15px;
	margin-bottom		:	20px;
	float				:	left;
}


#btDemo
{
	width				:	194px;
	height				:	36px;
	background-image	:	url(../images/mps/mps_btdemo.jpg);
	float				:	left;
	margin-top			:	8px;
	margin-left			:	10px;
	cursor				:	pointer;
}

#blocContainer
{
	float				:	left;
	padding-left		:	10px;
	padding-top			:	10px;
}

#bloc1
{
	width				:	959px;
	height				:	170px;
	background-image	:	url(../images/mps/mps_bloc01.jpg);
	background-repeat	:	no-repeat;
	clear				:	both;
	margin-left			:	10px;
}

#bloc2
{
	width				:	473px;
	height				:	200px;
	background-image	:	url(../images/mps/mps_bloc02.jpg);
	background-repeat	:	no-repeat;;
	float				:	left;
	clear				:	left;
}

#bloc3
{
	width				:	487px;
	height				:	200px;
	background-image	:	url(../images/mps/mps_bloc03.jpg);
	background-repeat	:	no-repeat;
	clear				:	right;
	float				:	left;
}
