#bloc_txt label
{
	width: 120px;
	display: inline;
	float: left;
}

#formulaire label
{
	width: 160px;
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: -50px;
	font-weight: bold;
	text-align: right;
	}

#formulaire input
{
	margin-bottom: 5px;
}

.gras_rouge_centre
{
	font-weight: bold;
	color: Red;
	text-align: center;
}

.espace
{
	margin-top: 450px;
}
.espace2
{
	margin-top: 300px;
}
.message_formulaire 
{
	text-align: center;
}
#bloc_txt p
{
	text-align: center;
}

.texte_tab1
{
	color: White;
	font-size: 13px;	
	background-color: #2179D8;
	text-align: center;
}
.texte_tab2
{
	color: black;
	font-size: 13px;	
	background-color: #82B4E9;
	text-align: center;
}
.texte_tab3
{
	color: black;
	font-size: 13px;	
	background-color: #BFD7F0;
	text-align: center;
}




