﻿.degradeMapping {
    background: #8e2e85;
    background: -moz-linear-gradient(left, #8e2e85 0%, #df091d 25%, #f5a704 50%, #8ebd43 75%, #1a89c5 100%);
    background: -webkit-linear-gradient(left, #8e2e85 0%,#df091d 25%,#f5a704 50%,#8ebd43 75%,#1a89c5 100%);
    background: linear-gradient(to right, #8e2e85 0%,#df091d 25%,#f5a704 50%,#8ebd43 75%,#1a89c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e2e85', endColorstr='#1a89c5',GradientType=1 );
    background-color: #ff5e00;
}
.pied {
    border-top: 7px solid #1a80bc;
}