body {
/* commentaire: définition de la couleur du texte */
/* color:#000000;*/
/* commentaire: définition de la couleur du fond de la page */
/* background-color:#33CCFF; (bleu no1)*/

/* commentaire: définition de la couleur du texte */
color:#FFFFFF;
/* commentaire: définition de la couleur du fond de la page */
background-color:#6666FF;


/* commentaire: définition de la police */
font-family: verdana;
/* commentaire: définition de la taille de la police */
font-size: 13px;
/* commentaire: définition des marges dans l'ordre haut-droite-bas-gauche */
margin: 1% 3% 1% 3% ; 
}

img{border="0"}

img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
   clear:both;
   text-align: center;
   }

/* commentaire: propriétés du lien */
/* a:link { color: #330099} */
/* commentaire: propriétés du visité */
/* a:visited { color: #663300} */
/* commentaire: propriétés du lien actif */
/* a:active { color: #663300} */

/* commentaire: propriétés du lien */
a:link { color: #33FFFF} 
/* commentaire: propriétés du visité */
a:visited { color: #33FFFF}
/* commentaire: propriétés du lien actif */
a:active { color: #33FFFF}



/* commentaire: propriétés du lien */
a.bandeau:link { text-decoration: none} 
/* commentaire: propriétés du visité */
a.bandeau:visited { text-decoration: none}
/* commentaire: propriétés du lien actif */
a.bandeau:active { text-decoration: none}
/* commentaire: propriété locale du lien survolé par la souris*/
a.bandeau:hover { text-decoration: none; background-color: #990033} 

td {/* commentaire: définition de la police */
font-family: verdana;
/* commentaire: définition de la taille de la police */
font-size: 13px;
}


td.fond1{background-color:#D55D0D;
}

td.fond2{background-color:#FF9900;
}

div.fond1{background-color:#D55D0D;
}

div.fond2{background-color:#D55D0D;
}







input.prog{
   background-color:#ffff99;
   border: 0px solid;
   }

input.btnhov{
   font-weight:bold;
   border: 0px solid;
   background-color: #ffcc66}




.Titre1 { font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.1em;
	font-variant: normal;
	text-align: center;
}

.Titre1:first-letter {font-size:110%; font-weight: 600;}


.Titre2 {font-weight: bold;
	
}

.SousTitre {text-decoration: underline;
	    font-style: italic;
}

.TitreCadre {font-weight: bold;
	text-align: center;
	padding:10px;
        margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	
}

.TitreCadrefond2 {font-weight: bold;
	text-align: center;
	padding:10px;
        margin-bottom: 20px;
	border-style: solid;
	border-width: 0px;
	background-color:#D55D0D;
}

.texte { line-height: 1.3em;
	text-indent: 20pt;
	text-align:justify;

}

.mini { text-indent: 10 pt;
	font-size: 11 px;

}

.mininoindent { font-size: 11 px;

}