/***************************************************
   HTML Element Styles
 ***************************************************/
body {
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #E0E0E0;
  background-color: Black;
}
h1 {
  clear: both;
  padding: 5px 0 5px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-align: center;
}

img {
	/*border: 0;*/
}

#text h1 {
  /*background: url(../images/h1_bg.jpg) no-repeat bottom center;*/;
	border-bottom: 1px dotted;
}
h2 {
  clear: both;
  padding: 1px 0 1px 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FAFAFA;
  background-color: #111111;
  width: 350px;
}
p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  /*font-size: 1.2em;
  font-weight: bold;*/
}

#news p {
  padding: 8px;
}

#news   a:hover,
#footer a:hover {

}

li {  
  float : left;
}

ul {
 /* list-style-type: none; */
  list-style: disc inside;
}

ul a {
	margin-right: 15px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}

/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/
#siteBox {
  width: 950px;
  margin: 0px auto;
  text-align: left;
}

/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/
#header {
  height: 44px;
  background: url(../images/logo.gif) no-repeat top left;
  border-bottom: 2px solid #787878;
  padding-bottom: 10px;
}

#header .title {
  padding: 15px 0 2px 0;
  font-size: 3em;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  color: #EEE;
  width: 200px;
}
#header .subTitle {
  padding: 5px 0 0 12px;
  color: #EEE;
}
#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}
#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}
/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/
#menu {
  margin-bottom: 8px;
  margin-top: 5px;
  margin-left: -30px;
  font-weight: bold;
}

#menu a {
  text-decoration: none;
  /*text-transform: uppercase;*/
  color: #AFAFAF;
  /*margin-left: 75px;
  margin-right: 75px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-top: 0px;*/
}

#menu a:hover {
	/*border-bottom-width: 3px;*/
	/*background-color: #222222;*/
	/*background: transparent;*/
	/*border-bottom: solid #9C9C9C;*/
	color: #FFFFFF;
}

#menu a.active {
	/*border-bottom: solid #505050;
	border-bottom-width: 2px;*/
	/*background-color: #0F0F0F;*/
	color: #FFFFFF;
}

/***************************************************
   Top Tabbed subMenu Styles
 ***************************************************/
#submenu {	
  text-align: center;
  margin-bottom: 5px;
  /*border-top: 1px solid #787878;*/
  background-color: #141414;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: bold;
  }

#submenu a {
  text-decoration: none;
  /*text-transform: uppercase;*/
  color: #B6B6B6;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #141414;
  }

#submenu a:hover {
	/*background-color: #3A3A3A;*/
	/*background: transparent;*/
	background: #2A2A2A;
	color: #FFFFFF /*#B13B3B;
	/*border-bottom: 1px solid #9C9C9C;*/
}
#submenu a.active {
	border-bottom: solid #505050;
	border-bottom-width: 1px;
	background: transparent;
	font-weight: bold;
}

/****************************
	Début
****************************/
#img_intro {
	margin-top: 10px;
	text-align: center;
}

/****************************
	infos
****************************/

.infos a {
  color: #AAAAAA;
  background-color: #121212;
  text-decoration: none;
}
.infos a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/****************************
	Contact
****************************/

#contact {
	width:353px;
	margin-left: 0px;
	margin-top: 10px;
}

#contact p {
	padding: 0px;
	margin-bottom: 5px;

}

form
{
	padding: 0;
	margin: 0;
}

form p
{
	text-align: right;
}

label
{
	padding-right:0.5em;
}
fieldset
{
	border:0;
	margin:0;
	padding:0;
}
input, textarea
{
	width: 300px;
	background:#333;
	color:#CCC;
	overflow:auto;
	font: xx-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0;
}

input
{
	font-size:0.9em;
}
input.submit
{
	color:#999;
	text-align:center;
	letter-spacing:.2em;
	padding:0.25em;
	width:60px;
}

/*****************************
	Gallery Style
******************************/
#titre {
	text-align: center;
	margin-top: 10px;
}

#image {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

#image img {
	padding: 10px;
	/*border:1px solid #444444;*/
	border:2px solid #222222;
	/*margin-bottom : 10px;*/
}

#thumbs {
	text-align: center;
}

#thumbs img {
	border:1px solid #444444;
	background-color:#AAAAAA;
}

#thumbs a img {
	/*padding-bottom: 1px;*/
	filter: alpha(opacity=50);
   opacity: 0.50;
}

#thumbs a:hover img {
	filter: alpha(opacity=90);
 	opacity: 0.90;
}

#thumbs a.thumb_active img {
	filter: alpha(opacity=100);
 	opacity: 1;
}

#thumbstext {
	text-align: center;
	font-size: small;
	background-color: #252525;
	letter-spacing: 1px;
}

#thumbstext a {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin-left: 5px;
	margin-right: 5px;
}

#thumbstext a:hover {
	/*border-bottom: 2px solid #AAAAAA;*/
	background-color: Black;
	
}

#thumbstext a.thumb_active {
	text-decoration: none;
	border: 2px solid #626262;
}

/*****************************
	music
******************************/

#music {
	margin-top: 20px;
	margin-left: 330px;
	
}

#music .list {
	position : absolute;
	background-color: #111111;
	padding-left : 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin-top: 0.4em;
	width: 250px;
	text-align: center;
}

/*****************************
	Films
******************************/

#release {
	color: #BBB;
	margin-top: 20px;
	padding:5px;
	background-color: #000000;
	text-align: center;
}

#release h1{
	font-size: medium;
	margin: 0px 10px;
	/*border-bottom:1px solid #DDD;*/
	padding: 5px;
}

#release p{
	padding: 10px;
	margin:0px;
}

#release a{
	text-decoration: none;
	padding: 5px;
	color: #D6D6D6;
}

#release a:hover {
	/*border-bottom: 1px #B5B5B5;*/
	color: #FFFFFF;
	background-color: #1A1A1A;
}

#video {
	width: 900px;
	text-align: center;
}
/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/
#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}
#news .block {
  margin-bottom: 20px;
  background: #eaeaea no-repeat top center;
}
#news .block .bottom {
  height: 28px;
  background: #eaeaea no-repeat bottom center;
}
#news .links {
  margin: 10px 0 10px 0;
}
#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}
#news .links a:hover {
  background: #DDD  no-repeat center center;
}
#news a img {
  border: 0px;
}
/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/
#text {
  float: left;
  width: 500px;
}
/***************************************************
   Footer Styles
 ***************************************************/
#footer {
  height: 20px;
  padding: 2px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background: #404040 no-repeat top right;
}

p#footer:first-letter {
  font-size: 1.0em;
}
#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}
/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/
ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}
ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}
ul.links li a {
  float: left;
  margin: 0px;  
  /*cursor: pointer;*/
  text-decoration: none;
	padding-top: 5px;
	width: 500px;
}
ul.links li a:hover {
  background: #DDD no-repeat top center;
}
ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}
ul.links li a span.desc {
  float: left;
  padding-right: 3px;
  margin-left: 10px;
  color: #666;
	width: 350px;
}
ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
	background: transparent;
}
ul.links li a:hover span.bottom {
  background: #ddd no-repeat top center;
}
/***************************************************
   Display Classes
 ***************************************************/
.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}
p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #e1e1e1 no-repeat top right;
  border-left: 2px solid #4c4b4a;
}
p.quote span.bottom {
  float: right;
  width: 20px;
  background: no-repeat bottom right;
}
img.right {
  float: right;
  padding: 3px;
}
img.left {
  float: left;
  padding: 3px;
}
.grey {
  color: #AAA;
}
