/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/site/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

html
{
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   height: 100%;
}

body
{
   width: 760px;
   height: 100%;
   margin: auto;
   text-align: center;
   margin-top: 0px;
   margin-bottom: 0px;
   background-color: black;
   background-image: url("images/site/fond-web.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
   !scrollbar-face-color: #484848; 
   !scrollbar-shadow-color: black; 
   !scrollbar-highlight-color: gray; 
   !scrollbar-3dlight-color: gray; 
   !scrollbar-darkshadow-color: #191919; 
   !scrollbar-track-color: transparent; 
   !scrollbar-arrow-color: white;
}

img
{
   border:0
}

#en_tete
{
   width: 760px;
   height: 103px;
   !height: 130px;
   position: fixed; 
   !position: scroll;
   !background-image: url("images/site/menu_ie7.png");
   !background-repeat: repeat-y;
   margin-bottom: 0px;
}
   
#gauche
{
   float: left;
   width: 100px;
   height: 300px;
   margin-top: 90px;
   !margin-top: 0px;
   background-image: url("images/site/shaman_gauche.png");
}

a
{
   text-decoration: none;
   color: #FFCC66;
}

a:hover
{
   color: #FFCC66;
   border-bottom: 2px solid #B3B3B3;
}

a:active, a:focus 
{
   color: black;
}

a:visited 
{
   text-decoration: none;
}

#centre
{
   float: left;
   margin-left: 0px;
   width: 546px;
   min-height: 390px;
   !height: 550px;
   !overflow: auto;
   padding: 5px;
   text-align: justify;
   font-family: Verdana, Arial, Helvetica, serif;
   line-height:1em;
   color: white;
   background-image: url("images/site/fond_block.png");
   border-left: 2px solid rgb(76,76,77);
   border-right: 2px solid black;
}

.contenu
{
   margin-top: 130px;
   !margin-top: 10px;
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, serif;
   text-align: justify;
}

h1
{
   font-family: "Arial Black", Verdana, Arial, Helvetica, serif;
   text-align: left;
   font-size: x-large;
   padding: 7px;
   padding-left: 10px;
   background-image: url("images/site/degra.png");
   background-repeat: repeat-y;
   border-bottom: 2px dashed black;
   margin-top: 10px;
   margin-bottom: 30px;
   margin-right: 0px;
}

h2
{
   font-family: "Arial Black", Verdana, Arial, Helvetica, serif;
   font-size: 15px;
   padding: 3px;
   padding-left: 10px;
   background-image: url("images/site/degra.png");
   background-repeat: repeat-y;
   margin-top: 10px;
   margin-bottom: 15px;
   margin-left: 5px;
}

h3
{
   font-family: Arial, Verdana, Arial, Helvetica, serif;
   font-size: 13px;
   padding-left: 10px;
   margin-top: 30px;
   margin-bottom: 10px;
   margin-left: 5px;
   font-weight: bold;
   color: silver;
}

h4
{
   font-family: "Arial", Verdana, Arial, Helvetica, serif;
   font-size: 15px;
   text-align: center;
   font-variant: small-caps;
}

h5
{
   font-family: "Arial", Verdana, Arial, Helvetica, serif;
   font-size: 12px;
   text-align: center;
}

.contenu p
{
   margin-left: 10px;
   margin-right: 5px;
   text-indent: 20px;
   text-align: justify;
}

blockquote
{
	margin-left: 30px;
}

.paragraphe
{
   margin-bottom: 30px;
}

.contenu img,a
{
   /*float: left;*/
}

.retour_ligne
{
   clear: both;
}

.fin
{
   clear: both;
   height: 30px;
}

#droite
{
   float: left;
   margin-left: 0px;
   margin-top: 100px;
   !margin-top: 0px;
   width: 100px;
   height: 300px;
   background-image: url("images/site/shaman_droite.png");
}

#bas_corps
{
   width: 560px;
   height: 26px;
   margin: auto;
   margin-left: 100px;
   margin-bottom: 20px;
   float: left;
   text-align: center;
   background-image: url("images/site/barbuybas.png");
}
#pied_de_page
{
   float: left;
   clear: both;
   width: 560px;
   height: 23px;
   margin-left: 100px;
   vertical-align: bottom;
}

#pied_de_page p
{
   text-align: center;
   vertical-align: top;
   font-family: Arial, Verdana, Helvetica, serif;
   color: silver;
   font-size: 10px;
   margin-top: 3px;
}

.tableau {  
border-collapse: collapse;
}

.titre {
 border-style: solid;
 border-color: #000;
 border-width: 1px;
 background-image: url("images/fond.png");
 background-repeat: repeat-x;
 font-family: "Trebuchet MS", "Arial Black", serif;
}

.article {
 border-style: solid;
 border-color: #000;
 border-width: 1px;
 font-family: "Trebuchet MS", "Arial Black", serif;
}

.redac {
 background-color: #679DB7;
 border-style: solid;
 border-color: #000;
 border-width: 1px;
 font-family: "Trebuchet MS", "Arial Black", serif;
 }
 
.commentaires {
 border-style: solid;
 border-color: #000;
 border-width: 1px;
 font-family: "Trebuchet MS", "Arial Black", serif;
 }
 
.html {
 font-size: 10px;
 text-decoration: none;
 }



#menu_deroulant
{
	font-family: Impact, Verdana, Arial, Helvetica, serif;
	font-size : 15px;
	position: fixed; 
	top: 195px; 
	z-index: 1;
	left: 50%;
	margin-left: -315px;	   
}	   

#menu_media
{
	font-family: Impact, Verdana, Arial, Helvetica, serif;
	font-size : 15px;
	position: fixed; 
	top: 160px; 
	z-index: 1;
	left: 50%;
	margin-left: -158px;	   
}	   

#menu_concerts
{
	font-family: Impact, Verdana, Arial, Helvetica, serif;
	font-size : 15px;
	position: fixed; 
	top: 145px; 
	z-index: 1;
	left: 50%;
	margin-left: -237px;
}	   

#menu_reviews
{
	font-family: Impact, Verdana, Arial, Helvetica, serif;
	font-size : 15px;
	position: fixed; 
	top: 182px; 
	z-index: 1;
	right: 50%;
	margin-right: -147px;
}	   

hr
{
	clear : both;
	visibility : hidden;
}

dl, dt, dd, ul, li
{
	padding: 0;
	list-style-type: none; 
}		

#menu_deroulant dl, #menu_media dl, #menu_concerts dl, #menu_reviews dl
{

	margin-left: -2.45em;
	padding: 0;
	border: 1px;
	width: 10em; 	
	text-align: center;
}	 	   

#menu_deroulant dt, #menu_media dt, #menu_concerts dt, #menu_reviews dt
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 0 none;
	margin: 7px;  
} 		  

#menu_deroulant dd, #menu_media dd, #menu_concerts dd, #menu_reviews dd
{
	display: none;
	position: absolute;
	border: 2px solid gray;
	background: transparent url("images/site/fond_block.png") repeat;
	bottom: 1.5em;
	width: 100%;  
}

#menu_deroulant li, #menu_media li, #menu_concerts li, #menu_reviews li
{
	text-align: center;
	background: transparent; 
	margin: 0;
	padding: 3px;
	border: 0;
	float: none;
}

#menu_deroulant li a, #menu_deroulant dt a, #menu_media li a, #menu_media dt a, #menu_concerts li a, #menu_concerts dt a, #menu_reviews li a, #menu_reviews dt a
{  
	text-decoration: none;
	display: block;
	border: 1px none;
	height: 100%;
	color: #fff; 
}

#menu_deroulant li a:hover, #menu_media li a:hover, #menu_concerts li a:hover, #menu_reviews li a:hover
{
	background: #E8DFD2;
	color: black;
}