/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/**
 * Feuille de style utilisee pour definir les tableaux (<table>) des pages du site de l'Agence de l'eau Rhone-Mediterranee et Corse.
 *
 * File : styles/tableau.css
 *
 * CSS Niveau 2
 *
 * LICENSE: Ce programme est mis a disposition selon le Contrat Creative Commons
 * Paternite-NonCommercial-ShareAlike 2.0 France disponible en ligne 
 * http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal a  
 * Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
 *
 * @category   Site Web institutionnel de l'Agence de l'eau Rhone-Mediterranee et Corse
 * @author     Nicolas FREVOL <nicolas.frevol@getronics.fr>
 * @copyright  2008 Agence de l'eau Rhone-Mediterranee et Corse
 * @license    http://creativecommons.org/licenses/by-nc-sa/2.0/fr/  Creative Commons Paternite-NonCommercial-ShareAlike 2.0 France
 * @version    1.0.0 du 17/01/2008
 */

body {
    min-width: 52em;
}
/* style par defaut */
table {
    background-color: #FF6600;
    border-spacing: 2px !important;
    margin-bottom: 1em;
}

th, td {
	padding: 5px;
}

th p, td p {
	font-size: 1em !important;
	padding-bottom: 0px !important;
}

table caption {
    padding-bottom: 0.5em;
}

table th {
    text-align: left;
    font-size: 1em;
	background-color: #FFCC66;
	padding-left: 3px;
}

table td {
    font-size: 1em;
    background-color: #FFFFFF;
	padding-left: 3px;
}

table td ul li {
    font-size: 1;
}

caption {
    font-weight: bold;
    color: #014F61;
    font-size: 1em;
}

table.largeurMax {
    width: 100%;    
}


/**
 ********************************
 * Styles personnalises (classes)
 ********************************
 */

table td.titre {
    background-color: #FFCC66;
}

.contenuDroite table {
	clear: right; /* corrige la supperposition d'un cadre droit suivi d'un tableau */
}

.irrigat table th, .irrigat table td {
	text-align: center;
	font-size: 0.8em;
}
.resultatred table td, table th {
	text-align: left;
}

 
