/*__________________ FORMULAIRE (INSCRIPTION) ____________*/
.champ{
	float: left;
	width : 500px;
	text-align:left;
}
.champ input:focus{
	background-color:#0586CA !important;
	border:2px solid #174E94 !important;
	color: #FFFFFF;
}
legend{	
	margin-left:20px;
}
#tab_form label{	
	float: left;
	text-align : right;
	margin-right: 10px;
	width: 150px;
}
#tab_form p{
	clear: both;
}
#tab_form img{
	float : left;
	width:  16px;
	margin-left:1px;
	margin-bottom : 5px;
}
#tab_form input, select, textarea{

	float : left;
	margin-bottom : 5px;
}
.legende{	
	float: left;
	background:transparent none repeat scroll 0 0;
	color:#666666;
	font-style:italic;
	margin:0;
	padding:0;	
}


