<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* basic elements */
body {
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #3D4558;
	background-image: url(/custom/images/fond.jpg);
	font-size: 8pt;
	font-family: Arial;

}

body,td,th {
	font-family: Arial;
}

A {
	color: white;
	text-decoration: none;
    font-family: Arial;
}
.devis{
    height:320px;width:490px;overflow-x:hidden;overflow-y:auto;margin-left:20px;margin-top:5px;padding:5px;
}    

P {
	padding: 0px;
	margin: 15px;
	valign: center;
	font-size: 9pt;
	text-align: justify;
}

.sousmenu LI {
	padding: 0px;
	margin-bottom: 3px;
    list-style: none;
         
	text-align: left;
    vertical-align:top ;
	
	font-size: 8pt;
}

.sousmenuReseau, .sousmenuReseau LI{
	padding: 0px;
	margin: 4px;
	text-align: left;
	vertical-align:top ;
	font-size: 8pt;
}

/****************   LIST DE PRODUITS dans un tableau
*/
.List {
	font-family: Arial, century gothic, sans-serif;
	text-align: center;
	font-size: 10px;
}

.List  SELECT {
	font-family: Arial, century gothic,  sans-serif;
	font-size: 10px;
}

.List A {
	font-size: 10px;
}

.List ul,.List li {
	font-family: Arial,century gothic,  sans-serif;
	list-style: circle;
	padding-bottom: 5px;
	font-size: 8pt;
	text-align: left;
}

.List TH {
	font-size: 8pt;
	text-align: center;
	border: thin;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #162C80;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}

.List H4 {
	font-size: 10pt;
}

.List1 TD {
	font-size: 8pt;
	border: thin;
	color: black;
	background-color: #7D98AC;
	border-bottom: solid 1px black;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
}

.List2 TD {
	font-size: 8pt;
	border: thin;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	color: black;
	border-bottom: solid 1px black;
}

.List .price {
	text-align: right;
}

.List .description {
	text-align: left;
}

/* FORM*/
.formHeader {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #3D4558;
	background-color: #7D98AC;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.formLabel {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #3D4558;
	border: 1px;
	padding-left: 10px;
}

.error {
	color: red;           
}

.ok {
	color: green;
}
</pre></body></html>