﻿/* 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:hover { /* Les liens lorsque le curseur est dessus. */
	color: #000099;
	text-decoration:underline; /* pas de soulignement */
	font-family:Arial,Verdana;
}
a:visited { /* Les liens visités. */
	color: #000099;
	text-decoration:none; /* pas de soulignement */
	font-family:Arial,Verdana;
}

ul {
font-family:Arial, Helvetica, sans-serif;
}

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

.liens_sommaire {
text-align: center;
font-family: arial;
font-size: 12pt;
color: #000080; /*  color: #000080; */
font-weight:  bold;
}




.image_sansbordure {
	border-width: 0;
}



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

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


/* bloc qui sera mis en <div> pour centrer tout le reste en 1000px de large */
#bloc_centre_1000 {
width: 1000px;
margin-left: auto;
margin-right: auto;
}

/* bloc qui sera mis en <div> pour centrer tout le reste en 800px de large soit 1000 moins 200 banniere droite */
#bloc_centre_800 {
width: 800px;
margin-left: auto;
margin-right: auto;
}


/* 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;
}

.liensbasdepage a:hover{
color: #800080;
text-decoration:underline
}


/* texte en haut de page avant titre : en bas de page */
.textehautdepage {
text-align: center;
font-family: arial;
font-size: 10pt;
font-weight:  bold;
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;
}

.avecmarge {
  text-align: left;
  font-family: arial;
  font-size: 10pt;
  color: #000000;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

/* centrage du texte */
.centrage {
text-align: center;
}


