/* Début formulaires*/
form{
	margin:0;
}

fieldset {
	padding:20px 20px 10px 20px;
	margin:0;
	background:#DCDADB url(/images/front/habillage/fieldset_top.gif) 0 0 repeat-x;
}

fieldset.identification {
	padding:10px 20px 10px 20px;
	margin:0 10px 0 0;
	width:300px;
	float:left;
	height:260px;
	background:#FFFFFF url(/images/front/habillage/fieldset_top.gif) 0 0 repeat-x;
}

fieldset, fieldset.identification {
	border:0;
	border-bottom:1px solid #C9C7C7;
}

fieldset.bg_gris_fonce {
	background-color:#C8C6C7;
	margin-bottom:0;
}

fieldset.bg_cadeau {
	background:#C8C6C7 url(/images/front/modules/cadeaux.jpg) right bottom no-repeat;
	margin-bottom:0;
}

fieldset.vide {
	border:0;
	background:none;
	padding:0 0 10px 0;
}

fieldset input, fieldset select, fieldset textarea {
    font-size: 11px;
}

fieldset h1 {
  font-size: 12px;
  font-weight: bold;
  clear: both;
  margin: 8px 1px;
  margin-bottom: 8px;
}

fieldset label {
	font-size: 12px;
	color:#5D6A6B;
	line-height:1.5em;
	font-weight:normal;
}

fieldset label span.violet_gras {
	color:#660099;
	font-weight:bold;
}

fieldset p {
	margin:0 0 7px 0;
}

.field-with-errors {
	background: url(/images/front/pictos/icon_cross.png) 0 -1px no-repeat;
	padding-left: 24px;
}

fieldset.adresse p {
	margin:0;
	padding:0;
	line-height:10px;
}

fieldset div.aide_champ {
	margin-bottom: 2px;
	margin-left:150px;
	color:#9E2B5B;
	font-size:10px;
}

input.remise {
    width: 85px;
	margin:0;
	padding:0;
}

fieldset .small {
    width: 60px;
}
fieldset .medium {
    width: 160px;
}
fieldset .large {
    width: 250px;
}
fieldset .big {
    width: 350px;
}
fieldset textarea.small {
  height: 60px;
  width: 250px;
}

fieldset textarea.big {
    height: 160px;
}

fieldset input.bouton, fieldset img.bouton {
    margin: 10px 4px 10px 0px;
} 

.boutons {
    margin: 16px 0;
    clear: both;
}

div.champ_obligatoire {
	font-style:italic;
	color:#999999;
}

div.cadre_centre {
	width:533px;
	border:1px solid #e0e0e0;
	font-size:11px;
	line-height: 18px;
	color:#666;
	padding:8px 5px;
	margin:10px 0;
	text-align:center;
}

.right {
	text-align:right;
}
/* Fin formulaires*/