/* le stye de principle de site */
body { 
	background: #000000 url("image/fond.jpg"); 
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Arial,Verdana;
	/*color: #333333;*/
	font-size: 8px;
	letter-spacing: 1px;
} 
FORM {
	DISPLAY: inline
}
/* le stye de caractère dans tous les tableaux du site */
TABLE {
	FONT-SIZE: 10pt; letter-spacing: 1px; FONT-FAMILY: Arial,Verdana;
}
TR {
	FONT-SIZE: 10pt; letter-spacing: 1px; FONT-FAMILY: Arial,Verdana;
}
TD {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Arial,Verdana;
	position:relative; z-index:1;
}
/*
Les couleurs pour les liens
*/
A:link {
	COLOR: #432686; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #BE037A; TEXT-DECORATION: none; 
}
A:active {
	COLOR: #B2163E; TEXT-DECORATION: none;
}
/*
le couleur de roll-over
*/
A:hover {
	COLOR: #C0DFFF; 
}


/*
Help & Info
*/
.help{
	FONT-SIZE: 8pt; COLOR: #444444; FONT-FAMILY: Arial,Verdana; font-weight:bold; line-height: 220%;
}
/*
le couleur et police de Titre Menu anglais, par exemple : "Help & info","Register"...
*/
.titre1{
	FONT-SIZE: 8pt; COLOR: #444444; FONT-FAMILY: Arial,Verdana; font-weight:bold;
}
/*
le couleur et police de Titre Menu anglais, par exemple : "Home","Music Search"...
*/
.titre2{
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial,Verdana; font-weight:bold;
}
/*
le couleur et police de Titre Menu (roll-over) anglais, par exemple : "Home","Music Search"...
*/
.titre3{
	FONT-SIZE: 10pt; COLOR: FF6600; FONT-FAMILY: Arial,Verdana; font-weight:bold;
}


.min{
    FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: Arial,Verdana;
}


/*
le couleur et police de Grand Titre, par exemple : "Quick Track Search","Album of the month "...
*/
.titre5{
	FONT-SIZE: 10pt; COLOR: #111111; FONT-FAMILY: Arial,Verdana; font-weight:bold;position:relative; z-index:1;
}
/*
le couleur et police de login bar, par exemple : "welcome:admin","log out"...
*/
.titre4{
	FONT-SIZE: 7pt; COLOR: #ffffff; FONT-FAMILY: Arial,Verdana;
}
/*
le couleur et police de Texte, par exemple : "Select genre","Keyword"...
*/
.titre6{
	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial,Verdana; position:relative; z-index:1;
}
/*
le style d'un champ saisie 
*/
.input_text {
	BORDER-RIGHT: #999999 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #999999 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM:  #999999 1px solid; BORDER-LEFT: #999999 1px solid;BORDER-RIGHT: #999999 1px solid; COLOR: #444444; PADDING-TOP: 1px; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: Arial; BACKGROUND-COLOR: #fafcfe; FONT-SIZE: 8pt;position:relative; z-index:1;
}
/*
le style pour les menus deroulants
*/
.select_text {
	BORDER-RIGHT: #999999 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #999999 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM:  #999999 1px solid; BORDER-LEFT: #999999 1px solid;BORDER-RIGHT: #999999 1px solid; COLOR: #444444; PADDING-TOP: 1px; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: Arial; BACKGROUND-COLOR: #fafcfe; FONT-SIZE: 8pt;position:relative; z-index:1;
}
/*
les couleurs de bordures des tableaux 
*/
.greyborder {
	border: 1px SOLID #80BFFF;
	margin: 2px;
	filter: Alpha(Opacity=40, FinishOpacity=40, Style=1, StartX=0, StartY=1, FinishX=200, FinishY=100); -moz-opacity:1;
	background-color: #E5F2FF;
}
/*
les polices et couleurs des chifres sur les resultats de recherche. le page 1 2 3 4 5...
*/
.page_chifre_yes{
	FONT-SIZE: 8pt; 	letter-spacing: 1px;COLOR: #000000; FONT-FAMILY: Arial; position:relative; z-index:1;
}
.page_chifre_no{
	FONT-SIZE: 8pt; 	letter-spacing: 1px;COLOR: #9D2F6F; FONT-FAMILY: Arial; position:relative; z-index:1;
}

.textarea, input, select {
background:#DFF6FF; font-family : verdana, arial;
font-size: 11px; font-weight: normal; color:#000000; border-color: #000000; border-style: solid; border-top-width: 1px; border-left-width: 1px;
border-right-width: 1px; border-bottom-width: 1px; }