/*
Feuille generale des pages de la bohemes
*/


body, tr, td, p {
	background-color: #000000;
	background-image: url();
	background-repeat: no-repeat;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
}
a:link 
  {color: #ffffff; 
  text-decoration: none; }
a:visited 
  { color: #ffffff; 
  text-decoration: none; }
a:hover 
  { color: #cccccc; 
  text-decoration: none; }

/* Liens dans les corps de texte*/
.text a:link 
  {color: #f9e600; 
  text-decoration: none; }
.text a:visited 
  { color: #f9e600; 
  text-decoration: none; }
.text a:hover 
  { color: #ff6600; 
  text-decoration: none; }

h1 {
	font-size: 1.2em;
	text-align: left;
	padding-left: 15px;
}

#imagelien {
    margin: 0;
    padding: 0;
    border: none;
}
#adresse {
	height: 120px;
    font-family: Kristen ITC, Geneva, Arial, Helvetica, sans-serif;
	background: url(./img/decotitre.png) no-repeat 48%;
    font-size: 1.6em;
    text-align: center;
	vertical-align: center;
	padding: 50px 0 50px 0;
}
#bandeau {
    background-color: #000000;
	background-image: url();
	background-repeat: no-repeat;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
    text-align: left;
	padding: 10 10 10 10;
	position: absolute;
}

#pied {
	font-size: 0.7em;
	text-align: center;
	position: relative;
	vertical-align: center;
	padding: 10px 10px 10px 10px;
}

/*Tableau des spectacles et déambul*/

#conteneur {
	width:900px;
	/*height: 450px;*/
	vertical-align: center;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 0;
}

#gauche {
	width: 450px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 20px 0 20px 0;
}

#droite {
	width: 450px;
	position: absolute;
	/*padding-left: 50%;*/
	top: 0px;
	left: 450px;
	text-align: center;
	padding: 20px 0 20px 0;
}

#centre {
	margin-left: 25%;
	width: 450px;
	position: relative;
	/*bottom: 0;*/
	text-align: center;
	padding: 20px 0 20px 0;
}

/*Pages des spectacles*/

#descriptionpestacle {
	padding: 0 0 0 0;
	padding-right: 375px;
}