/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/
/* CSS pour FIREFOX*/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #000000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
 
 /* margin: 0px 10% 0px 10% ;*/
   /*margin: 1.5 0 0 1.5;*/
 /* padding: 1.5 0 0 1.5;*/
}

html > body {
  font-size: 9pt;
}
#container{
/*width:100%;*/
height:100%;
width: 800px;
margin:auto;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

input{
	background:rgb(243,242,235);
	border-color: #FFFFCC;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
 /* color: inherit;*/
  /*background-color: rgb(184,38,25);*/
 
}

.headerTitle {
 /*padding: 1.5em 4mm 1.650em 4mm
 padding-top:100px;
 /*margin-left:10%;
  background:url("../delire5.jpg") no-repeat #000000 top left;*/
/* premier param diff pour IE*/
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}



.subHeader {
  color: white;
  background-color: black;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}

#content{
width:100%;
 float: left;
  clear: left;
 background-color: white;
}

/* ##### Right Side Bar ##### */

#rightSideBar {
  width:35%;
  background-color: white;
 /*margin: 2ex 0.75ex 0 0;*/
 /*margin-top:-100%;*/
 /*margin-right:2%;*/
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

#rightSideBar img{
margin-left:15px;

}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

#rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

#rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#rightSideBar a:hover {
  text-decoration: none;
}

#rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

#rightSideBar .more {
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

#rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
 background-color: white;
  color: black;
  width:53%;
  float: left;
  /*clear: left;*/
   text-align: justify;
  line-height: 1.5em;
 /* margin: -100% 0 0 0;*/

  padding: 0 0 0 3em;
  border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.big a {
  
 font-family: arial, verdana, helvetica, sans-serif;
  font-size: 125%;
  font-weight: bold;
  

}

#legende_concert{
margin-top :5px;
line-height:1.0em;

}

/*MENU DEROULANT */


#smenu1 {
position: absolute;
top: 12.5em;
left: 15%;
width: 20%;

}

#smenu1 li {
text-align: center;
background: #fff;
text-decoration: none;
list-style-type:none;
}
#smenu1 li a, #smenu1 dt a {
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
list-style-type:none;
}
#smenu1 li a:hover, #smenu1 dt a:hover {
background: #eee;
color:black;
}
