@charset "utf-8";
#contacterVendeurExpediteur{
	position:relative;
	width:450px;
	margin:auto;
	margin-bottom:10px;
}
#contacterVendeurExpediteur .titre{
	width:442px;
	padding:2px;
	padding-left:6px;
	font-size:12px;
	font-weight:bold;
	background-color:#FF9900;
}
#contacterVendeurExpediteur .corps{
	width:440px;
	padding:3px;
	border-style:solid;
	border-width:2px;
	border-color:#FF9900;
}
#contacterVendeurExpediteur td{
	padding:3px;
	font-size:11px;
}
#contacterVendeurExpediteur input{
	font-size:11px;
}
#contacterVendeurMessage{
	position:relative;
	width:450px;
	margin:auto;
	margin-bottom:5px;
}
#contacterVendeurMessage .titre{
	width:442px;
	padding:2px;
	padding-left:6px;
	font-size:12px;
	font-weight:bold;
	background-color:#FF9900;
}
#contacterVendeurMessage .corps{
	width:440px;
	padding:3px;
	border-style:solid;
	border-width:2px;
	border-color:#FF9900;
}
#contacterVendeurMessage td{
	padding:3px;
	font-size:11px;
}
#contacterVendeurMessage textarea{
	font-size:11px;
}
#popupIn input[type="button"]{
	font-size:11px;
	font-weight:bold;
}
#contacterVendeurConclusion{
	font-size:11px;
	font-weight:bold;
	color:#6666FF;
	text-align:center;
}

