﻿/*
 * main.css
 * Créé par B.BEN FRAJ - 26 Avril 2013
 * Copyright (C) BSC - 2013
 */

/* Style du pied de la page */
.app-main-footer {
    background-color: White;
}

.app-main-footer-background {
    background-image: url('../../img/spackages/header.jpg');
    background-repeat: repeat-x;
}

.app-main-footer-copyright {
    background-image: url('../../img/header/logo.png');
}

.app-main-footer-copyright-text {
    color: #706E71;
    font-family: Arial;
    font-size: 11px;
}

.app-main-footer-txt {
    color: #000000;
    font-size: 18px;
    font-family: 'Segoe UI';
}

/* Styles vides */
.app-main-body, .app-main-container {
}