/*==============================================================================
  Fichier portail.css : feuille de style pour l'application Portail
==============================================================================*/
/* Les ressources de l'application ROOT sont utilisées sur les entêtes de pages
-----------------------------------------------------------------------------*/
/*============================================================================
  Fichier concours.css : feuille de style prncipale
============================================================================*/
body {
  background-color: white;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  color: #767272;
  margin: 0px 10px 0px 0px; /* top right bottom left */
}
form {
  margin: 0px 20px 0px 80px;
} /* top right bottom left */
input.btnSubmit {
  height: 30px;
  width: 180px;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
}
/* Entête de page (logo) et nom
-----------------------------*/
table.entetePage {
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
  border-bottom: thin solid;
  border-color: #CC0067;
  text-align: left;
}
table.entetePage td.logo {
  width: 163px;
  height: 163px;
  padding: 15px 0px 0px 40px; /* top right bottom left */
}
table.entetePage td.logoensiie {
  width: 300px;
  height: 140px;
  vertical-align: bottom;
}
table.entetePage td.titre {
  text-align: center;
  white-space: nowrap;
  font-size: 2.5em;
  line-height: 2.5em;
  color: #CC0067;
  font-style: normal;
  font-weight: bold;
}
table.entetePage tfoot td {
  padding: 5px 0px 5px 40px; /* top right bottom left */
}
/* Pied de page
-------------*/
table.basPage {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0px 15px 0px; /* top right bottom left */
  border-bottom: thin solid;
  border-color: #CC0067;
  text-align: left;
}
/* Page de login
--------------*/
table.login {
  margin: 20px 60px 10px 0px; /* top right bottom left */
}
table.login td.right {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 15px 0px 0px 15px; /* top right bottom left */
}
table.login td.left {
  text-align: left;
  padding: 15px 0px 0px 15px; /* top right bottom left */
}
/* Page d'erreur
--------------*/
table.pageErreur {
  margin: 40px 40px 15px 40px;
} /* top right bottom left */
table.pageErreur td.space {
  padding: 0px 0px 0px 40px;
} /* top right bottom left */
P.txtErreur {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #CC0067;
}
P.txtInfo {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
  color: black;
}
/* Blocage des retours ligne dans les liens
-----------------------------------------*/
a {
  white-space: nowrap;
  margin: 0px 0px 0px 0px; /* top right bottom left */
  padding: 5px 0px 5px 0px; /* top right bottom left */ ;
}
/*----------------------------------------------------------------------------
  Styles spécifiques à l'application
----------------------------------------------------------------------------*/
a {
  white-space: nowrap;
  color: #990066;
}
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;
}
H2 {
  margin: 0px 0px 0px 80px; /* top right bottom left */
  padding: 5px 0px 5px 0px; /* top right bottom left */ ;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
  color: #000000;
  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;
  font-size: 1em;
  line-height: 1.5em;
  color: #CC0067;
}
p.message {
  margin: 0px 10px 15px 80px; /* top right bottom left */
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  color: #0000FF;
}
.Style8 {
  color: #0000FF;
  font-weight: bold;
  font-size: 1.2em;
}
.Style10 {
  color: #0000FF;
  font-weight: bold;
  font-size: 1.2em;
}
.Style12 {
  color: #CC0066;
  font-weight: bold;
  font-size: 1.2em;
}
.Style18 {
  color: #CC0067;
  font-weight: bold;
  line-height: 1.5;
  font-size: medium;
}
.Style20 {
  color: #0000FF;
  font-weight: bold;
  font-size: medium;
  line-height: 1.5;
  text-align: left
}
.Style21 {
  color: #0000FF;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 150%;
}
.Style22 {
  font-weight: bold;
  color: #CC0067;
  font-size: 1.2em;
}
.Style23 {
  color: #0000FF;
  font-weight: regular;
  font-size: 1.2em;
  line-height: 150%;
}
.Style24 {
  color: #878282;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 150%;
}
.href {}