/* AUTEUR: Marc Vincent */ /* DATE DE CREATION: 14/02/01 */ 

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: disc inside;
	list-style-type: square;
}

br, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

u, i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


table, td, tr, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* **************** GENERAL STYLES ************************************/

/* other styles */
.small	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.error	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.comment {
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
}

/* For pop up information in footer  */
a.slink			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333366;
	text-decoration: none;
}
a.slink:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}


/* ***************** SPECIFIC STYLES *********************************** */

/* MENU HEADER Do not change name, use in php script (header general) */
a.HEADER1		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: White;
}
a.HEADER1:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FF9900;
}

a.HEADER2		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

/* TITLES in Student, Teacher, Author interface */
.title1		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.title1big	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.title2		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* STUDENT Links homepage student */
a.student		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	background-color: transparent;
}
a.student:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	background-color: #333366;
}

/* STUDENT CHAPTER of courses links */
a.chapter		{
	color: #333366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.chapter:hover {
	color: #ff9900;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ADMIN  */
a.delete	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: Red;
}
a.delete:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}
.confirm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

/* CHAT  */
.chatlist	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* COM */
.g_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}
.s_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/*  class used in combo list and form object espacially in Admin Profile   */

.combo1 {
	color: #FFFFFF;
	background-color: #333366;
}

.bouton {
	border-bottom: black solid 1pt;
	border-left: black solid 1pt;
	border-right: black solid 1pt;
	border-top: black solid 1pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	background-color: #FFFFFF;
}