@CHARSET "ISO-8859-1"; #financiere .arborescence { border-top: 1px solid #838587; background: #b8b8b8; background: -webkit-gradient(linear, left top, left bottom, from(#87898a), to(#b8b8b8)); background: -webkit-linear-gradient(top, #87898a, #b8b8b8); background: -moz-linear-gradient(top, #87898a, #b8b8b8); background: -ms-linear-gradient(top, #87898a, #b8b8b8); background: -o-linear-gradient(top, #87898a, #b8b8b8); padding: 4.5px 9px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: #FFFFFF; font-size: 11px; font-family: Georgia, serif; text-decoration: none; vertical-align: middle; } #financiere .arborescence:hover { border-top-color: #cccccc; background: #cccccc; color: #000000; } #financiere .arborescence:active { border-top-color: #3f4142; background: #3f4142; } #financiere { font-size:13px; text-shadow: 1px 1px 1px white; } #financiere select { width:80px; } #financiere li { height:20px; padding:5px; border:1px solid silver; margin-top:2px; background-image:url('/themes/default/images/stripe.png'); background-repeat: repeat-x; } #financiere li:hover { background-image:url('/themes/default/images/stripe-hover.png'); background-repeat: repeat-x; } #financiere select { width:100%; } #link { text-align:right; margin-top:20px; font-size:13px; } #financiere .interval input[type=text] { width:100px; } #financiere select.intervalSelect { width:102px; } #financiere select { width:265px; } a:hover { text-decoration: none; text-shadow: 1px 1px 1px #615F5F; } .error { display:block; border:1px solid red; height:40px; background-color:#F8C5C5; margin-bottom:5px; } .error div { margin-top:12px; margin-left:5px; color:red; text-shadow: 1px 1px white; }