<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ctlMessage {
   background-color: #fff;
   border-radius: 5px;
   border: 2px solid #656565;
   box-shadow: 0 0 4px 2px #F3F2EF;
   color: #58544E;
   font-size: .9em;
   margin-top: 10px; 
   margin-bottom: 10px; 
   padding: 10px;
   position: relative;
}
#ctlMessage.msgAvert {
   border-color: #FFC300;
   box-shadow: 0 0 4px 2px #FFC300; 
}
#ctlMessage.msgErreur {
   border-color: #AE0800;
   box-shadow: 0 0 4px 2px #AE0800; 
}
#ctlMessage.msgSucces {
   border-color: #228E01;
   box-shadow: 0 0 4px 2px #228E01;
}
#ctlMessage.msgInfo {
   border-color: #656565;
   box-shadow: 0 0 4px 2px #656565;
}
#ctlMessage:not(.ie8) {border: none !important;}
#ctlMessage button {
   background: transparent url(../img/Messages.png) left -108px no-repeat;
   height: 24px;
   width: 24px !important;
   border: 0;
   box-shadow: none;
   cursor: pointer;
   opacity: .5;
   filter: alpha(opacity=50); /*IE8*/
   padding-right: 0;
   position: absolute;
   right: 5px;
   top: 5px;
}
#ctlMessage button:hover, #ctlMessage button:focus {
   box-shadow: none;
   opacity: 1;
   filter: alpha(opacity=100); /*IE8*/
}
#icoMessage {
   background-image: url(../img/Messages.png);
   background-repeat: no-repeat;
   display: inline-block;
   height: 24px;
   position: absolute;
   top: 8px;
   width: 24px;
}
.msgAvert #icoMessage {background-position: 0 0;} 
.msgErreur #icoMessage {background-position: 0 -27px;}
.msgSucces #icoMessage {background-position: 0 -81px;}
.msgInfo #icoMessage {background-position: 0 -54px;}
#txtMessage {
   display: inline-block;
   margin: 0 30px 0 40px;
}
</pre></body></html>