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


/*---------------------------------*/
/*CONTACTS PROPERTIES           */
/*-------------------------------*/

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

#blocContainer
{
	margin-top			:	20px;
	padding-left		:	25px;
	height				:	256px;
	background-image	:	url(../images/contact/con_fond.jpg);
	background-repeat	: 	no-repeat;
}


#bloc1, #bloc2
{
	margin-top			:	55px;	
	width				:	270px;
	height				:	73px;
	background-image	:	url(../images/contact/con_bloc.jpg);
	background-repeat	: 	no-repeat;
	float				:	left;
}

#bloc2
{
	width				:	300px;
	margin-left			:	25px;
	clear				:	right;
}

#bloc3
{
	padding-left		:	20px;
	padding-top			:	20px;
	float				:	left;
	clear				:	left;
	color				:	#FFFFFF;
}

#bloc4
{
	margin-top			:	20px;
	margin-left			:	65px;
	width				:	300px;
	height				:	72px;
	background-image	:	url(../images/contact/con_bt.jpg);
	background-repeat	: 	no-repeat;
	float				:	left;
	cursor				:	pointer;
}

#bloc1 a, #bloc2 a
{
	color				:#000000;
}

#bloc3 a
{
	color				:#FFFFFF;
}


#blocContainer table
{
	margin-left			:	10px;
	margin-top			:	5px;
	width				:	270px;
}

.leftColumn
{
	width	:	120px;
}

