/*********************************************************************************************************/
/********************************************** Formulaires **********************************************/
/*********************************************************************************************************/
.ligne_question{
	clear:both;
}

.ligne_question .telephone{
	width:80px;
	text-align:center;
}

.ligne_question .long{
	width:300px;	
}

.ligne_question p{
	margin:0;
	font-weight:bold;
}

.ligne_question .case_question{
	width:49%;
	float:left;
	padding:3px;
}

.ligne_question .case_question p{
	padding:2px;
	text-align:right;
	background-color:#FFFFCC;
	color:#DC042C;	
}

.ligne_question .case_reponse{
	width:49%;
	float:right;
	padding:3px;
}

.ligne_question .case_reponse p{
	text-align:left;
}

.ligne_submit{
	clear:both;
	text-align:center;
	padding:15px 0;
}

#submit{
	text-align:center;
	padding:0 15px;
	border-left:#FFFF99 solid 2px;
	border-top:#FFFF99 solid 2px;
	border-right:#DC042C solid 2px;
	border-bottom:#DC042C solid 2px;
	background-color:#FFFFCC;
	color:#DC042C;
}
/*********************************************************************************************************/
/********************************************** Formulaires **********************************************/
/*********************************************************************************************************/
