/***********************************************************************************************/
/*    Nom : global.css                                                                         */
/*    Version : 2.3 - 2002-04-10                                                               */
/*    Réalisé par Pierre Bégin                                                                 */
/*    Description : Feuille de style par défaut du site Web de HANKER                          */
/*    Appel : <link rel="stylesheet" href="utiles/css/global.css" type="text/css">             */
/***********************************************************************************************/

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 80%;
	margin: 0px 0px 2px 0px;
	color: #ffffff;
}

a:link
{ 
	color: #00ffff;
	text-decoration: underline; 
} 

a:visited
{
	color: #cccccc;
	text-decoration: underline;
}

a:hover
{
	color: #ff0000;
	text-decoration: none; 
}

a:active
{
	color: #ff0000;
	text-decoration: none; 
}

h1
{
	font-weight: lighter;
	font-size: large;
}

h2
{
	font-weight: lighter;
	font-size: medium;
}

h3
{
	font-weight: lighter;
	font-size: small;
}

h4
{
	font-weight: lighter;
	font-size: x-small;
}

h5
{
	font-weight: lighter;
}

h6
{
	font-weight: lighter;
}

font.s1
{
	font-size : 9px;	
}

font.s2
{
	font-size : 10px;
}

font.s3
{
	font-size : 12px;
}

font.s4
{
	font-size : 14px;
}

font.s5
{
	font-size : 20px;
}

font.s6
{
	font-size : 24px;
}

font.s7
{
	font-size : 36px;
}

ul 
{
	list-style: square;
}

big
{
	font-size: 100%;
}

table td
{
	font-size: 80%;
}

caption
{
	font-size: 80%;
	font-weight: bold;
}

th
{
	font-size: 80%;
	color: #ffff00;
	background-color: #000099;
}

/* *** Menu global du site *** */
table.menu
{
}

/* *** Indice ex. : 1er *** */
span.i 
{
	font-size : smaller;
	vertical-align : text-top;
}

/* *** Entete des pages *** */
span.e 
{
	font-size: 20px;
	font-weight: bold;
	filter:progid:DXImageTransform.Microsoft.Glow(color='#cc0000', strength='4');
	width: 90%;
	color: #ffffff;
/*	filter:shadow(color=#990000,direction=135,strength=8); */
/*	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, color='#660000');*/
}

span.e a:link
{ 
	color: #ffffff;
	text-decoration: none; 
} 

span.e a:visited
{
	color: #ffffff;
	text-decoration: none;
}

span.e a:hover
{
	color: #ff0000;
	text-decoration: none; 
}

span.e a:active 
{ 
	color: #ff0000; 
	text-decoration: none; 
}

table.t td
{
	vertical-align : top;
}

/* *** Tableau petit caractere police courier *** */
table.s th
{
	font-family: Courier New;
	font-size: 14px;
	color: #ffff00;
	background-color: #000099;
}

table.s td
{
	font-family: Courier New;
	font-size: 12px;
	background-color: #000066;
}

/* *** Groupes (liens) *** */
td.g
{
	font-size: 18px;
	text-align: right;
	vertical-align: top;
}

/* *** Titre des entrevues *** */
div.t
{
	font-size: 14px;
	font-weight: bold;
	color: #ffff00;
}

/* *** Questions des entrevues *** */
div.q
{
	color: #00ffff;
}

/* *** Titre des chansons de Hanker *** */
span.ch
{
	color: #ffff00;
	font-style: italic;
}

/* *** Langage (In French, In English) *** */
span.lang
{
	color: #ffff00;
	font-size: 10px;
}

/* *** Titres et solos dans les paroles *** */
span.s1
{
	font-weight: bold;
	color: #ffff00;
}

input, textarea, select
{
	border-top-color: #90ccff; 
	border-right-color: #90ccff;
	border-bottom-color: #0033c6;
	border-left-color: #0033c6;
}

input.clr
{
	color: #ffff00;
	border-top-color: #90ccff; 
	border-right-color: #90ccff;
	border-bottom-color: #0033c6;
	border-left-color: #0033c6;
	background-color: #0000ff; 
}

html
{
	scrollbar-arrow-color: #ffff00;
	scrollbar-base-color: #000099;
}
