<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
--	
*/
.clear	{clear:both}

.formInsertion  {background:#e5e5e5; border:2px solid #bbb; margin:25px 0 40px; overflow:hidden; padding:20px 10px; position:relative; width:760px}

.formInsertion p.lwidth	{height:25px !important; margin-bottom:20px !important; padding-left:15px; width:90%}

.formInsertion p    {float:left; height:65px; margin:0 !important; padding-left:15px; width:360px}
.formInsertion label    {font-weight:bold}
.formInsertion input    {margin:1px 0 0; padding:3px 5px; width:340px}
.formInsertion select   {margin:1px 0 0; padding:3px 5px 3px 2px; width:287px}
.formInsertion option   {padding-left:3px}

.formInsertion input:hover,.formInsertion select:hover,.formInsertion textarea:hover	{background:#f5f5f5}
.formInsertion input:focus,.formInsertion select:focus,.formInsertion textarea:focus	{background:#fff}

.error	{clear:right; color:#f00; display:block; float:right; font:11px Arial,Helvetica,sans-serif; height:15px; margin-right:10px; padding-top:1px; text-align:right; width:140px} /* mettre en display:none; */

.w100	{width:735px !important}
.w100 input {width:715px}

.numQuant {float:left; overflow:hidden; width:375px}
.numQuant p    {float:left; height:78px; margin:0 !important; padding-left:15px; width:172px}
.numQuant input    {margin:3px 0 0; padding:3px 5px; width:153px}
	
.formInsertion input,.formInsertion textarea {border:2px solid #aaa; font:0.9em Arial,Helvetica,sans-serif !important}

/* Zone de texte */
.textes,.descp	{float:none; overflow:hidden}
.descp {float:left; height:150px !important; margin:0 !important; padding-left:15px; width:360px}
.textes	{clear:both}
.textes p   {height:135px !important; width:735px}
.textes textarea,.descp textarea    {height:90px; margin-top:3px; overflow:auto; padding:5px; width:715px}
.descp textarea    {width:340px}


input[type="submit"]	{
	background:#882217;
	border:0;
	color:#fff;
	cursor:pointer;
	display:block;
	float:right;
	font-size:14px !important;
	font-weight:bold !important;
	margin:20px 15px 0 0 !important;
    padding:9px 0;
    width:150px !important
}

	input[type="submit"]:hover {background:#000}
</pre></body></html>