-
-/* ----------------------------------- bouton de derivation --------- */
-
-ul.button_derive:after{
- content: "";
- display: table;
- clear: both;
-}
-
-ul.button_derive li{
- list-style-type: none;
- float: right;
- position: relative;
- padding: 2px 5px 0 1em;
-}
-
-ul.button_derive li input[type=submit]{
- display: block;
- white-space : nowrap;
- border: solid 1px #d5d5d5;
- background-color: #ffffff;
- background-image: url("../../icons/add.gif");
- background-repeat: no-repeat;
- background-position: 7px 10px;
- padding: 0.6em 1em 0.6em 25px;
- border-radius: 3px;
- color: #000066;
-}
-ul.button_derive li input[type=submit]:hover{
- color: #000066;
- background-color: #f5f5f5;
- cursor: pointer;
-}