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


/*---------------------------------*/
/* INDEX PROPERTIES */
/*---------------------------------*/

#homeContent
{
	width				:	980px;
	margin				:	auto;
}


#bandeau
{
	width				:	980px;
	height				:	198px;
	background-image	:	url(../images/home/hom_bandeau.jpg);
	background-repeat	:	no-repeat;
	float				:	left;
}

#btBlog
{
	position			:	absolute;
	width				:	290px;
	height				:	75px;
	margin-left			:	330px;
	margin-top			:	120px;
	/*background-image	:	url(../images/home/btBlog.jpg);*/
	background-repeat	:	no-repeat;
	float				:	left;
	cursor				:	pointer;
}

#homeBlocContent
{
	width				:	980px;
	margin				:	auto;
	padding-top			:	10px;
	float				:	left;
}


#blocGauche
{
	width				:	320px;
	height				:	276px;
	background-image	:	url(../images/home/hom_bloc_gauche.jpg);
	background-repeat	:	no-repeat;
	float				:	left;
	padding-right		:	10px;
}

#blocCentre
{
	width				:	320px;
	height				:	276px;
	background-image	:	url(../images/home/hom_bloc_centre.gif);
	background-repeat	:	no-repeat;
	float				:	left;
	padding-right		:	10px;
}

#blocDroit
{
	width				:	317px;
	height				:	276px;
	float				:	left;
}

