<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @package    euro_activities
 * @author     Yann Praud - Eurojumelages
 * @author     Created on juil 2014 2014
 */


/* tables */

table.euroj_activlist {
	border-width: 1px;
  border-style: solid;
  border-color: #42587f;
	border-spacing: 0px;
  padding : 5px;
}

table.euroj_activlist th {
  height: 28px;
	/*background-color: #3223E0;*/ /* #47ABEE ou #0088cc dans le tableau des activitÃ©s #0058D2 ou #003096; bleu foncÃ© comme dans les titres de menus de la colonne left */
	border-bottom: 1px solid #42587f;
	border-right: 0px solid #42587f;
  color: #F2F2F2;  /* color: #FFCC00; jaune comme dans les titres de menus de la colonne left */
  font-size: 10pt;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  text-transform: none;   /* ni uppercase ni capitalize */
}

table.euroj_activlist th a {
	color: #F2F2F2;
}

table.euroj_activlist tr {
  height: 16px;
	border-color #738498;
	background-color: #e8e8e8;      /* pour la premiÃ¨re ligne zÃ©ro et les lignes paires */
}

table.euroj_activlist tr:nth-of-type(2n+1){
  /* pour les lignes impaires */
  background-color: #FFFFFF;   /* autres choix #E0F0FF, #E1E5EE, #e5d9c3; */
}


table.euroj_activlist td {
  vertical-align: left;
  text-align: center;
  margin-bottom: 0cm;
	border-bottom: 0px solid #42587f;
	border-right: 0px solid #42587f;
  font-family: Times New Roman,serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
}

table.euroj_activlist_detail {
  cellspacing: 0;
  cellpadding: 0;
  text-align: center;
	border-width: 1px;
  border-style: solid;
  border-color: #42587f;
	border-spacing: 0px;
  padding : 0px;
}

table.euroj_inscriptlist {
	border-width: 0px;
	border-spacing: 0px;
  padding : 5px;
}

table.euroj_inscriptlist th {
  height: 28px;
	background-color: #3223E0; /* #47ABEE ou #0088cc dans le tableau des activitÃ©s #0058D2 ou #003096; bleu foncÃ© comme dans les titres de menus de la colonne left */
	border-bottom: 1px solid #42587f;
	border-right: 0px solid #42587f;
  color: #F2F2F2;  /* color: #FFCC00; jaune comme dans les titres de menus de la colonne left */
  font-size: 10pt;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  text-transform: none;   /* ni uppercase ni capitalize */
}

table.euroj_inscriptlist th a {
	color: #F2F2F2;
}

table.euroj_inscriptlist tr {
  height: 16px;
	border-color #738498;
	/* background-color: #e8e8e8;  */    /* pour la premiÃ¨re ligne zÃ©ro et les lignes paires */
}

table.euroj_inscriptlist tr:nth-of-type(2n+1){
  /* pour les lignes impaires */
  /* background-color: #efefef; */  /* autres choix #E0F0FF, #E1E5EE, #e5d9c3; */
}


table.euroj_inscriptlist td {
  vertical-align: left;
  text-align: center;
  margin-bottom: 0cm;
	border-bottom: 0px solid #42587f;
	border-right: 0px solid #42587f;
  font-family: Times New Roman,serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
}

table.euroj_inscriptlist_detail {
  cellspacing: 0;
  cellpadding: 0;
  text-align: center;
	border-width: 1px;
  border-style: solid;
  border-color: #42587f;
	border-spacing: 0px;
  padding : 0px;
}

.bordure-tableau{
  border-style: solid;
  border-color: #42587f;
}
.fond-ligne-claire{
	background-color: #FFFFFF;
}
.fond-ligne-colore{
	background-color: #E1E5EE;
}
.fond-ligne-fonce{
	background-color: #dddddd;
}
td.board-col1 {
  padding: 2px 2px 2px 2px;
  text-align: center;
}
td.board-col1 img {
/* Taille des images des tableaux de trombinoscopes selon le principe suivant :
  1) La hauteur est imposÃ©e et la largeur lui est proportionnelle
  2) Lorsque la largeur obtenue dÃ©passe le maximum indiquÃ©, elle est alors ramenÃ©e Ã&nbsp; ce maximum */
  height: 59px;
  max-width: 55px;
/* Code spÃ©cial IE */
  _width: expression((this.offsetWidth&gt;=this.offsetHeight) ?
      Math.min(parseInt(this.offsetWidth), 55 ) : true);

  border: 1px solid #999999;
}
td.board-col2, td.board-col3, td.board-col4, td.board-col5 {
  padding: 0 2px 0 2px;
  text-align: center;
}
td.board-col2, td.board-col3, td.board-col4, td.board-col5 p {
  margin: 0;
  padding: 0 2px 0 2px;
  text-align: center;
}
td.board-col5 img {
  border: 1px solid #999999;
  height: 12px;
  width: 20px;
}

table.bas_page tr {
  height: 12px;
  line-height: 1;
	background-color: #ffffff;      /* #e8e8e8; pour la premiÃ¨re ligne zÃ©ro et les lignes paires */
}


</pre></body></html>