/* Style des formulaires */

form.inscription {
	padding : 1px 1px 1px 0px;
}
div.inscription {
  height : 18px;
}
div.row {
	clear : both;
	padding-top : 10px;
}
div.row span.label {
	float : left;
	width : 100px;
	text-align: right;
}
div.row span.formw {
	float : right;
	width : 90%;
	text-align : left;
}
p.champs_oblig {
  font-weight : bold;
  text-align : center;
}
label.label_cote
{
	cursor : pointer;
	width : 200px;
	clear : left;
	float : left;
	text-align : right;
	margin-right : 15px;
}
label.ajout_art
{
	cursor : pointer;
	width : 85px;
	clear : left;
	float : left;
	text-align : right;
	margin-right : 15px;
}
legend {
	font-weight : bold;
}
fieldset {
	border : #A79985 1px solid;
	margin-bottom : 10px;
	padding : 10px;
}
fieldset.inscription input[type=text],fieldset.inscription input[type=password],fieldset.inscription textarea {
	text-align : left;
}
.input_gras input[type=button] {
	font-weight : bold;
}
.input_italique input[type=button] {
	font-style: italic;
}
.input_souligne input[type=button] {
	text-decoration : underline;
}
.input_barre input[type=button] {
	text-decoration : line-through;
}
.input_clignotant input[type=button] {
	text-decoration : blink;
}
