body {
	background-color: navajowhite;
	margin-left: 0;
	margin-top: 0;
	font-family : Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold; 
	color: yellow; 
	text-decoration: none;
}
a:hover {  
	font-weight: bold; 
	color: lime; 
	text-decoration: underline overline;
}

/* Gestion du haut de page */
.GrandTitre {
	background-color: chocolate;
}
.DateJour {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: bold; 
	color: white;
}
.Heure {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold; 
	color: white;
}

/* Gestion du menu haut */
table.MenuHaut {
	background-color: white;
}
.MenuHautTexte {
	background-color: crimson;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.MenuHautTexte a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: yellow;
}
.MenuHautTexte a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: underline overline;
}
.MenuHautTexteSelected {
	background-color: orange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.MenuHautTexteSelected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: yellow;
}
.MenuHautTexteSelected a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: underline overline;
}

/* Gestion du menu droit */
td.MenuDroit {
	background-color: orange;
}
.MenuDroitTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.MenuDroitTexte a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: yellow;
}
.MenuDroitTexte a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: underline overline;
}
.MenuDroitTexteSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.MenuDroitTexteSelected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.MenuDroitTexteSelected a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: underline overline;
}
.MenuDroitTitreAventure {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: yellow;
}
.MenuDroitTitreAventure a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: yellow;
}
.MenuDroitTitreAventure a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: white;
	text-decoration: underline overline;
}
.MenuDroitTitreAventureSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.MenuDroitTitreAventureSelected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.MenuDroitTitreAventureSelected a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: underline overline;
}

/* Gestion du bas de page */
table.BasPage {
	background-color: chocolate;
}
.BasPageTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}

/* Gestion des titres et textes */
.GrandTitreTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.Titre a {
	font-weight: bold; 
	color: blue; 
	text-decoration: none;
}
.Titre a:hover {  
	font-weight: bold; 
	color: blue; 
	text-decoration: underline overline;
}
.TexteNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.TexteNormal a {
	font-weight: bold; 
	color: blue; 
	text-decoration: none;
}
.TexteNormal a:hover {  
	font-weight: bold; 
	color: blue; 
	text-decoration: underline overline;
}
.TextePetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.TextePetit a {
	font-weight: bold; 
	color: blue; 
	text-decoration: none;
}
.TextePetit a:hover {  
	font-weight: bold; 
	color: blue; 
	text-decoration: underline overline;
}

/* Gestion des jeux de rôles */
.TitreNorin {
	font-family: "Times New Roman", Roman, serif;
	font-size: 28px;
	color: black;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.SousTitreNorin {
	font-family: "Times New Roman", Roman, serif;
	font-size: 18px;
	color: black;
	font-style: italic;
	text-align: center;
}
.TitreIshimoto {
	font-family: "Times New Roman", Roman, serif;
	font-size: 28px;
	color: black;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.SousTitreIshimoto {
	font-family: "Times New Roman", Roman, serif;
	font-size: 18px;
	color: black;
	font-style: italic;
	text-align: center;
}
.TitreFejyel {
	font-family: "Times New Roman", Roman, serif;
	font-size: 28px;
	color: white;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.SousTitreFejyel {
	font-family: "Times New Roman", Roman, serif;
	font-size: 18px;
	color: white;
	font-style: italic;
	text-align: center;
}
.BandeauCaract {
	background-color: brown;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.TitreRubrique {
	font-family: "Times New Roman", Roman, serif;
	font-size: 15px;
	color: brown;
	font-weight: bold;
	text-align: center;
}
.ContenuRubrique {
	font-family: "Times New Roman", Roman, serif;
	font-size: 15px;
	color: brown;
	font-style: italic;
	text-align: center;
}
.TitreAventure {
	font-family: "Times New Roman", Roman, serif;
	font-size: 28px;
	color: brown;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.TexteAventure {
	font-family: "Times New Roman", Roman, serif;
	font-size: 15px;
	color: brown;
	font-style: italic;
}
.FejyelCompagnonNom {
	font-family: "Times New Roman", Roman, serif;
	font-size: 18px;
	color: brown;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.FejyelCompagnonTitre {
	font-family: "Times New Roman", Roman, serif;
	font-size: 15px;
	color: brown;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.FejyelCompagnonEquipt {
	font-family: "Times New Roman", Roman, serif;
	font-size: 12px;
	color: brown;
	font-style: italic;
	text-align: center;
}
.FejyelCompagnonEffectifTotal {
	font-family: "Times New Roman", Roman, serif;
	font-size: 15px;
	color: brown;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.FejyelCompagnonEffectifDetail {
	font-family: "Times New Roman", Roman, serif;
	font-size: 15px;
	color: brown;
	font-style: italic;
	text-align: center;
}

/* Gestion des inserts */
table.Insert {
	background-color: orange;
	border-color: orange;
}
tr.FondInsert {
	background-color: white;
}
.InsertTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
.InsertTitre a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: yellow;
}
.InsertTitre a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: underline overline;
}
.InsertSousTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
}
.InsertSousTitre a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: yellow;
}
.InsertSousTitre a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: underline overline;
}
.InsertTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: normal;
}
.InsertTexte a {
	font-weight: normal;
	color: blue;
}
.InsertTexte a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: blue;
}
.InsertSousTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	font-weight: normal;
}

/* Affichage des news de Secuser */
.secuser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	font-weight: normal;
}
.secuser a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: blue;
	font-weight: normal;
}
.secuser a:hover {
	text-decoration: underline;
	color: blue;
	font-weight: normal;
}

/* Affichage des infobulles */
#helpBox {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 160px;
}
DIV.helpBoxDiv {
	width: 160px;
	padding: 2px;
	background: yellow;
	border: 1px solid black;
	color: black;
	font-family: Arial,Helvetica;
	font-style: Normal;
	font-weight: Normal;
	font-size: 12px;
	line-height: 14px;
}
