﻿/* le titre du sommaire */
a { /* Les liens qui ne sont pas sous le curseur. */
	color: #000099;
	text-decoration:none; /* pas de soulignement */
	font-family:Arial,Verdana;
}

a:hoover { /* Les liens lorsque le curseur est dessus. */
	color: #000066;
	text-decoration:none; /* pas de soulignement */
	font-family:Arial,Verdana;
}
a:visited { /* Les liens visités. */
	color: #003399;
	text-decoration:none; /* pas de soulignement */
	font-family:Arial,Verdana;
}

/* le titre du sommaire */
.titresommaire {
text-align: center;
font-family: arial;
font-size: 24pt;
color: #FFFF00;
background-color: #000080;
font-weight:  bold;
}

/* les elements */
.elements {
text-align: left;
font-family: arial;
font-size: 10pt;
color: #000080; /*  color: #000080; */
font-weight:  bold;
}


/* les mots clefs en bas de page */
.motsclefs {
text-align: left;
font-family: arial;
font-size: 8pt;
color: #333333;
}

/* les liens en bas de page */
.liensbasdepage {
text-align: left;
font-family: arial;
font-size: 8pt;
color: #000080;
}


.deuxcolonnes {
  float: left;
  width: 50%;
  margin: 5 0;
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  color: #000080; /*  color: #000080; */
  font-weight:  bold;
}

.troiscolonnes {
  float: left;
  width: 33%;
  margin: 5 0;
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  color: #000080; /*  color: #000080; */
  font-weight:  bold;
}


.unecolonne {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
font-family: arial;
font-size: 10pt;
color: #000080; /*  color: #000080; */
font-weight:  bold;

}
