#h4creation
{
	position: relative;
    color: white;
    background: black;
    height: 30px;
    line-height: 30px;
    width: 98%;
    margin: auto;
    font-size: 14px;
    text-align: center;
    top:90px;
}

#confirmationcontactdiv
{
	position: relative;
	width: 75%;
	box-shadow: 1px 1px 10px lightgrey;
	margin: auto;
	top: 120px;
	text-align: center;
	height: 450px;
}

#confirmationcontactparaph
{
	position: relative;
    color: black;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
     height: 450px;
}

#contact
{

	position: relative;
	width: 75%;
	box-shadow: 1px 1px 10px lightgrey;
	margin: auto;
	top: 120px;
	text-align: center;
	height: 550px;

}

#contactinput
{
	position: relative;
	width: 98%;
	height: 40px;
	font-size: 18px;
	padding-left: 10px;
}

#contactinput input
{
	position: relative;
	width: 59%;
	height: 40px;
	font-size: 16px;
	padding-left: 10px;
}

#mail,
#objet,
#corpmessage
{
	border: 1px solid lightgrey;
}


#corpmessage
{
	width: 57%;
	height: 150px;
	padding: 15px;
}

#formcontact
{
	box-shadow: 1px 1px 10px lightgrey;
	position: relative;
    margin: auto;
    background: white;
    font-weight: bold;
    border: none;
}