/****************************************
 *forms.css				*
 *Affichage des formulaires pour l'admin*
 * **************************************/
	/*---- FORMs ----*/
label {
	font-size: small;
	display: block;
}

td label {
	width: 100%;
	height: 100%;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #aaa;
	width: 100px;
}

input[type="submit"] {
	background-color: #eee;
	width: auto;
}

input[type="submit_menu"] {
	background-color: #eee;
	width: auto;
	font-size: 12px;
}

input[type="checkbox"] {
	background-color: #eee;
	width: auto;
}
input[type="file"] {
    width: inherit;
}

input:focus,textarea:focus,select:focus {
	background-color: #DCDCDC;
}

fieldset {
	border: 1px solid #aad;
}

fieldset legend {
	margin-left: 20px;
	color: #0a0;
	margin: 1px;
	font-style: italic;
}

input[disabled="disabled"] {
	background-color: #eee;
	color: #bbb;
}

input.nombre {
	width: 30px;
}

form.inplaceeditor-form {
	display: inline;
}

.inplaceeditor-form input {
	width: 60px;
	border: 1px solid #555;
	float: left;
}

.inplaceeditor-form input.editor_ok_button {
	width: 30px;
	border: 1px solid #555;
	margin-left: 1px;
	background-color: #aaf;
	color: #eef;
	float: left;
}

.inplaceeditor-form a.editor_cancel {
	color: #555;
	display: block;
	float: left;
	background-color: #aaf;
	height: 18px;
	border: 1px solid #555;
	margin-left: 1px;
	line-height: 18px;
	padding: 0px 1px;
font-size: small;
}
#sizeProduit ul li {
    list-style: none;
    /*border: 1px solid black;*/
    margin-right: 2px;
}
#sizeProduit ul li input{
    text-align: center;
}
