
/* Style a appliquer le temps du chargement de la page */
.hornet-loading-page
{
    
}
/* Elements a masquer le temps du chargement des composants */
.yui3-js-enabled .hornet-menu-loading,
.yui3-js-enabled .hornet-table-loading,
.yui3-js-enabled .yui3-tabview-loading,
.yui3-js-enabled .yui3-autocomplete-loading,
.yui3-js-enabled .application-loading
{
    display: none;
}
/* Element a masquer si yui active */
.yui3-js-enabled .hornet-table-hidden
{
    display: none;
}
/* Element a masquer tout le temps */
.hornet-hidden
{
    display: none !important;
}


/*
    Framework yui cssgrids-responsive
*/
.yui3-g-r {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.yui3-g-r {
    word-spacing: -0.43em;
}

.yui3-g-r img {
    max-width: 100%;
}


/* Styles pour les formulaires */
.liste-radio-inline > div {
    display: inline;
}

/* Styles pour les tableaux */
.table .yui-dt .action {
    text-align:center;
    width: 30px;
}
.table .yui-dt td.data-align-right {
    text-align:right;    
}

.titreErreur {
	color:red;
}