/*	==================================================
	Styles pour les formulaires
	================================================== */

form.stdform {
width: 600px;
font-size: 1em;
margin-left:72px;
}
form.stdform legend {
font-size:1.2em;
font-weight: bold;
padding-left: 6px;
padding-right:6px;
padding-bottom:-30px;
margin-top: -12px;
margin-left: 20px;
margin-right:-10px;
margin-bottom:0px;
}
form.stdform fieldset {
border: none;
border-top-width: 2px;
border-top-style: solid;
margin-bottom: 25px;
margin-top:10px;
margin-right:-10px;
padding-bottom:10px;
}
form.stdform legend, form.stdform label {
}
form.stdform fieldset ol {
margin: 10px 15px 10px 35px;
padding: 0;
padding-top:5px;
padding-bottom:5px;
}
form.stdform fieldset li {
list-style:none;
padding: 5px 0px 5px 0px;
margin: 0;
width:96%;
border-bottom-style:dotted;
border-bottom-width:1px;
}
form.stdform label {
display: inline-block;
line-height: 1.2;
vertical-align: top;
width: 90px;
padding-top:4px;
}
form.stdform fieldset fieldset {
background: none;
border-width: 1px;
border-style: solid;
margin-bottom:5px;
}
form.stdform fieldset fieldset legend {
font-size:1em;
font-weight: bold;
padding-left: 5px;
padding-right:5px;
padding-bottom:0px;
margin-top: 0px;
margin-left: -8px;
margin-right: 0px;
margin-bottom: 5px;
}
form.stdform fieldset fieldset label {
display: inline-block;
width: auto;
}
form.stdform fieldset fieldset label {
margin-left: 90px;
}
form.stdform em {
font-weight: bold;
font-style: normal;
}
form.stdform input, form.stdform textarea, form.stdform select {
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-size: 1em;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
letter-spacing: normal;
white-space: normal;
}

form.stdform input.modif {
}
div.zoneCde {
left: 720px;
top: auto;
width: 240px;
height: auto;
margin: 0px -40px 0px 0px;
padding: 2px;
position: relative;
text-align: right;
font-size: 12px;
vertical-align: middle;
}
div.zoneCde IMG {
align:absmiddle;
vertical-align: text-top;
}
form.stdform div.zoneCde {
left: 650px;
top: auto;
width: 200px;
height: auto;
margin: -75px -40px 0px 0px;
padding: 0px;
position: relative;
text-align: right;
font-style: normal;
font-weight: bold;
}
form.stdform div.zoneCde INPUT.btn-form {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
height: 50px;
/*text-indent : 2px;*/
width:240px;
}
form.stdform div.zoneCde INPUT.btn-form:hover {
}

/*	==================================================
	Styles pour les tableaux et listes
	================================================== */

.tableau {
width:960px;
}
.liste {
width:888px;
margin-left: 72px;
}
div.tabpage table.liste {
width:860px;
margin-left: 0px;
}
.tableau caption, .liste caption {
visibility: visible;
text-align:right;
}
.liste td.colCommande{
width:230px;
margin:15px;
}
.tableau td.vide, .liste td.vide {
border:none;
}
.tableau td.total{
}
.tableau th, .tableau td, .liste th, .liste td {
visibility: visible;
padding:5px;
vertical-align:middle;
text-align:right;
font-size:100%;
}
.liste th, .liste td {
text-align:left;
}
.tableau thead th, .liste thead th {
vertical-align:bottom;
border:none;
border-top-width:1px;
border-top-style:solid;	
}
.liste thead th {
}
.tableau thead td, .liste thead td {
vertical-align:bottom;
background-image:none;
border:none;
}
.tableau tfoot th, .liste tfoot th {
background-repeat: repeat-x;
border:none;
text-align:right;
}
.tableau tfoot td, .liste tfoot td {
background-image:none;
border:none;
}
.tableau tbody th, .liste tbody th {
font-size:100%;
border-bottom-style:solid;
border-bottom-width:1px;
text-align: center;
}
.tableau tbody td, .liste tbody td {
font-size:100%;
border-bottom-style:dotted;
border-bottom-width:1px;
}
