/*-----------------------------------------------
	FEUILLE DE STYLE POUR LE SITE BIS 2010
------------------------------------------------*/
* { 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: 62.5%; /* équivaut à 10 pix*/
	}
/* é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: #BA001A;
	text-decoration: underline;
	}
	a:hover {
	color: #FF6000;
	}
h2 {
	color: #BA001A;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	margin: 0; padding: 0;
	}
h3 {
	color: #FF6000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	margin: 0; padding: 0;
	}
h4 {
	color: #FF6000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	margin: 0; padding: 0;
	}
	
/*--------------------------
	STRUCTURE DU SITE
---------------------------*/
/* HEADER ======= */
#divHaut {
	height: 233px;
	background: transparent url(../images/fond_header.gif) repeat-x bottom center;
	}
#divHeader {
	width: 1002px;
	height: 233px;
	margin: 0 auto;
	background: transparent url(../images/fond_header_ombre.jpg) no-repeat bottom center;
	}
#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;
	}
	
/* CENTRE ======== */
#divCentre {	
	background-color: #E7E7E7;
	}
#divPage {
	background: transparent url(../images/fond_centre_ombre.gif) repeat-y top center;
	width: 1002px;
	margin: 0 auto;
	}
#colGauche {
	float: left;
	width: 280px;
	margin: 4px 0 0 26px;
	display: inline;/* corrige le bug des doubles marges d'IE6 sur les divs flottants */
	overflow: hidden;/* corrige le bug de l'italique sur IE6 */
	}
#colDroite {
	float: right;
	width: 634px;
	margin-right: 26px;
	display: inline;/* corrige le bug des doubles marges d'IE6 sur les divs flottants */
	overflow: hidden;/* corrige le bug de l'italique sur IE6 */
	text-align: justify;
	}
	
/* FOOTER ======== */
#divBas {	
	background: transparent url(../images/fond_footer.gif) repeat-x top center;
	min-height: 170px;
	_height: 170px; /* hack pour correction bug IE sur le min-height */
	}
#divFooter {	
	background: transparent url(../images/fond_footer_ombre.gif) no-repeat top center;
	width: 1002px;
	margin: 0 auto;
	min-height: 170px;
	_height: 170px; /* hack pour correction bug IE sur le min-height */
	}
#footGauche {
	float: left;
	width: 280px;
	margin-left: 26px;
	display: inline;/* corrige le bug des doubles marges d'IE6 sur les divs flottants */
	}
	#footGauche a.lienTop {
	width: 18px;
	height: 27px;
	background: transparent url(../images/bt_top.gif) no-repeat top;
	display: block;
	margin: 100px 0 0 10px;
	}
	#divFooter a:hover.lienTop {
	background: transparent url(../images/bt_top.gif) no-repeat bottom;
	}
#footDroite {
	float: right;
	width: 640px;
	margin: 100px 26px 0 0;
	display: inline;/* corrige le bug des doubles marges d'IE6 sur les divs flottants */
	text-align: right;
	color: #9CABD7;
	font-size: 0.9em;
	padding-right: 26px;
	}
	#footDroite a {
	color: #9CABD7;
	text-decoration: none;
	}
	#footDroite a:hover {
	color: #BA001A;
	/*text-decoration: underline;*/
	}
	
/*-----------------------------
	ACTUALITES
-----------------------------*/
#colGauche .divActu {
	background: transparent url(../images/actu_bord_haut.gif) no-repeat top;
	padding-top: 9px;
	margin-bottom: 10px;
	}
#colGauche .divActu .contenu {
	background: transparent url(../images/actu_fond.gif) repeat-x top;
	padding: 12px 16px;
	}
#colGauche .divActu .contenu h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF6000;
	margin: 0 0 10px 0; 
	padding: 0;
	background: transparent url(../images/actu_picto_titre.gif) no-repeat top left;
	text-indent: 12px;
	}
#colGauche .divActu .contenu p {
	line-height: 1.5em;
	}
#colGauche .divActu .contenu .colVignette {
	float: left;
	width: 75px;
	}
#colGauche .divActu .contenu a.lien {
	color: #69779E;
	font-size: 9px;
	text-decoration: none;
	background: #D7DDEF url(../images/actu_fleche.gif) no-repeat top left;
	padding: 2px 5px 2px 12px;
	margin-top: 12px;
	}
	#colGauche .divActu .contenu a:hover.lien {
	color: #FFFFFF;
	background: #BA001A url(../images/actu_fleche.gif) no-repeat top left;
	}

/*-----------------------------
	ACCUEIL
-----------------------------*/
#divDiaporama {
	float: left;
	width: 332px;
	margin-right: 2px;
	}
#divDiaporama h2 {
	width: 332px;
	height: 15px;
	margin: 0;
	}
	#divDiaporama h2.titreDiapoFr {
	background: transparent url(../images/titre_diaporama_fr.gif) no-repeat top left;
	}
	#divDiaporama h2.titreDiapoEn {
	background: transparent url(../images/titre_diaporama_en.gif) no-repeat top left;
	}
#divVideo {
	float: right;
	width: 300px;
	}
#divVideo h2 {
	width: 300px;
	height: 15px;
	margin: 0;
	}
	#divVideo h2.titreVideoFr {
	background: transparent url(../images/titre_video_fr.gif) no-repeat top left;
	}
	#divVideo h2.titreVideoEn {
	background: transparent url(../images/titre_video_en.gif) no-repeat top left;
	}
#divTexteHome {
	float: left;
	width: 370px;
	margin: 30px 0 0 0;
	line-height: 1.7em;
	}
#divDroiteHome {
	float: right;
	width: 232px;
	margin-top: 30px;
	}
a.btInscriptionFr, a.btInscriptionEn, a.btNewsletterFr, a.btNewsletterEn {
	width: 232px;
	height: 62px;
	display: block;
	margin: 0;
	}
a.btInscriptionFr {
	background: transparent url(../images/bt_inscription_fr.gif) no-repeat top;
	}
	a:hover.btInscriptionFr {
	background: transparent url(../images/bt_inscription_fr.gif) no-repeat bottom;
	}
a.btInscriptionEn {
	background: transparent url(../images/bt_inscription_en.gif) no-repeat top;
	}
	a:hover.btInscriptionEn {
	background: transparent url(../images/bt_inscription_en.gif) no-repeat bottom;
	}
a.btNewsletterFr {
	background: transparent url(../images/bt_newsletter_fr.gif) no-repeat top;
	}
	a:hover.btNewsletterFr {
	background: transparent url(../images/bt_newsletter_fr.gif) no-repeat bottom;
	}
a.btNewsletterEn {
	background: transparent url(../images/bt_newsletter_en.gif) no-repeat top;
	}
	a:hover.btNewsletterEn {
	background: transparent url(../images/bt_newsletter_en.gif) no-repeat bottom;
	}
	
/*-----------------------------
	PAGES INTERIEURES
-----------------------------*/
#divTitre { 
	margin-top: 4px; 
	height: 200px;
	}
#divTexte { 
	margin: 30px 40px 0 10px;
	line-height: 1.7em; 
	}
	
/*-----------------------------
	INSCRIPTION
-----------------------------*/
#divRegisterForm, #divFormAmi {
	margin-top: 30px;
	}
#divRegisterForm #divFormError {
	background-color: #BA011A;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	}
#divRegisterForm #formDivPro {
	background-color: #ECEFF7;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 10px;
	}
#divRegisterForm #formDivBt, #divFormAmi #formDivBt {
	background-color: #D7DDEF;
	padding: 5px 10px;
	}
#divRegisterForm #formInfoBas {
	margin: 10px 40px 0 10px;
	}
#formInscription label, #divFormAmi label {
	width: 120px;
	display: inline;
	float: left;
	margin-left: 10px;
	text-align: left;
	}
	#formInscription label.lbl2 {
	width: 120px;
	margin: 0;
	}
	#divFormAmi label {
	width: 150px;
	}
#formInscription input, #divFormAmi input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#formInscription input.input1, #formInscription select, #divFormAmi input.input1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #412118;
	margin: 2px 0 2px 0;
	padding: 2px;
	border: 1px solid #999999;
	}
#formInscription input.input1, #divFormAmi input.input1 {
	width: 200px;
	}
#formInscription input.btValider, #divFormAmi input.btValider {
	padding: 4px;
	}
#divRegisterConfirm {
	margin: 30px 40px 0 10px;
	line-height: 1.7em;
	}
/* PREVISUALISATION DU BADGE */
#divRegisterConfirm #previewBadge {
	float: left;
	width: 325px;
	height: 70px;
	background: transparent url(../images/fond_badge.jpg) no-repeat top;
	margin-right: 10px;
	padding: 150px 10px 50px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	}
#divRegisterConfirm #previewBadge #infoBadge {
	width: 325px;
	margin: 150px auto 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	}
input.btValiderBadge, input.btModifierBadge {
	height: 26px;
	margin: 5px 0;
	padding-left: 7px;
	text-align: left;
	}
	#formValidation input.btValiderBadge { 
	width: 182px;
	border: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	background: url(../images/fond_bt_valider_badge.png) no-repeat left top; 
	}
	#formValidation input.btValiderBadge:hover { 
	color: #EBBDC3;
	}
	#formValidation input.btModifierBadge { 
	width: 182px;
	border: none;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background: url(../images/fond_bt_modifier_badge.png) no-repeat left top; 
	}
	#formValidation input.btModifierBadge:hover { 
	color: #B10018;
	}
/*input#btValiderBadgeFr, input#btModifierBadgeFr, input#btValiderBadgeEn, input#btModifierBadgeEn {
	height: 26px;
	margin: 5px 0;
	}
	#formValidation input#btValiderBadgeFr { 
	width: 182px;
	background: url(../images/bt_valider_badge_fr.png) no-repeat left top; 
	}
	#formValidation input#btModifierBadgeFr { 
	width: 158px;
	background: url(../images/bt_modifier_badge_fr.png) no-repeat left top; 
	}
	#formValidation input#btValiderBadgeEn { 
	width: 183px;
	background: url(../images/bt_valider_badge_en.png) no-repeat left top; 
	}
	#formValidation input#btModifierBadgeEn { 
	width: 149px;
	background: url(../images/bt_modifier_badge_en.png) no-repeat left top; 
	}*/
/* NEWSLETTER */
#divFormNewsletter {
	margin-top: 10px;
	background-color: #D7DDEF;
	padding: 5px 10px;
	}
	#divFormNewsletter input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	#divFormNewsletter input.input1 {
	color: #412118;
	margin: 2px 0 2px 0;
	padding: 5px 2px;
	border: 1px solid #999999;
	width: 200px;
	}
	#divFormNewsletter input.btValider {
	padding: 4px;
	font-weight: bold;
	}
	
/*-----------------------------
	SPECTACLES
-----------------------------*/	
#listeSpectacle {
	margin: 0 0 0 10px;
	line-height: 1.7em;
	}
#listeSpectacle h3 {
	color: #000000;
	margin: 0 0 5px 0;
	font-size: 1.2em;
	}
#listeSpectacle h4 {
	margin: 0 0 5px 0;
	color: #BA001A;
	font-size: 1.2em;
	}
#listeSpectacle .ficheSpectacle {
	background: transparent url(../images/fond_fiche_spectacle.png) no-repeat top left;
	margin-top: 20px;
	padding: 24px 40px 0 0;
	}
#listeSpectacle .ficheSpectacle .photoSpec {
	float: left;
	width: 150px;
	text-align: center;
	}
#listeSpectacle .ficheSpectacle .detailSpec {
	float: right;
	padding: 0;
	text-align: justify;
	width: 410px;
	}
#listeSpectacle #specInfoPrat {
	background: transparent url(../images/fond_fiche_spectacle.png) no-repeat top left;
	margin-top: 20px;
	padding: 24px 40px 0 0;
	}


/*-----------------------------
	EXPOSANTS
-----------------------------*/	
#menuExposant {
	margin: 15px 0;
	text-align: left;
	color: #000000;
	}
	#menuExposant a { 
	color: #000000; 
	text-decoration: none; 
	}
	#menuExposant a:hover { 
	color: #BA001A; 
	text-decoration: underline;
	}
#listeExposant h4 {
	margin: 15px 0 10px 0;
	}
#listeExposant h5 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 14px;
	}
	#listeExposant h5 a {
	color: #000000; 
	text-decoration: none;
	}
	#listeExposant h5 a:hover {
	text-decoration: underline;
	}
	#listeExposant h5.off { background: #FFFFFF url(../images/picto_plus.gif) no-repeat left top; }
	#listeExposant h5.on { background: #FFFFFF url(../images/picto_moins.gif) no-repeat left top; }
#listeExposant .contenuOn {
	font-size: 1em;
	border-left: #DBC8B7 9px solid;
	padding: 0 0 10px 10px;
	
	}
#listeExposant .contenuOn .logoExpo {
	float: left;
	width: 90px;
	text-align: center;
	padding-top: 5px;
	}
#listeExposant .contenuOn .detailExpo {
	float: right;
	text-align: left;
	width: 470px;
	color: #000000;
	}

/*-----------------------------
	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;
	}

