/*-----------------------------------------------
	FEUILLE DE STYLE POUR LE SITE BIS 2010
	****** RESERVEE A L'IMPRESSION *******
------------------------------------------------*/
* { margin: 0; padding: 0; }
html, body { height:100%; }
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	}
/* évite d'avoir une bordure quand on met un lien sur un image */
img {
	border: none;
	margin: 0;
	padding: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
a {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
h2 {
	color: #BA001A;
	}
h3 {
	color: #FF6000;
	}
h4 {
	color: #FF6000;
	}
	
/*--------------------------
	STRUCTURE DU SITE
---------------------------*/
/* HEADER ======= */
img#logoPrint {
	visibility: visible !important;
	display: block !important;
	}
#divHaut {
	height: 162px;
	/*background: transparent url(../images/print_header.gif) no-repeat top left;*/
	}
#divHeader {
	display: none !important;
	height: 0;
  	width: 0;
  	position: absolute;
  	overflow: hidden;
	}
#headerNoFlash {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	}
	#headerNoFlash h1 {
	color: #BA001A;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0; padding: 0;
	}
	
/* FOOTER ======== */
#divBas {	
	display: none !important;
	height: 0;
  	width: 0;
  	position: absolute;
  	overflow: hidden;
	}
	
/*-----------------------------
	ACTUALITES
-----------------------------*/
#colGauche {
	margin-bottom: 50px;
	}
#colGauche .divActu .contenu .colVignette {
	float: left;
	width: 75px;
	}
#colGauche .divActu .contenu a.lien {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

/*-----------------------------
	ACCUEIL
-----------------------------*/
#divDiaporama {
	display: none !important; /* masque completement un element */
	height: 0;
  	width: 0;
  	position: absolute;
  	overflow: hidden;
	}
#divVideo {
	display: none !important; /* masque completement un element */
	height: 0;
  	width: 0;
  	position: absolute;
  	overflow: hidden;
	}
#divTexteHome {
	clear: both;
	}
#divDroiteHome {
	display: none !important; /* masque completement un element */
	height: 0;
  	width: 0;
  	position: absolute;
  	overflow: hidden;
	}

	
/*-----------------------------
	PAGES INTERIEURES
-----------------------------*/
#zonePlaceTournees {
	display: none !important; /* masque completement un element */
	height: 0;
  	width: 0;
  	overflow: hidden;
	}
#divTitre { 
	display: none !important; /* masque completement un element */
	height: 0;
  	width: 0;
  	overflow: hidden;
	}

	
/*-----------------------------
	SPECTACLES
-----------------------------*/	
#listeSpectacle {
	line-height: 1.7em;
	}
#listeSpectacle h3 {
	color: #000000;
	}
#listeSpectacle h4 {
	color: #BA001A;
	}
#listeSpectacle .ficheSpectacle {
	margin-top: 20px;
	padding: 24px 40px 0 0;
	}
#listeSpectacle .ficheSpectacle .photoSpec {
	float: left;
	width: 180px;
	}


/*-----------------------------
	EXPOSANTS
-----------------------------*/	
#menuExposant {
	display: none !important; /* masque completement un element */
	height: 0;
  	width: 0;
  	overflow: hidden;
	}

#listeExposant .contenuOn {
	padding: 0 0 10px 10px;
	}
#listeExposant .contenuOn .logoExpo {
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 5px;
	}

/*-----------------------------
	PARTENAIRES
-----------------------------*/	
#divPartenaire, #divPartenairePro {
	width: 630px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 20px;
	}
#divPartenaire td {
	width: 126px;
	height: 90px;
	vertical-align: middle;
	text-align: center;
	}
#divPartenairePro td {
	width: 105px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	}

/*-----------------------------
	HEBERGEMENT
-----------------------------*/	
#tableHotel {
	width: 584px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 20px;
	font-size: 9px;
	text-align: left;
	}
	#tableHotel td {
	width: 190px;
	vertical-align: top;
	padding-bottom: 10px;
	}
	#tableHotel td.td1 {
	padding-right: 7px;
	}
	
/*-----------------------------
	PLAN D'ACCES
-----------------------------*/	
#divTexte a img.plan {
	margin: 0 11px 10px 0;
	border: #D7DDEF solid 4px;
	}
	#divTexte a:hover img.plan {
	border: #BA001A solid 4px;
	Filter: none; /* correction bug IE */
	}
	
	
/*-----------------------------
	ELEMENTS COMMUNS
-----------------------------*/
.hide	{
	display: none;
	}
.cleaner {
	clear:both;
	margin:0; padding:0;
	height:0px;
	border:none;
	font-size:1px;
	line-height:0;
	visibility: hidden;
	}
.texteRouge {
	color: #BA001A;
	}
.texteRougeSmall {
	color: #BA001A;
	font-size: 9px;
	}
.texteOrange {
	color: #FF6000;
	}
a.lienPDF {
	color: #BA001A;
	font-weight: bold;
	text-decoration: underline;
	background: transparent url(../images/picto_pdf.gif) top left no-repeat;
	padding: 4px 0 0 38px;
	margin: 2px 0;
	height: 22px;
	display: block;
	}
	a:hover.lienPDF {
	color: #FF6000;
	}
img.imgTxt {
	margin: 0 10px 10px 0;
	}

