/* COPIER/COLLER du fichier enews.txt */
span {
                line-height: 20px;
                margin-bottom: 15px;
                font-size: 12px;
                color: #333;
}
 
input[type=text] {
                background-color: #F9F9F9;
                border: 1px solid #DDD;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
                box-sizing: border-box;
                font-family: inherit;
                font-style: normal;
                font-weight: 400;
                margin: 0;
                padding: 3px 6px;
                height: 30px;
}
 
input[type=submit] {
                cursor: pointer;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none !important;
                background-color: #D6DA00;
                color: #FFF !important;
                border: 0;
                height: 30px;
}