@charset "utf-8";
.commande-password {
	display: block;
	float: none;
	margin-top: 34px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7f7f7f;
	position: relative;
	text-align: center;
	padding-top: 40px;
	font-size: 0px;
}
.commande-password-cadre {
	display: inline-block;
	width: 320px;
	position: relative;
	text-align: left;
}
@media screen and (max-width: 360px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-password-cadre {
	display: block;
	width: auto;
}	
}
.commande-password-cadre h2{
	font-size: 20px;
	font-weight: normal;
	margin: 0px;	
}
.commande-password-bouton{
	float: right;
	margin-top: 40px;	
}
.commande-password-descriptif{
	display: block;
	float: none;
	margin-top: 40px;
	padding-top: 21px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #808080;
}
.commande-password-descriptif p{
	font-size: 16px;
}
.commande-password-descriptif a{
	color: #000;
	text-decoration: none;
}
.commande-password-descriptif a:hover{
	color: #f57900;
	text-decoration: none;
}
