/*
 * Copyright (C) 2011 Pascal Chouinard, Francois X Guillemette, Louis Martin
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


.petitTexte {
    font-family: Arial;
    font-size:12px;
}

div.body.rechercheAvancee {
    margin-left: 40px;
    width:720px;
}

table.rechercheAvancee {
    padding-top: 6px;
    width:680px;
}

input[type=submit] {
    font-size: 12px;
}

input[type=reset] {
    font-size: 12px;
}

.enteteSection {
	margin-top:15px;
	margin-bottom:10px;
	border: 1px solid #999999;
	padding: 6px;
	page-break-after:avoid;
    font-variant: small-caps;
    font-size: 115%;
    cursor: pointer;
}

.enteteSection h3 {
    color: #000000;
    font-variant: normal;
    font-weight: normal;
    font-size: 105%;
    margin-top: 6px;
}

.champRecherche {
    height: 30px;
}

.champRecherche.emphase {
    color: red;
    font-weight: bold;
}

.champRecherche input[type='text'] {
    width: 100%;
}

span.nomChamp {
    font-weight: bold;
    font-style: italic;
}

th, td {
    padding-right: 4px;
}

th {
    padding-bottom: 10px;
}

th a {
    border-bottom-style: none;
}

td {
    line-height: 19px;
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

span.titre {
    color: #790131;
    font-size: 28px;
    font-weight: bold;
    font-variant: small-caps;
}

.messageAccueil {
    font-size: 14px;
}

th.asc, th.desc {
    background-position: top right;
    background-repeat: no-repeat;
}

th.asc {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc {
    background-image: url(../images/skin/sorted_desc.gif);
}

.iconeNouveau {
    padding-left:0;
    padding-right:0;
}

.titre a {
    border-bottom: none;
}

.list th:hover, .list tr:hover, .list th.hover, .list tr.hover {
    background: #b2d1ff;
    cursor:pointer;
}

td.numero {
    font-size: 11px;
}

th.numero {
    padding-left: 0;
    padding-right: 8px;
}

th.numero.asc {
    background-image: url(../images/skin/sorted_asc2.gif);
}
th.numero.desc {
    background-image: url(../images/skin/sorted_desc2.gif);
}

.rechercheRapideTitle {
    font-size: 13.5px;
    color: #790131;
}

