﻿/*
 * global.css
 * Créé par B.BEN FRAJ - 26 Avril 2013
 * Copyright (C) BSC - 2013
 *
 * Le fichier en cours contient
 * les styles à appliquer immédiatement.
 */

/* Style des polices de caractères */
html, .app-component input, .app-component select, .app-component textarea {
    color: #504F54;
    font-family: trebuchet ms,verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 12px;
}

.app-component .app-button,
.app-component .app-button-large {
    color: White;
    font-weight: bold;
}

/* Style commun aux balises 'html' et 'body' */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}

/* Style des entrées */
.app-component input, .app-component select, .app-component textarea {
    border: 1px solid #BFBFC2;
    margin-bottom: 0px;
}

.app-button-container input {
    border-width: 0px;
}
