/* Theme Classes */
FONT, TD, BODY, P, DIV { font-family: Arial, sans-serif; font-size: 12px }
INPUT, SELECT, TEXTAREA, FORM { font-family: Arial, sans-serif; font-size: 11px }
a { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:active { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:visited { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:hover { font-family: Arial, sans-serif; color: #0000FF; text-decoration: none }
a.header { font-family: Arial, sans-serif; color: #FFFFFF; text-decoration: none }
a.header:active { font-family: Arial, sans-serif; color: #FFFFFF; text-decoration: none }
a.header:visited { font-family: Arial, sans-serif; color: #FFFFFF; text-decoration: none }
a.header:hover { font-family: Arial, sans-serif; color: #FF0000; text-decoration: none }

/* PHP-Nuke Classes */
.title {
	font-family: Arial, sans-serif;
	background: none;
	color: Silver;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.storytitle {
	font-family: Arial, sans-serif;
	background-color: Navy;
	color: url(../images/in.gif);
	font-size: 13px;
	font-weight: bold;
	background: url(../images/BACK.jpg) repeat;
	background-image: url(../images/in.gif);
}
.content { font-family: Arial, sans-serif; background-color: transparent; color: #000000; font-size: 12px; }
.storycat {
	font-family: Arial, sans-serif;
	background: none;
	color: Black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.boxtitle {
	font-family: Arial, sans-serif;
	background-color: #54529B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: #54529B;
}
.boxcontent {
	font-family: Arial, sans-serif;
	background-color: url(../images/BACK.jpg) repeat;
	color: Blue;
	font-size: 11px;
	background: url(../images/BACK.jpg) repeat;
}
.blockitem {
	font-family: Arial, sans-serif;
	color: #336699;
	font-size: 12px;
	background-image: url(../images/fond_haut.jpg);
	background: url(../images/fond_haut.jpg) no-repeat;
	background-repeat: no-repeat;
}
.option {
	font-family: Arial, sans-serif;
	background: none;
	color: Yellow;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.tiny {
	font-family: Arial, sans-serif;
	background: none;
	color: Yellow;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

