@charset "utf-8";
/* CSS Document */

#bodyWrap{
	height:100%;
	width:450px;
	padding-top:10px;
	padding-left:20px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	border:#CCC solid 1px;
}

/*------SECTION EMAIL------*/
/*-------------------------------------------*/
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:10px;
}
p.sousTitreForm{
	font-size:12px;
}
.needed{
	text-transform:none;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F00;
}

#nomContact, #courrielContact{
	width:415px;	
}

/*====SOUS-SECTION INFORMATIONS====*/
/*=================================*/
#infoPersonnelles{
	width:400px;
	padding-bottom:20px;
}

/*====SOUS-SECTION MESSAGE====*/
/*=================================*/
#votreMessage{
	width:450px;
	padding-bottom:20px;
}
#messageBox{
	width:415px;
	margin-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background-color: rgba(0, 0, 0, 0.3);	
}
#destinataire{
	width:415px;
	padding-top:10px;
	margin-bottom:40px;
}
#destinataireContact{
	width:415px;
	color:#900;
}
#texteContact{
	height:90px;
	width:400px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	margin-bottom:10px;
}

#texte{
	padding-top:10px;
}

#soumettre{
	margin-bottom:10px;
}