/* Personnalisation de la couleur du bandeau en haut (header) */
#header
{
    background: #41B7B1;
    color: rgba(0, 0, 0, 0.9);
}

#header a:link, #header a:visited, #logout-form button
{
    color: #303F3A;
    font-weight: bold;
}

/* Personnalisation de la couleur du texte dans le header */
#branding h1, #branding h1 a:link, #branding h1 a:visited, #user-tools a:focus, #user-tools a:hover
{
    color: rgba(0, 0, 0, 0.9);
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* Personnalisation de la couleur de fond de chaque rubrique qui correspond à des apps */
.module h2, .module caption, .inline-group h2
{
    background: #EA9E0B;
}

/* Personnalisation de l'apparence du titre dans les rubriques des apps */
a.section:link, a.section:visited
{
    color: #FFFFF;
    font-weight: bold;
}

/* Couleur des liens */
a:link, a:visited
{
    color: rgb(102, 102, 102);
}

/* Bandeau sous le header */
div.breadcrumbs
{
    background: #303F3A;
    color: #41B7B1;
}

/* Couleur du texte cliquable dans le bandeau sous le header */
div.breadcrumbs a:focus, div.breadcrumbs a:hover
{
    color: #41B7B1;
}

.button.default, input[type=submit].default, .submit-row input.default, .button, input[type=submit], input[type=button], .submit-row input, a.button
{
    background: #EA9E0B;
}
.button.default:active, input[type=submit].default:active, .button.default:focus, input[type=submit].default:focus, .button.default:hover, input[type=submit].default:hover,
.button:active, input[type=submit]:active, input[type=button]:active, .button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=button]:hover
{
    background: #EA9E0B;
}