/* Bloc orange */
.moteur {background:#aeaeae; background: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), to(#8e8e8e));background-image: -moz-linear-gradient(top, #aeaeae, #8e8e8e);padding: 6px;}
.moteur .titre { font-size: 18px; display: block; color: #333; text-align: left; font-weight: bold; text-shadow: 0px 1px #d1d1d1; border-bottom: 1px dotted black; }
.moteur h4 { margin: 10px 0 0; color: #000; border-bottom: 1px dotted #FFF; text-transform: uppercase; font-size: 12px; }
.moteurTable { width: 288px;}
.moteurTable td { padding: 4px; width: 50%; color: #FFF; }
.moteurTable select, .moteurTable input[type=text] {width: 100%; color: #000;}
.moteurTable select.selected {font-weight: bold;background: #cedfe0;border: 0;}
.moteurTable input.selected {font-weight: bold;background: #cedfe0;border: 0;}
.moteurTable label {display: inline; float: none; padding: 0; width: auto; }
