/**** balise ****/  

/**** class ****/
.bloc_page
{
	height: 360px; 
	width: 99%; 
	float: left;
}
.bloc_bouton
{
	float: left;
	height: 330px;
	margin-left: 15px;
	margin-top: 30px;
}
.bloc_plan
{
	float: right;
	height: 330px;
	margin-top: 30px;
	margin-right: 15px;
}
.form_fond
{
	width: 537px;
	height: 360px;
	margin: auto;
	position: relative;
}
.form_contact
{
	height: 280px;
	width: 520px;
	position: absolute;
	top: 70px;
	left: 10px;
}
.bloc_titre
{
	float: left;
	width: 150px;
	margin-bottom: 6px;
}
.bloc_champ
{
	float: left;
	width: 350px;
	margin-bottom: 6px;
}
.realignement
{
	clear: both;
}
.champ_formulaire
{
	height: 12px;
	font-size: 11px;
}