/* STYLES COMMUNS A TOUTES LES PAGES */

BODY {background-color: #22CC77; font-family: "Comic Sans MS"; color: white; font-size: 18px;
  text-align: center}
.MTITLE {color: white; border-style: solid; border-width: 2px; border-color: white;
	font-size: 21px; font-weight: bold; line-height: 40px; letter-spacing: 8px;
text-align: center}
.LNK {cursor: pointer}

/* STYLES DU LEFT_FRAME (MENUS) */

.MENU {font-family: "Arial"; font-size: 14px; color: #004400; margin-bottom: 8px; line-height: 20px}
.MENUH {background-color: #AADDBB; font-weight: bold; border-style: solid;
  border-width: 1px; border-color: #004400; padding: 0px; text-align: center}
.MENUB {background-color: lightcyan; font-weight: normal; border-style: solid;
  border-top: none; border-width: 1px; border-color: #004400; font-size: 12px;
	text-align: left; padding: 4px}

/* STYLES DE LA PAGE ANNIVERSAIRES */

TABLE {font-family: "Times New Roman"; text-align: center; font-size: 18px}
TH {color: yellow; font-size: 24px}
.PAST_ANNIV {margin-top: 4px; color: white; font-style: italic}
.CURR_ANNIV {margin-top: 4px; color: yellow; font-weight: bold}
.NEXT_ANNIV {margin-top: 4px; color: white}

/* STYLES DE LA PAGE MAISON DE LYS */

.CADRE {border-style: solid; border-width: 1px; border-color:white}

/* STYLES DU LIVRE D'OR */

.POST_LNK {border-style: solid; border-width: 1px; border-color:white;
  text-align: center; color: white; cursor: pointer; width: 350px}
.MESS {font-family: "Arial"; font-size: 12px; color: #004400; margin-top: 8px;
  line-height: 20px; width: 90%}
.MESSH {background-color: #AADDBB; font-weight: bold; border-style: solid;
  border-width: 1px; border-color: #004400; padding-left: 4px; text-align: left}
.MESSB {background-color: lightcyan; font-weight: normal; border-style: solid;
  border-top: none; border-width: 1px; border-color: #004400; font-size: 12px;
	text-align: left; padding: 4px}
	
/* STYLES DE LA PAGE DE POST DES MESSAGES */

.MSTYLE {font-family: "Comic Sans MS"; font-size: 16px; font-weight: normal}
.LCOL {text-align: right}
.RCOL {text-align: left}

