@charset "utf-8";
/* CSS Document */

#bandeau{
	padding: 0;
	height:137px;
	width:707px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top right;
}

.link{
	color:#978C7D;
	text-decoration:underline;
}

#checkout label {
	width:140px;
	float:left;
	height:13px;
	padding-top:3px;
	color:#5F4C2E;
}

.checkout_input {
	width:140px;
	margin-bottom: 2px;
}

#success a{
	color:#978C7D;
	font-size:12px;
	text-decoration:underline;
}

#success a:hover{
	color:#978C7D;
	text-decoration:underline;
	font-weight: bold;
}


.payment{
	width:140px;
	float:left;
	height:13px;
	padding-top:3px;
	color:#5F4C2E;
}

.required {
	width:140px;
	margin-bottom: 2px;
}

label.error {
	padding-left:18px;
	margin-top:2px;
	margin-left: 140px;
	padding-top:0;
	padding-bottom: 15px;
	color:#CC6600;
	background-image:url(/misc/img/unchecked.gif);
	background-repeat:no-repeat;
}

.send{	
	background:none;
	border:none;
	cursor:pointer;
	color:#978C7D;
	text-decoration:underline;	
	float:left;
	text-align:left;
	padding:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}


