a { /* Les liens qui ne sont pas sous le curseur. */
	color:#0066FF; /*bleu*/
	font-family:Arial; /* police : Arial*/
    background-color:white;/* Couleur bleue clair */
    font-family:Arial;
    text-decoration:none} /* les liens ne sont pas soulignés */
}

block {
display:block;
font-weight:bold;
color:white;
background-color:#0066FF;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}

a:hover { /* Les liens lorsque le curseur est dessus. */
	color:fuchsia; /* rouge */
	text-decoration:none; /* pas de soulignement*/
}

a.onglet { /* style des liens se trouvant dans un onglet inactif */
  color:#0066FF;
  background-color:#CCCCCC;/* le fond est gris clair */
  font-family:Arial;
  font-size:medium;
  text-decoration:none} /* les liens ne sont pas soulignés */

body { /* défini le body (la page) */
  background-color: #FFFFFF ; /* le fond de la page est blanc */
  font-family:Arial;
  color:black /* les textes sont noirs */
}

.button {
	background-color: white;
	font-color:#0066FF;
}

.h4 {
	font-size: medium;
	font-weight: bold;
}
.legende {
	font-size: x-small;
	font-style:italic;
}
.menu1 {
	border-bottom:none;
	padding-top:12px;
	float: inherit;
	clear: none;} /* marge intérieure basse */

.minilegende {
	font-size: xx-small;
	font-style:italic;
}
.noline {text-decoration:none;}

.onglet { /* style des onglets inactifs */
  text-decoration:none; /* pas de soulignement*/
  border:1px solid color=#0066FF; /* encadrement */
  padding:7px 1px 3px 3px /* marge intérieure */
}

.onglet-actif { /* style de l'onglet de la page active */
   text-decoration:none; /* pas de soulignement*/
   border:solid 2px color=#0066FF ; /* l'encadrement est porté à 2 pixels */
   margin:5px 0px 0px 5px; /* marges intérieures */
   padding:7px 3px 3px 7px red ; /* marges extérieures */  
   color:white;
   font-family:Arial Black;
   font-size:large;
   background-color:#0066FF} /* le fond de l'onglet actif est bleu*/

.onglet-semi-actif { /* style de l'onglet de la page active */
   text-decoration:none; /* pas de soulignement*/
   border:none ; /* l'encadrement */
   margin:5px 0px 0px 5px; /* marges intérieures */
   padding:none ; /* marges extérieures */  
   color:white;
   font-family:Arial Black;
   background-color:#0066FF /* le fond de l'onglet actif est bleu*/
}
.onglet-semi-actif2 { /* style de l'onglet de la page active */
   text-decoration:none; /* pas de soulignement*/
   border:none ; /* l'encadrement */
   margin:none; /* marges intérieures */
   padding:none ; /* marges extérieures */  
   color:white;
   font-family:Arial Black;
   background-color:#666666 /* le fond de l'onglet actif est gris*/
}

.Paragraphe {	
	font-size: 24px;
	font-weight: bold;
}

.p.normal {font-style:normal;}

.pitalic {font-style:italic;}

.p.oblique {font-style:oblique;}

.Sous-paragraphe {
	font-size: 18px;
	font-weight : bold
}

.Ssous-paragraphe {
	font-size: 18px;
}
.Style1 {
   color:white;
}


.Style4 {color: #990099}

.Style5 {color: #009999}

.Style6 {color: #999999}

.Style7 {color: #000000}

.Style8 {
	color: black;
	font-weight: bold;
}

.Style9 {color: #0000FF}

.Style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	}

.Style11 {
	font-size: x-large
}

.Style12 {
	font-size: 16px;
	font-weight: bold;
}

.Style13 {	color: black;
	font-weight: bold;
}

.Style14 {color: #FFFFFF}

.Style20 {
	font-size: 12px;
	font-weight: bold;
}
.Style22 {
	color: #0033CC;
	font-weight: bold;
}
.Style23 {
	color: #0033CC;
	font-size: 18px;
}
.tableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: #0066FF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-decoration:none;
}

.Titre {	
	font-size: 30px;
	font-weight: bold;
}
.video {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #0066FF;
}

.video2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #F1D196;
}

.video3 {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #F1D196;
}

.videolight {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #993300;
}

.videoongrey {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #666666;
}
.videotimes {
	font-family: Times;
	color: white;
	background-color: #0066FF;
}


