/* CSS Document */

/* ********************************** PAGE CENTRALE **************************** */
	#page_centre
	{
		width: 950px;
	}
	
	
	
	/* ******************************** BLOC CENTRALE ******************************** */
	#colone_gauche
	{
		width: 327px;/*302*/
		float: left;
		/*border: 1px black dotted;*/
		height: 610px;
		/*background-color:#CCCCCC;*/
	
	}
	
	#colone_centrale
	{
		width: 296px;
		float: left;
		/*border: 1px black dotted;*/
		height: 610px;
		/*background:#00CCFF;*/
	}
	
	#colone_droite
	{
		width: 327px;
		float: left;
		height: 610px;
		/*background:#339999;*/
	}

	
	/* -------------------------------- BLOC CENTRALE -------------------------------- */
/* -------------------------------- PAGE CENTRALE -------------------------------- */



#claque_centrale
{
	width: 283px;
	height: 292px;
	float: left;
	margin-left: 6px;
}

#calque_services
{
	width: 257px;
	height: 242px;
	color: #00506E;
	font-weight:bold;
	background: url(../img/fond_decouverte_service.gif) left top no-repeat #F4F5F6;
	padding: 62px 0px 0px 70px;
}

#calque_avantage
{
	width: 317px;
	height: 290px;
	color: #00506E;
	font-weight: bold;
	float: left;
	padding-left: 10px;
	margin-left: 0px;
	background: #F4F5F6;
}

#calque_extensible
{
	width: 317px;
	height: 237px;
	color: #00506E;
	font-weight: bold;
	float: left;
	padding-top: 75px;
	padding-left: 10px;
	background: url(../img/fond_exensible.gif) top right no-repeat #F4F5F6;
}

#calque_exclu
{
	width: 284px;
	color: #00506E;
	height: 303px;
	font-weight: bold;
	float:left;
	margin-top: 7px;
	margin-left: 0px;
	padding-left: 12px;
	background: url(../img/img_exclu_accueil.gif) right bottom no-repeat #F4F5F6;	
}

.spacer_v
{
	width: 100%;
	height: 10px;
	float:left;
}

.input_accueil
{
	width: 90px;
	border: 1px solid #00506E;
}

.send_form
{
	width: 110px;
	height: 32px;
	background:url(../img/buton_petit_envoyer.png) no-repeat    ;
	border:0px;
	cursor: pointer;
	
}