body
{
   background-color: white;
   text-align: center;
}

/* Section Messages */
.JLMessageBox form
{
   padding-top: 20px;
}

.JLMsgError
{
   color: #CC0000;
   font-weight: bold;
   text-align: center;
}

.JLMsgAvertissement
{
   color: #FF6633;
   font-weight: bold;
   text-align: center;
}

.JLMsgConfirmation
{
   color: #003366;
   font-weight: bold;
   text-align: center;
}

.JLMsgSucces
{
   color: #003366;
   text-align: center;
}

.JLMsgInformation
{
   color: black;
   font-style: italic;
   text-align: center;
}

/* Section Boutons */
button
{
   border: 0;
   background: transparent url('../Img/JLBtnLeft.png') no-repeat top left;
   height: 28px;
   padding: 0px 0px 0px 4px;
   cursor: pointer;
}

button span
{
   display: inline-block;
   background: transparent url('../Img/JLBtnRight.png') no-repeat top right;
   line-height: 28px;
   padding: 0px 11px 0px 4px;
}

button span, x:-moz-any-link
{
   /* Firefox - Décalage d'un pixel */
   top: -1px;
}

button:hover
{
   background-position: bottom left;
}

button:hover span
{
   background-position: bottom right;
}
