@charset "utf-8";
.commande-creer-compte {
	display: block;
	float: none;
	position: relative;
}
.commande-creer-compte-cadre{
	display: table;
	float: none;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
@media screen and (max-width: 767px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-creer-compte-cadre{
	display: block;
	width: auto;
	padding-top: 0px;
}	
}
.commande-creer-compte-colonne:nth-of-type(1) {
	vertical-align: top;
	display: table-cell;
	float: none;
	padding-right: 20px;
	position: relative;
	box-sizing: border-box;
	width: 32%;
}
@media screen and (max-width: 767px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-creer-compte-colonne:nth-of-type(1) {
	display: block;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #7f7f7f;
	border-left-color: #7f7f7f;
	margin-top: 40px;
}
}
.commande-creer-compte-colonne:nth-of-type(2) {
	vertical-align: top;
	display: table-cell;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
	border-right-style: dotted;
	border-left-style: dotted;
	position: relative;
	box-sizing: border-box;
	width: 34%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
@media screen and (max-width: 767px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-creer-compte-colonne:nth-of-type(2) {
	display: block;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-top: 40px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
}
.commande-creer-compte-colonne:nth-of-type(3) {
	vertical-align: top;
	display: table-cell;
	float: none;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
	width: 32%;
}
@media screen and (max-width: 767px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-creer-compte-colonne:nth-of-type(3) {
	display: block;
	width: auto;
	padding-left: 20px;
	margin-top: 40px;
	padding-right: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
}
.commande-creer-compte legend {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 9px;
}
.commande-creer-compte-inter {
	display: block;
	float: none;
	height: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #808080;
	border-bottom-color: #808080;
	position: relative;	
}
.commande-creer-compte-bouton {
	float: right;
}
.commande-creer-compte-descriptif{
	display: block;
	float: none;
	margin-top: 40px;
	padding-top: 21px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #808080;
}
.commande-creer-compte-descriptif p{
	font-size: 14px;
}
.commande-creer-compte-descriptif a{
	color: #000;
	text-decoration: none;
}
.commande-creer-compte-descriptif a:hover{
	color: #f57900;
	text-decoration: none;
}
