/* Body and main page */
BODY    {overflow:auto; FONT-SIZE: x-small; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Verdana; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}
TABLE   {FONT-SIZE: x-small; FONT-STYLE: normal; FONT-FAMILY: Verdana}
a       {color : gray; FONT-STYLE: normal; TEXT-DECORATION: none;}
a:hover {color : black;FONT-WEIGHT: bolder; TEXT-DECORATION: none;}
a.bluelink {FONT-SIZE: xx-small; FONT-STYLE: normal; font-weight: bold; FONT-FAMILY: Verdana; color: blue;}


/* Forms */

.forms
  {
  border:1px solid black;
  background-color:white;
  font-family:"Verdana",sans-serif;
  color:black;
  }

/* Galleries */
.gbody    {overflow:auto; FONT-SIZE: x-small; background-color:black; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Verdana; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}
.gheader	{color:white; font-family: Verdana; font-size: 16px; font-style: normal; font-weight: bolder; color: #FFFFFF; text-decoration: none; background-color: #000000; white-space: normal; text-align: center;}
.sneak 		{font-family: Verdana; font-size: 9px; font-style: normal; font-weight: bold}
.close		{font-family: Verdana; font-size: 9px; font-weight: bold; color: #666666; text-decoration: none}
.gdetail	{color:white; font-family: Verdana; font-size: 12px; font-style: normal; line-height: 25px; text-align: justify;}

.boldtext {font-size:11px; color:black; font-weight:bold; font-family: Verdana;  }

/* Administration */
.text1  {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: White;text-align : left;}
.text2  {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: Silver;text-align : left;}
.titre1 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #FFFFFF;}
.titre2 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #cccccc;}

/* SHOP */

.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.style2
{
    color: #000000
}

.style3
{
	color: blue;
	font-weight: bold;
}

.style4
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
    color: #000000;
}

.style5
{
	font-size: 10px;
	font-family: Verdana;
    color: #000000; 
}

.style5b
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: Bold; 
    color: #000000; 
}

.style6
{
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
    color:black;
}


/* Various */
.box_movies
{
   text-decoration: none;
   letter-spacing: 1px;
   border-style: solid;
   border-width: 1px;
   border-color: black;
   width: 400px;
   padding: 3px;
   overflow: hidden;
   background-color: white;
}

.box
{
   text-decoration: none;
   letter-spacing: 1px;
   border-style: solid;
   border-width: 1px;
   border-color: white;
   width: 400px;
   padding: 3px;
   overflow: hidden;
   background: black;
}

/*
    PARTIE CSS DEDIEE AUX SCROLLBARS
*/
div#hold
{
	position:relative;
    overflow:hidden;
	width:400px; height:300px;
    z-index:100;
}
div#wn	{
	position:absolute;
	left:0px; top:0px;
	width:400px; height:300px;
	clip:rect(0px, auto, auto, 0px);
	overflow:hidden;
	z-index:1;
	}
div.content {
	position:absolute;
    visibility: hidden;
	left:0px; top:0px;
	z-index:1;
	}

div#scrollbar {
  position:relative; left:0; top:0;
  width:11px; height:260px;
  font-size:1px; z-index:1;
  }
div#track {
  position:absolute; left:0; top:12px;
  width:11px; height:236px;
  background: url("images/track.gif") #333 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#E6E4E4;
  z-index:1;
  }
div#up { position:absolute; left:0; top:0; z-index:2 }
div#down { position:absolute; left:0; bottom:0; z-index:3 }

a img { border:none }


/* Styles for demo, not necessary for scrolling layers */
td    { font: 10px verdana, arial, helvetica, sans-serif;
        color:black; }
td.titre1 { font: 14px verdana, arial, helvetica, sans-serif; font-weight:bold; color:black;}
th    { font-size:1.4em; text-align:left }

table.main
{
  background-color:#eee;
  color:black;
  text-align:left;
  border:1px solid #999;
}

td#scrollLinks  { width:12px }
