/* 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 : #444444; 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;}


/* Movies : CSS dédié au système d'onglet */

.tab_movies
{
	/* Tableau vide sans espacement pour porter les onglets et l'iFrame */
	padding: 0px;
	border-collapse:collapse;
	
	width: 100%;
}

.tab_on
{
	/* Onglet actif, bordé de noir */
	border-left: black solid 1px;
	border-top: black solid 1px;
	border-right: black solid 1px;
	border-bottom: none;
	
	padding: 0px;
	border-spacing: 0px;
	width:200px;
}

.tab_off
{
	/* Un onglet inactif est bordé de noir en bas pour fermer l'onglet */
	border-bottom: black solid 1px;
	border-top: none;
	border-right: none;

	padding: 0px;
	border-spacing: 0px;
	width:200px;
}

.tab_iframe
{
	/* L'iframe est ouverte en haut, car ce sont les ,onglets qui la ferment */
	border-left: black solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
	border-top: none;
	
	padding: 0px;
	border-spacing: 0px;
}


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

/* Galleries */
p.gheader	{color:white; font-family: Verdana; font-size: 18px; font-style: normal; font-weight: bolder; color: black; text-decoration: none; white-space: normal; text-align: center;}
p.gfooter	{font-family: Verdana; font-size: 9px; font-weight: bold; color: #666666; text-decoration: none}
p.gtext
{
	font-size: 9px;
	font-family: Verdana;
	text-decoration: none;
    color: #444444; 
}


.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 }

