.librairie {
   font-size: 0.8em;
   color: #708090;
   border-top: 2px solid #708090;
   text-align: right;}

/* Begin tab styles */

.panel {
   clear: both;
   display: none;
   border: 3px solid #CCC;
   padding: 1em;}
.panel.active-tab-body {display: block;}
#tabs {list-style: none;}

#tabs li {
   float: left;}

#tabs a {
   float: left;
   padding: 5px 8px;
   margin-left: 6px;
   background-color: #F2F2F2;
   text-decoration: none;
   color: #999999;
}

#tabs a.active-tab {
   background-color: #CCC;
   border-top: 3px solid #999;
   padding-top: 3px;
   color: #000;
}

/* End tab styles */

/* Begin validate styles */

input.disabled {
   border: 1px solid #F2F2F2;
   background-color: #F2F2F2;}

/*
input.required,
textarea.required {border: 1px solid #D71343;}
*/

.validation-failed {
   background-color: #cc0000; 
   color: #fff; text-align: center; font-weight: bold; clear: both;}

/*
input.validation-passed,
textarea.validation-passed {border: 1px solid #00CC00;}
*/

.validation-advice {
   margin: 5px 0;
   padding: 5px;
   background-color: #FFF;
   color : #D71343;
/* font-weight: bold;*/
}

.custom-advice {
   margin: 5px 0;
   padding: 5px;
   background-color: #FFF;
   color : #FF3300;
   font-weight: bold;}

