﻿
body {
	margin: 0; /* conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	overflow:auto;
	background-image: url(Navigation/fondbleu.gif);
    }

.pages #contenant {
	width: 100%;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 0px solid #000000;  /* annulé la valeur 1px */
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
    }

.pages #annonce h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 0px; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
    }

.pages #contenu {
    }

.pages #adresse {
	padding: 1 4px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	background:#000099;
	height: 18px;
	text-align: center;
    } 

.pages #adresse p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 2px 0; /* remplissage créant un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
    }

.pages #bandeauvert
{
	background-color: #FFFFFF;
	text-align: center;
	border-top-style: ridge;
	border-top-width: medium;
	border-top-color: #3366CC;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
	}

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	text-decoration: none;
	}

.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #6FF;
	font-weight: bold;
	padding-right: 5px;
	background-color: #039;
	text-decoration: none;
	padding-left: 5px;
	}

.choix1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0;
	background-color: #039;
	font-size: 0.7em;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
	padding-left: 5px;
}

.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #006;
	font-weight: bold;
	background-color: #6CF;
	padding-right: 5px;
	text-decoration: none;
	padding-left: 5px;
	}


.choix2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006;
	background-color: #FF0;
	font-size: 0.70em;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
	padding-left: 5px;
}

h1 {
	/* titre de page */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 100%;
	font-weight: bold;
	color: #009;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 2px;
}

h2 {
	/* titre de formation, conférence, publication */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 100%;
	font-weight: bold;
	color: #009;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	/* titre d'activité en page d'accueil */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 100%;
	font-weight: bold;
	font-style: italic;
	color: #039;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 4px;
}

h4 {
	/* texte gras noir */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	/* texte gras rouge */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	/* texte normal */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

.titrepage {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FF0;
	}

.formation {
	color: #009;
	font-size: 0.9em;
	font-weight: bold;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.formationdate {
	color: #06C;
	font-size: 0.9em;
	font-weight: bold;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.categorie {
	color: #06C;
	font-size: 0.9em;
	font-weight: bold;
	background-color: transparent;
	}


.conference {
	color: #900;
	font-size: 0.9em;
	font-weight: bold;
	background-color: transparent;
}


.personne {
	color: #03C;
	font-size: 0.8em;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}

.responsable {
	color: #FFFF00;
	font-size: 0.7em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

.textepetit {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-size: 0.7em;
	background-color: transparent;
	line-height: 16px;
	font-weight: normal;
	}


.textegras {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	background-color: transparent;
	line-height: 14px;
	}

.texterouge {
	font-family: Verdana, Geneva, sans-serif;
	color: #990000;
	font-size: 0.7em;
	font-weight: bold;
	background-color: transparent;
	line-height: 16px;
	}
.textebleu {
	font-family: Verdana, Geneva, sans-serif;
	color: #03C;
	font-size: 0.7em;
	font-weight: bold;
	background-color: transparent;
	line-height: 16px;
}
.textespecial
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #003399;
}

.indication {
	color: #990000;
	font-size: 0.6em;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
}
.inscription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	padding-right: 5px;
	background-color: #900;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.promotion
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #006600;
}
.produit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
.quantite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: right;
}

.chiffre {
	color: #009;
	font-size: 0.9em;
	font-weight: bold;
	background-color: transparent;
	}

.date {
	color: #000066;
	font-size: 0.6em;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	}

.adresse {
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1pt;
	}
	
.label {
	color: #000000;
	PADDING-LEFT: 20px; 
	}
