.notes {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-style: oblique; font-weight: 200}
.ème {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: x-small; font-style: normal; vertical-align: top; top: auto; clip:  rect(   ); line-height: normal}
.bleu_pale {  font-size: 13px; color: #0099FF}
.arial-2 {	font-family: "Arial, Helvetica, sans-serif"; font-size: 16px; font-style: normal;}
.comic-1 { 	font-family: "Comic Sans MS"; font-size: 12px; font-style: normal; }
.comic-2 {	font-family: "Comic Sans MS"; font-size: 14px; font-style: normal; }
.comic-3 {	font-family: "Comic Sans MS"; font-size: 18px; font-style: normal; }
.email {  font: italic 18px "Times New Roman", Times, serif; color: #990066}
a:link {text-decoration: underline; color: #0000DD}
a:visited {text-decoration: underline; color: #000099}
a:active {text-decoration: underline; color: #FF0000}
a:hover {color: #FF0000; background-color: #FFFFCC}
body {
	background-attachment: fixed;
	background-image: url(../Images/_mpage/fond_h.jpg);
	scrollbar-face-color:#0000AA;
	font-family: "Comic Sans MS";
	background-repeat: repeat;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000080;
	padding: 0px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: center;
	vertical-align: middle;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
}
.td_t {border-top-width: 1px; border-top-style: solid}
.td_b {border-bottom-width: 1px; border-bottom-style: solid}
.td_r {border-right-width: 1px; border-right-style: solid}
.td_l {border-left-width: 1px; border-left-style: solid}
.td_bl {border-bottom-width: 1px; border-left-width: 1px; border-bottom-style: solid; border-left-style: solid}
.td_br {border-bottom-width: 1px; border-right-width: 1px; border-bottom-style: solid; border-right-style: solid}
.td_tl {border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid}
.td_tr {border-top-width: 1px; border-right-width: 1px; border-top-style: solid; border-right-style: solid}
/* Bouton CSS3 */
.bouton3:hover {
	text-decoration: none;
}
.bouton3:active {
	position: relative;
	top: 2px;                                 /* Aspect enfoncé de 2px */
	box-shadow: -2px -2px 3px rgba(0,5,0,.5); /* Ombre déplacée à gauche et en haut de 2px */
}
.bouton3 {
	display: inline-block;
	width: 180pt;
	outline-style: none;
	cursor: pointer;                          /* Garde l'aspect habituel du curseur sur un lien (main) */
	text-decoration: none;                    /* Pas d'effet sur le texte */
	font: 18px/100% Georgia, Times New Roman; /* Taille et police de caractères */
	padding: 0.5em 1em 0.5em 1em;             /* Espace entre bordure et contenu : haut, droite, bas, gauche */
    background: #9EC0C1;                      /* Couleur du bouton */
	border-radius: .4em;                      /* Coins arrondis de .4em */
	box-shadow: 3px 3px 3px rgba(0,5,0,.5);   /* Ombre à droite et en bas de 3px - Dégradé de 3px - Couleur légèrement verdie */
}
