/*==============================================================================
  Fichier dossier.css : feuille de style pour l'application Portail
==============================================================================*/
/* Les ressources de l'application ROOT sont utilisées sur les entêtes de pages
-----------------------------------------------------------------------------*/
@import url(/ressources/styles/concours.css);

/*----------------------------------------------------------------------------
  Styles spécifiques à l'application
----------------------------------------------------------------------------*/
a {white-space : nowrap;}
H1 {	
    margin:           0px  0px  0px 40px; /* top right bottom left */
    padding:          15px 0px 15px  0px; /* top right bottom left */;
    font-weight:      bold;	
    font-size:        2em;	
    line-height:      2em;
    color:            #999999;
    white-space:      nowrap;
}
/* Table des informations sur les concours
----------------------------------------*/
table.infosConcours {
    table-layout:     auto;
    border-collapse:  collapse;
    margin:           0px 10px 0px 80px; /* top right bottom left */
    text-align:       left;
}
table.infosConcours th {
    font-size:        1.2em;	
    line-height:      1.2em;	
    font-weight:      bold;	
    white-space:      nowrap;
    vertical-align:   top;
    padding:          0px 30px 15px  0px; /* top right bottom left */;
    width:            250px;
    text-align:       left;
}
table.infosConcours td {
    font-weight:      normal;	
    white-space:      normal;
    vertical-align:   top;
    padding:          0px 0px 15px  0px; /* top right bottom left */;
}
table.infosConcours td.noLF {
    white-space:      nowrap;
}
/* Table des fichiers d'annales
-----------------------------*/
table.infosAnnales {
    table-layout:     auto;
    border-collapse:  collapse;
    margin:           0px 10px 0px 80px; /* top right bottom left */
    text-align:       left;
}
/* Formats pour les textes d'information
--------------------------------------*/
p.alerte {
    margin:           0px 10px 15px 80px; /* top right bottom left */
    text-align:       left;
    font-weight:      bold;	
    color:            #CC0066;
}
p.message {
    margin:           0px 10px 15px 80px; /* top right bottom left */
    text-align:       left;
    font-weight:      bold;	
    color:            #0000FF;
}
p.info {
    margin:           0px 0px 0px 0px; /* top right bottom left */
    text-align:       left;
    color:            #CC0066;
}

