#connexbodydiv
{
	position: relative;
	width:75%;
	box-shadow: 1px 1px 10px lightgrey;
	margin: auto;
	top: 120px;
	text-align: center;
	height: 400px;
}

#connexbodydivcheckM
{
	position: relative;
	width: 75%;
	box-shadow: 1px 1px 10px lightgrey;
	margin: auto;
	top: 120px;
	text-align: center;
	height: 450px;

}

#connexionplateformglobaldivcheckM
{
	position: relative;
	width: 50%;
	margin: auto;
}

#connexbodydiv input
{
	position: relative;
	width: 98%;
	height: 40px;
	font-size: 18px;
	padding-left: 10px;
}

#connexbodydivcheckM input
{
	position: relative;
	width: 98%;
	height: 40px;
	font-size: 18px;
	padding-left: 10px;
}


#connexionplateformglobaldiv
{
	position: relative;
	width: 50%;
	margin: auto;
}

#creationcomptediv
{
	position: relative;
	width: 100%;
}

#creationcompte
{
	position: relative;
	color: black;
	text-decoration: none;
}



#divsubmit
{
	box-shadow: 1px 1px 10px lightgrey;
	position: relative;
    margin: auto; 
}


#submitinput
{
	/*background: #191970;*/
	
	/*border: 1px solid #00008B;*/
	border: none;
	background: white;
	cursor: pointer;
	color: black;
	padding: 2px;

}

#submitinput:hover
{
	font-size: 18px;
}

#rtrprofil
{
    position: relative;
    background: black;
    width: 98%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    top:20px;
}

#rtrprofil a
{
    color: white;
    font-size: 14px;
}



@media screen and (min-width: 0px) and (max-width: 767px)
{
	#connexbodydiv
	{
		width: 98%;
		top: 90px;
	}

	#connexbodydivcheckM
	{
		width: 98%;
		top: 90px;
	}

	#connexbodydiv input
	{
		position: relative;
		width: 98%;
		height: 40px;
		font-size: 18px;
		padding-left: 10px;
	}

	#connexbodydivcheckM input
	{
		position: relative;
		width: 98%;
		height: 40px;
		font-size: 18px;
		padding-left: 10px;
	}

	#connexionplateformglobaldivcheckM
	{
		position: relative;
	width: 80%;
	margin: auto;
	}

	#connexionplateformglobaldiv
	{
	position: relative;
	width: 80%;
	margin: auto;
    }

#connexbodydiv input
{
	font-size: 12px;
}

#connexbodydivcheckM input
{
	font-size: 12px;
}

#rtrprofil
{
    position: relative;
    background: black;
    width: 98%;
    height: 30px;
    line-height: 30px;
    margin: auto;
}

#rtrprofil a
{
    color:white;
    font-size: 12px;
}

}