#contentContact{
	width: 1000px;
	height: 350px;
	top:10px;
}
	#contentContact span{
		display: block;
		height: 15px;
		color: #FFFFFF;
		text-align:right;
	}

	#contentContact h1{
		font-weight:lighter;
		font-size: 16px;
		margin-bottom: 10px;
		color: #FFFFFF;
	}
	#contentContact p{
			line-height: 15px;
			color: #FFFFFF;
	}
	
		.submitCadre {
			border: none;
			color: #999999;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			width:230px;
			height: 29px;
		}
		
		.submitCadreGrand {
			border: none;
			color: #999999;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			width:480px;
			height: 95px;
		}
		
	#texteBox{
		position: absolute;
		width: 350px;
		height: 60px;
		top: 10px;
	}
	#nomBox{
		position: absolute;
		width: 230px;
		height: 50px;
		top: 85px;
	}
	#emailBox{
		position: absolute;
		width: 230px;
		height: 50px;
		top: 150px;
	}
	#telBox{
		position: absolute;
		width: 230px;
		height: 50px;
		top: 215px;
	}
	#infosBox{
		position: absolute;
		width: 230px;
		height: 30px;
		left: 250px;
		top: 100px;
	}
	#secteurBox{
		position: absolute;
		width: 230px;
		height: 30px;
		left: 500px;
		top: 100px;
	}
	#messageBox{
		position: absolute;
		width: 480px;
		height: 110px;
		left: 250px;
		top: 150px;
	}

	#boutonBox{
		position: absolute;
		width: 230px;
		height: 30px;
		left: 500px;
		top: 280px;
	}
