@media screen and (max-width: 780px) {
#order_form {
	width:95%;
}
#order_form div {
	width:100%;
}
/* XPFSPJV1001SPJV1001SPRV0501SPTU1005SPMA1001*/
#order_form select {
	display:block;
	height:2.5em;
	margin-right: 0.6em;
	border:1px solid #000;
}
#order_form .ligne {
	border-bottom:1px solid #AAA;
	margin-bottom:1em;
	padding-bottom:1.5em;
}
#order_form select.order_produit {
	text-align:center;
	width: 80%;
	margin-left:5%;
	margin-bottom:0.5em;
}
#order_form div.colorbox {
	clear:both;
	float:left;
	width:2em;
	height:2em;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:0.5em;
}
#order_form select.order_couleur {
	float:right;
	width: 60%;
	margin-right:15%;
	margin-bottom:0.5em;
}
#order_form select.order_cond {
	clear:both;
	float:left;
	margin-left:5%;
	width:30%;
}
#order_form input.order_quant {
	float:left;
	width: 2.5em;
	margin-left:1%;
	height:2.5em;
	text-align:center;
}
#order_form .order_prix {
	height:2.5em;
	width:6.5em;
	line-height:200%;
	margin-left:5%;
	margin-right:0%;
}
#order_form div.order_suppr {
	margin-top:0em;
	margin-right:2%;
	width:1em;
	height:1em;
}
#order_form div#add_line {
	float:none;
	height:auto;
	margin-bottom:0.5em;
	padding:0px;
}
#order_form div#add_line input {
	font-size: 1.2em;
}
#order_form div#tot {
	float:none;
	width:70%;
	height:2.5em;
	margin:auto;
	line-height:200%;
}
#order_form div#tot input {
	text-align:right;
	margin:auto;
	width:50%;
}
#order_form div#livraison {
	margin-top:1.5em;
	margin-bottom:1.5em;
	line-height:150%;
}
#order_form div#currencychoice {
	float:none;
	width:40%;
	margin-top:2em;
}
#order_form div#currencychoice input {
	width:4em;
	height:2em;
}
#id_form {
	width: 100%;
}
#id_form span {
	display:block;
	width:80%;
	margin:auto;	
	
}
#id_form input {
	width:80%;
	margin:auto;
}
#id_form textarea#message {
	width:80%;
	margin:auto;
}
#id_form div#send {
	
}

#order_form div#ship {
	width:100%;
	margin:0px;
	margin-bottom:2em;
}
#order_form #ship #ship_select {
	width:85%;
	margin:auto;
}
#order_form select {
	display:inline-block;
	width:47%;
	margin-right:1%;
}

#order_form #ship div {
	width:40%;
}

#order_form div#ship input.estimer {
	height:3em;
	width:100%;
}

#order_form #ship label {
	width:55%;
}

#order_form #ship input.order_totalprice {
	margin:0em;
	width:45%;
}

#order_form #ship .shipping_cost {
	margin:auto;
	width:80%;
	margin-top:0.7em;
}

#order_form #ship select {
	display:inline-block;
	width:47%;
	margin-right:1%;
}

}

@media screen and (max-width: 325px) {
#order_form .order_prix {
		width:5.4em;
}
#order_form input.order_quant {margin-left:0%;margin-right:0%;}

#order_form #ship #ship_select {
	width:100%;
}
#order_form #ship div {
	width:80%;
}

#order_form #ship .shipping_cost {
	margin:auto;
	width:100%;
	margin-top:0.7em;
}
	
}