/*CSS type par ProoXi.com*/

/*Ici on détermine un margin et un padding de 0 pour le body et le html 
au besoin on ajouter au html un overflow: hidden; pour éviter d'avoir un ascenseur inutile dans IE si le site fait toujours une hauteur inférieure à celle de la surface d'affichage mimnimum de sa cible*/

body {
	margin: 0 0 0 0;
	padding: 0;
	background: #ffffff url(images/fd-site.jpg) top center repeat-x fixed;
}

td,textarea,input,select {
	font-family: Tahoma, Arial, Helvetica, Nimbus Sans L, Sans serif; /*Ici déclaration d'une famille de polices cohérante (Linux n'est pas mis de coté avec la Nimbus)*/
	font-size: 11px; /*Taille relative ne pas descendre en dessous de .7em ou en absolue mettre 12px qui me semble trop petit*/
	color: #333333;
}


	
a {
	color: #1e8baa;
}

a:hover {
	text-decoration: none;
}


/*technique des marges negative ou un positionnement absolue d'une div pour la centrer horizontalement sur toutes les résolutions d'écrans
Si la largeure change penser à modifier le margin-left = - (width/2)px
*/

/*Fin de la div qui contient tout le site*/

#page {
	background: #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 20px solid #ffffff;
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid #ffffff;
	width:880px;
}

#main {

	border: 5px ridge #f97c08;
}

#header {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background: url(images/bandeau.gif) top left no-repeat;
	height: 225px;
}

#footer {
	color: #ffffff;
	background: url(images/bandeau.gif) center center repeat-x;
	height: 25px;
}
#menu a {
  display:block; 
  text-align:center;
  text-decoration:none;
  width:90px;
  height:25px;
  line-height:25px;
  padding:0px;

  }

#menu a:hover {

  width: 100%;
  padding:0 0 0 15px;
  height:23px;
  line-height:23px;
  border-bottom: 2px solid #fca820;
  }

  
#menu h3 {
    text-align: left;
	font: bold 12px arial, sans-serif;
	position: relative; /* on positionne le conteneur H1 pour placer ensuite le SPAN */
	color: #000000;
	letter-spacing:1px;
	margin: 0px;
    z-index: 0;	
}
#menu h3 span {
    text-align:left;
	font: bold 12px arial, sans-serif;
	position: absolute; /* on superpose le SPAN sur le titre */
	top: -1.5px; /* on décale le SPAN */
	left: -1.5px;
	color: #ffffff;
	letter-spacing:1px;
	z-index: 1;
}



.concert_titre {
  font: normal 11px/12px tahoma;
  color:#fff;
}
.concert_date {
  font: bold 11px/12px tahoma;
  color:#fff;
}

ul{
	margin: 10px 0px 10px 0px;
	padding: 0;
}
li {
  display: block;
  text-align:left;
  text-decoration:none;
  /*background:#888888 url(images/menu.jpg) top left no-repeat; */
  height:20px;
  width: 100%;
  line-height:20px;
  padding:0 0 0 0px;
  border-bottom: 1px dashed #e5e5e5;
  margin: 0;
}

#block_orange{
	background: url(images/fd-even.gif) bottom right no-repeat;
	height:150px;
	width:300px;
}

#block_bleu{
	background: url(images/fd-promo.gif) bottom right no-repeat;
	height:150px;
	width:300px;
}

.ombre_tof{
	background: url(images/fd-tof.gif) top left no-repeat;
	height: 160px;
	width: 210px;
	text-align: left;
	
}
.ombre_tof2{
	background: url(images/fd-tof-white.gif) top left no-repeat;
	height: 160px;
	width: 210px;
	text-align: left;
	
}
.coord {
	font-size: 11px;
	color: #FFFFFF;
	background: #bca933 url(images/09.gif) bottom right no-repeat;
}

TD.plan{
	background: #ffffff url(images/plan.gif) center center no-repeat;
	border:1px solid #663333;
}
/*Début du positionnement du menu*/


.tdmain {
	padding: 0px 0px 8px 1px;
	margin: 0;
}


p.p1 {
	text-align: justify;
	margin: 0 0 30px 0;
	padding: 0;
}

.pmain {
	margin-right: 5px;
	margin-bottom: 10px;
}

.floatleft {
	float: left;
	margin: 0px 10px 5px 0;
}

.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}

#overflow {
  height: 376px;
  overflow: auto;
}

p {
	text-align: justify;
	margin: 0;
	padding: 0;
}

p.leftside {
	text-align: justify;
	margin: 0 5px 0 15px;
	padding: 0 5px 0 0;
}

.mark {
	padding: 5px;
}

.tof {
    border: 1px solid #bb4961;
	padding: 1px;
}

/*Les h2 sont à adapter en fonction de leur style background-image, liens ou les deux*/
h2 { 
    
    font-size: 12px;
	text-transform: uppercase;
	color: #f58303;
	margin: 0px 0px 15px 0px;
	padding: 0;
	text-decoration: underline;
}

h2 span {
	color: #1e8baa;
}

h2.bienvenu {
	margin: 0px 0 20px 0;
	padding: 0;
}

h2.t2 {
	margin: 0px 0 20px 0;
}

h3 {
	font-size: 12px;
	color: #f58303;
	margin: 0 0 5px 0;
	padding: 0;
}

h4 {
  font-size: 11px;
  font-family: tahoma;
  color: #1e8baa;
  margin: 0 0 10px 0;
  padding: 0;
}

/*CSS Lightbox pas touche*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/*Fin partie LightBox*/

.contact {
	width: 100%;
}

.remarque {
	width: 100%;
	height: 150px;
}

SPAN.copyright {
	color: #ffffff;
}

SPAN.copyright A {
    color: #ffffff;
	text-decoration: none;
}

SPAN.copyright A:hover {
    text-decoration: none;
	font-style:italic;
}
	

