/***************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, img, ins, kbd, q, s, samp,
	small, strike, sub, sup, tt, var,
	b, u, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		/*line-height: 1;*/
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* endof RESET */
/***************************************************************/





/***************************************************************/
/* 
 * CSS SITE 
 * 2011 04 21
 * CSS par D E L I C Y U S - http://delicyus.com 
 * pour LBC
 * 
*/
/***************************************************************/


	/* FONTS */
	
	@font-face {
	    font-family: 'FrutigerCndNormalRegular';
	    src: url('fonts/frutigercnd-normal-webfont.eot');
	    src: url('fonts/frutigercnd-normal-webfont.eot?#iefix') format('eot'),
	         url('fonts/frutigercnd-normal-webfont.woff') format('woff'),
	         url('fonts/frutigercnd-normal-webfont.ttf') format('truetype'),
	         url('fonts/frutigercnd-normal-webfont.svg#webfont8FHHmZxd') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}


/***************************************************************/

	/* HTML TAGS */
	
	*{ margin:0; padding:0}
	
	body{
		background: #EFEFEC url(../images/FD_PAGE.gif) repeat-x 0 top;
		font-family: Arial, Helvetica, sans-serif;
		color:#344B5F;
	}

	input , 
	textarea{
		font-family: 'FrutigerCndNormalRegular', Arial, Helvetica, sans-serif;
	}
	
	
	h1 , h2   {
		font-family: 'FrutigerCndNormalRegular', Arial, Helvetica, sans-serif;
 
	}
	
	
	h3 , h4  {
		font-family: Arial, Helvetica, sans-serif;
 
	}
	
/***************************************************************/

	/* CLASSES COMMUNES */
	
	.clear ,
	.K{ clear:both;overflow:hidden;height:0 !important;height /**/:1px}
		
	a.PUCE_00{
		background:url(../images/PUCE_00.gif) no-repeat 0 center;
		color:#801461;
		padding:0 0 0 10px;
		text-decoration:none;
	}
	
	.legende{
		font-size:.8em;
		color:#999999;
	}

/***************************************************************/

	/* GRILLE CONTENEUR */ 
	#site{
		margin:0 auto;
		width:1000px;
		background:#fff;
	}

/***************************************************************/

	/* COL SECONDAIRE */ 
	#aside{
		float:left;
		width:195px;
	}

/***************************************************************/

	/* COL PRINCIPALE */ 
	
	#container{
		float:left;
		width:775px;
		padding: 5px 10px 0 20px;
		background:url(../images/FD_01.gif) repeat-y 0 0;
		z-index:0
	}

/***************************************************************/

	/* MENU PRINCIPAL */
	
	
	/* 1er niveau du menu */
	/** nouveau **/
	
	#aside .menu {
	    clear: both;
	}
	
	/** Rajout Cl�ment **/
	#aside .menu p{
	    font-family:Verdana, Lucida, "Segoe sans" , Arial, Helvetica, sans-serif;
		font-size:.71em;
		color:#831263;
		text-transform: uppercase;
		font-weight:bold;
		padding-top:5px;
		padding-left:5px;
		padding-bottom:5px;
		display:block;
		
	}
	.menu-special{
		background:url(../images/FD_05.gif) no-repeat 0 0;
		padding:0;
	}
	.menu-special .lien-special{
		color:#fff;
		font-weight:bold;
		padding:5px;
	}
		.lien-special:hover{
			color:#CCC;
		}
	/* Fin rajout */	
	#aside .menu ul.root{
		background:url(../images/FD_07.gif) no-repeat 0 0;
		padding:0px 0 10px 0px;
    	list-style: none outside;
		}
		
	#aside .menu ul.root li {
		border-bottom:1px dotted #e3e3e4;
/*		padding:5px 0 ;
*/    	position: relative;
    	z-index: 999;
		
		}
	
	#aside .menu li a{
		color:#878787;
		display: block;
		font-family:Verdana, Lucida, "Segoe sans" , Arial, Helvetica, sans-serif;
		font-size:.775em;
		font-variant:small-caps;
		text-decoration:none;
		background:url(../images/PUCE_01.gif) no-repeat 3px center;
		padding:5px 0 5px 15px;
		}
		
	#aside .menu ul.root li a:focus,
	#aside .menu ul.root li a:active,
	#aside .menu ul.root li a:hover {
		color:#FFFFFF;
	    text-decoration: none;
		background:url(../images/PUCE_01b.gif) no-repeat 3px center;
		background-color:#801461;
	}
		
	/*****************************************/
	
	/* S MENU */
	
	#aside .menu ul.root li ul {
    	position: relative;
	}
	
	#aside .menu ul.root li .sousMenu li a{
		color:#6C094F;
		font-family:Verdana, Lucida, "Segoe sans" , Arial, Helvetica, sans-serif;
		font-size:.7em;
		font-variant:normal;
		padding:5px 0
		}
	#aside .menu ul.root li .sousMenu li a:hover{
		background:#f5f6f5
		}
		
	#aside .menu ul.root li ul {
		background:white;	
		border:2px solid #e7e8e6;
		padding: 5px;
	    position: relative;
	}

	#aside .menu ul.root li ul li{
		border-bottom:1px dotted #c68fb6;
		padding:0;
		margin:0
	}

	#aside .menu ul.root li ul li a{
	    padding: 3px 10px;
		background:white;
		display:block;
	}
	
	#aside .menu ul.root li .sousMenu ,
	#aside .menu ul.root li .sousMenu {
		display: none;
	    left: 190px;
		overflow: hidden;
		position: absolute;
		top: -1px;
		width: 230px;
		z-index: 9999;
		}	
	
	#aside .menu ul.root li.jHover .sousMenu,
	#aside .menu ul.root li:hover .sousMenu {
    	display: block;
		}
		
	
	#aside .menu ul li ul li a:active,
	#aside .menu ul li ul li a:focus,
	#aside .menu ul li ul li a:hover {
		
	}
	
	#aside .menu ul.root li.jHover,
	#aside .menu ul.root li:hover {
	}
			
	/*****************************************/
	
	/* MENU > BTN EXPOSANT  */
		
	#aside .menu  ul.menuBas {
		background:url(../images/FD_06.gif) no-repeat 0 0;
		height:50px
		}	
	#aside .menu  ul.menuBas li a{
		background:transparent;
		font-family: 'FrutigerCndNormalRegular', Arial, Helvetica, sans-serif;
		font-size:1em;
		display:block;
		padding:25px 0 0 0;
		text-align:center;
		color:white;
		}	
	#aside .menu  ul.menuBas li a:hover{
		color:#999;
		}	
		
	#aside .menu ul.menuBas li ul li{
		border:0;
		padding:0;
		margin:0
	}
		
/***************************************************************/

	#header{
		/* maquette only =>  min-height:405px;*/
		overflow:visible;
	}
	#header .block{
		background:url(../images/FD_06.jpg) no-repeat bottom center; 
		padding-bottom:21px;
	}

/***************************************************************/

	/* FIL INFO */
	
	/** nouveau **/
	#header .FIL_ACTU {
		background:url(../images/FD_04.gif) repeat-y right 0;
		padding:0 0 0px 80px;
		overflow: hidden;
		width: 695px;
		margin-bottom:10px;
		height: 35px;
		overflow:hidden;
	}
	#header .carousel {
		overflow: hidden;
		position: relative;
		width: 630px;
	}
	
	#header .carousel .slider {
	  position: relative;
	}
	
	
	#header .carousel .slider .item{
		float: left;
		height: 25px;
		overflow:hidden;
		width: 695px;
		padding:10px 0 0 0 ;
		color:#142b3d;
		font-size:.8em
	}
	
	
	#header .carousel a.prev ,
	#header .carousel a.next{
		display:none;
	}
	
	
	/*************************************************/
	
	/** nouveau **/
	
	#header #CAROUSEL_ACTUS  #mycarousel{
		width: 775px;
		overflow: hidden;
	}
	#header #CAROUSEL_ACTUS  #mycarousel .item{
		float: left;
		height: 290px;
		overflow:hidden;
		width: 775px;
		padding:10px 0 0 0 ;
		color:#142b3d;
		font-size:.9em
	}
	#header #CAROUSEL_ACTUS  #mycarousel ul {
		z-index: 2;
	}
	#header #CAROUSEL_ACTUS  #mycarousel ul li{
		width: 775px;
	}
	
	.OVERLAY {
	  background: url("../images/FD_07.png") repeat scroll 0 0 transparent;
	  color:white;
	  display: block;
	  height: 290px;
	  margin: -293px 0 0;
	  position: relative;
	  width: 245px;
	  margin-left:530px;
	}	
	
	.OVERLAY .W{
		padding:50px 10px 10px 
	}
	
	
	.OVERLAY h2{
		font-size:1.6em;
		margin-bottom:10px
		}
		
	.OVERLAY a.BTN{
		font-family: 'FrutigerCndNormalRegular', Arial, Helvetica, sans-serif;
		background:#801461;
		color:#FFFFFF;
		float:left;
		margin:0 5px 0 0;
		padding:2px 10px;
		text-decoration:none;
		font-size:.95em
	}
	.OVERLAY a.BTN:hover{
		background:#FFFFFF;
		color:#801461;
	}
		
/***************************************************************/

	/* CONTENEUR */
	
	#content{
		margin-bottom:20px
		
	}

/***************************************************************/

	/*ACCUEIL > EDITO */
	
	/** nouveau **/
	.COL, .COL_SPEC{ 
		border-top:2px solid #697885;
		border-bottom:10px solid #e2e6ea;
		float:left; 
		margin:0 8px 0 0;
		width:250px; 
		padding:10px 0 5px ;
	 }
	 .COL_SPEC{
	 	width:500px;
	 }
	.COL h2, .COL_SPEC h2{
		color:#354d61;
		font-weight:bold;
		margin-bottom:15px;
		text-transform:uppercase;
	}

	.COL_LAST{ 
		border:0;
		padding:0
	}
	
	
/***************************************************************/

	/* ACCUEIL > WEBTV */
	
	/** nouveau **/
	.COL_LAST .WEBTV{
		margin:20px 0
	}
		
	.WEBTV a{
		color:#6c094f;
		display:block;
		text-decoration:none;
	}
	
	/** nouveau **/
	.TH_TV li{
		float:left;
		margin:20px 8px 20px 0
	}
	
	/** nouveau **/
	.VIDEO_PLAYER{
		/*height:270px;*/
		overflow:visible;
	}
	
/***************************************************************/

	/* ACCUEIL > ACTUS */
	
	.actualites a{
		color:#6c094f;
		display:block;
		text-decoration:none;
		font-size:.85em
	}
	.actualites a:hover{
		color:#878787;
	}
	
	
	/*****************************************/
	
	.actu{
		border-bottom:1px solid #e2e6ea;
		color:#999999;
		margin-bottom:15px;
		padding:0 0 15px;
	}
	
	.actu p strong{
		font-weight:bold;
	}
	
	/*****************************************/
	
	/** nouveau **/
	.TH, .TH2{
		float:left; 
		width:65px;
		border:1px solid #c9cdcf;
		text-align:center;
		padding:3px 
	}
	.TH2{
		width:135px;
	}
	.ACTU_PREVIEW, .ACTU_PREVIEW2{
		float:left; 
		font-size:.8em;
		margin:0 5px;
		width:165px;
	}
	.ACTU_PREVIEW2{
		width:320px;
	}
	
	.actu_externe .ACTU_PREVIEW{
		float:none; 
		margin:0 5px;
		width:460px;
	}
	
	/*****************************************/
	
	/** nouveau **/
	.pied_liste a{
		font-size:.75em
	}
	.pied_liste a:hover{
		color:#878787
	}
	

/***************************************************************/

	/** nouveau **/
	
	/* ACHETEZ BILLETS */
	
	.ACHETEZ_BILLETS {
		display:block;
	}

/***************************************************************/

	/* OUTILS */
	
	.outilsListe{
		background:#354d61 url(../images/FD_02.gif) no-repeat 0 0 ;
		padding:10px 10px 0
	}
	
	.outilsListe li h3{
		color:#fff;
		text-transform:uppercase;
		font-family: 'FrutigerCndNormalRegular', Arial, Helvetica, sans-serif;
	}
	
	.outilsListe li {
		border-bottom:1px dotted #7a98b0;
		padding:3px 3px 3px 25px;
		font-variant:small-caps;
	}
	.outilsListe li.last {
		border:0
	}

	.outilsListe li a{
		font-family:Verdana, Lucida, "Segoe sans" , Arial, Helvetica, sans-serif;
		color:#e3dee0;
		font-size:.8em;
		text-decoration:none;
	}
	.outilsListe li a:hover{
		color:#999;
	}
	
	.outilsListe li.blog{
		background:url(../images/PICTO-01.gif) no-repeat 5px center
	}
	.outilsListe li.fb{
		background:url(../images/PICTO-02.gif) no-repeat 5px center
	}
	.outilsListe li.twitter{
		background:url(../images/twitter.png) no-repeat 5px center
	}	
	.outilsListe li.exposants{
		background:url(../images/exposants.png) no-repeat 5px center
	}	
	.outilsListe li.rss{
		background:url(../images/PICTO-03.gif) no-repeat 5px center
	}
	.outilsListe li.agenda{
		background:url(../images/PICTO-04.gif) no-repeat 5px center
	}
	.outilsListe li.itineraire{
		background:url(../images/PICTO-05.gif) no-repeat 5px center
	}
	
	
/***************************************************************/

	/* NEWSLETTER */ 
	
	.blocNewsletter {
		background:#354d61 url(../images/FD_03.gif) no-repeat 0 0 ;
		height:75px;
		margin-bottom:20px
	}

	.blocNewsletter form{
		padding:10px 10px 10px 20px
	}
	
	.blocNewsletter input.text{
		background:#914e7e ;
		border:0;
		color:white;
		padding:2px;
		width:180px;
		float:left;
	}
	
	.blocNewsletter input.BTN{
		background:transparent;
		border:0;
		color:white;
		font-weight:bold;
		float:left;
		width:
		}
	

	.blocNewsletter label{
		color:white;
		display:block;
		font-variant:small-caps;
		font-size:.7em;
		margin-bottom:10px;
		padding:2px;
		width:180px;
	}
	
/***************************************************************/
	
	/* langues */
	
	.langues{
		text-align:center;
		margin:20px 0
	}	
	
/***************************************************************/

	/* FOOTER */ 
	
	#planSite {
		background:#344b5f url(../images/FD_00.gif) repeat-x 0 0;
		padding:20px 0;
	}
	
/***************************************************************/

	/** nouveau **/
	
	/* MENU_FOOT */ 
	
	#MENU_FOOT {
		color:#FFF;
		font-size:.775em;	
		padding:10px 0; 
		margin-bottom:20px;
		text-align:center; 
		}
	
	#MENU_FOOT a{
		 color:#FFF;
		 text-decoration:none;
	}
	#MENU_FOOT a:hover{
		 color:#999;
	}
	
	
/***************************************************************/

	/* LOGOS FOOT */ 
	
	.onglets {
		float:left;
		padding:0 0 0 20px;
		width:175px;
		 }
		  
	.onglets a{ 
		display:block;
		margin-bottom: 10px;
	}
	
/***************************************************************/

	/** nouveau **/
	
	/* COLONNES FOOT */ 
	
	.FOOT_COL {
		border-left:1px solid #9ca8b2; 
		float:left;
		padding:0 7px 0 5px;
		width:255px;
	}
		  
/***************************************************************/


	/* BLOC PLAN SITE */
	
	.col { 
		margin:0 0 30px 
		}
	.col h3{ 
		background:url(../images/PICTO_00.gif) no-repeat 0 center;
		color:white;
		font-size:.8em;
		font-variant:small-caps;
		padding-left:15px;
		font-weight:normal;
		}
	
	.col li {
		margin:2px 0;
		display:block; 
		}
	.col li a{ 
		color:white;
		font-size:.675em;
		text-decoration:none;
		}
	.col li a:hover{ 
		color:#999;
		}
	

/***************************************************************/

	/* PAGE INTERIEURE */
	
/***************************************************************/

	/** nouveau **/
	.COLL{ 
		float:left; 
		margin:0 16px 0 0;
		width:500px; 
	 }
	 
	 
	.COLL h1{
		color:#801461;
		background:url(../images/PUCE_02.gif) no-repeat 0 5px;
		font-size:1.3em;
		padding:0 0 0 20px ;
		display:block;
		line-height:1.6em;
		text-transform:uppercase;
		margin-bottom:40px;
	 }

	.COLL h2{
		color:#801461;
		border-bottom:1px solid #cad4d3;
		font-size:1.2em;
		margin:0 0 20px;
		padding:0 0 1px ;
		display:block;
		line-height:1.2em;
	 }
	 
	.COLL h3{
		color:#354d61;
		font-weight:bold;
		font-size:.9em;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.COLL h4{
		font-weight:bold;
		margin-bottom:10px
	}
	
	.COLL h5{
		background:url(../images/PUCE_00.gif) no-repeat 0 center;
		color:#801461;
		font-size:.9em;
		font-weight:bold;
		margin:20px 0 10px;
		padding:0 0 0 10px;
		text-transform:uppercase;
	}

	.COLL h6{
		font-weight:bold;
		font-size:.875em;
		color:#354d61;
		margin:10px 0 5px ;
	}
	
	.COLL p{
		color:#354d61;
		font-size:.9em
	}
	.COLL label{
		color:#354d61;
		font-size:.8em
	}
	.COLL a{
		color:#801461;
		text-decoration:none;
		font-size:.9em;
	}
	.COLL a:hover{
		color:#354D61;
	}
	 
/***************************************************************/

	.paddingContent{ 
		padding:0 10px 0 20px
	 }

/***************************************************************/

	#content .breadcrumb {
	  color: #999;
	  font-size:.8em;
	  margin: 0 0 20px;
	}
	#content .breadcrumb a {
	  color: #881567;
	  text-decoration:none;
	}
	#content .breadcrumb a:hover {
		color:#142B3D;
		}


/***************************************************************/

	.HIGHLIGHT{
		border-left:10px solid #6c7d8c;
		padding:10px;
		margin:20px 0
	}


/***************************************************************/
	
	.listeFleche{
		margin-top:30px;
		color:#354D61;
		font-size:.875em
	}
	.listeFleche li{
		padding:15px;
		border-bottom:2px solid #881567;
	}
	
	.listeFleche h5{
		color:#344B5F;
		background:transparent;
		font-weight:bold;
		margin:0 0 15px;
		padding:0;
		text-transform:none;
	}
	
	.listeFleche h6{
		margin-bottom:3px;
		color:#881567;
	}
	
	.listeFleche p{
		padding:0 0 10px
	}
	
	.listeFleche a{
		color:#881567;
		text-decoration:none;
	}
	.listeFleche a:hover{
		color:#142B3D;
		}
		

/***************************************************************/

	/* PAGE INTERIEURE > ACTUS  */
	
	.paddingContent .actualites{
		 margin-top:30px
	}
	.paddingContent .actu{
		 border-bottom:2px solid #881567
	}
	.paddingContent .TH{
		 width:135px;
	}
	.paddingContent .ACTU_PREVIEW{
		width:300px;
		margin:0 0 0 20px
	}
	
	.paddingContent .actu p{
		height:100px;
		overflow:visible;
	}
	/*IE7*/
	html>body .paddingContent .actu p{ height: auto; min-height: 100px; }


/***************************************************************/

	/* PAGE INTERIEURE > INSCRIVEZ VOUS  */
	
	form#formInsc {
		color:#354d61;
		font-size:.775em;
		}
	
	.formulaire {
		margin-top:30px
		}
	
	form#formInsc p.required{
		color:#881567;
		border-bottom:2px solid #881567;
		padding-bottom:5px;
		margin-bottom:20px;
		}

	form#formInsc .text{
		clear:both; 
		float:none;
		}

	form#formInsc .text label,
	form#formInsc .radio .label{
		display:block;
		float:left;
		margin-right:5px;
		padding:3px 0 0 0;
		text-align:right;
		width:150px;
		}

	form#formInsc .radio .label{
		margin:0 30px 10px 0
		}

	form#formInsc .text label span ,
	form#formInsc .radio .label span{
		color:#91186f;
		}
		
	form#formInsc .text input{
		color:#354d61;
		border:1px solid #d7dbdd;
		float:left;
		height:20px;
		margin-bottom:10px;
		width:250px;
		}
	
	form#formInsc .text textarea{
		color:#354d61;
		border:1px solid #d7dbdd;
		float:left;
		height:100px;
		margin-bottom:10px;
		width:250px;
		}
	
	form#formInsc .text select{
		color:#354d61;
		border:1px solid #d7dbdd;
		float:left;
		height:20px;
		width:250px;
		margin-bottom:10px;
		}
	
	form#formInsc .submit{
		clear:both; 
		float:none;
		padding:20px 0 10px 205px
		}

	form#formInsc .submit input{
		background:#881567;
		border:0;
		color:#FFFFFF;
		padding:3px;
		text-align:center;
		font-size:1.1em;
		text-transform:uppercase;
		width:100px;
		}
	form#formInsc .submit input:hover{
		background:#354d61
		}
	
	form#formInsc .cnil{
		color:#6C094F;
		font-size:.8em;
		margin:30px;
		text-align:justify;
		}

	form#formInsc .cnil a{
		color:#6C094F;
		text-decoration:none;
		}

/***************************************************************/

	/* PAGE INTERIEURE > LISTE EXPOSANTS */
	
	
	.listeAlphabetique {
		color:#354D61;
		font-size:.8em;
		margin-bottom:20px
		}
	.listeAlphabetique a{
		color:#354D61;
		padding:0 1px 0 0;
		text-decoration:none;
		text-transform:uppercase;
		}
		
	/*****************************************/
		
	/* RECHERCHEZ EXPOSANTS */
	
	/** nouveau **/
	.RECHERCHEZ h2{
		margin-top:40px
		}
	
	form#formRechercheExpo {
		color:#354d61;
		border-bottom:2px solid #881567;
		font-size:.875em;
		padding:0 0 30px
		}
		
	form#formRechercheExpo .text label {
		display:block;
		float:left;
		margin-right:5px;
		padding:3px 0 0 0;
		text-align:right;
		width:200px;
		}
		
	form#formRechercheExpo .text input{
		color:#354d61;
		border:1px solid #d7dbdd;
		float:left;
		height:20px;
		margin-bottom:10px;
		width:200px;
		}
		
	form#formRechercheExpo .text select{
		color:#354d61;
		border:1px solid #d7dbdd;
		float:left;
		height:20px;
		width:200px;
		}	
					
	form#formRechercheExpo  input.submit{
		background:#881567;
		border:0;
		color:#FFFFFF;
		clear:both; 
		float:none;
		font-size:1.1em;
		padding:3px 0;
		margin:10px 0px 0  205px;
		text-align:center;
		text-transform:uppercase;
		width:100px;
		}
		
	form#formRechercheExpo input:hover.submit{
		background:#354d61
		}
	
	/*****************************************/
	
	/* RESULTATS DE RECHERCHE EXPOSANTS */
	
	/** nouveau **/
	.resultatRechercheHead{
		border-bottom:1px solid #cad4d3;
		color:#354D61;
		clear:both;
		font-size:.8em;
		float:none;
		padding-bottom:3px
		margin-bottom:5px
		}
		
	.resultatRechercheHead .stand{
		float:left;
		width:155px;
		}
		
	.resultatRechercheHead .BtnDetailFicheExposant{
		float:left;
		width:80px;
		}
		
	.resultatRechercheHead h3{
		float:left;
		font-weight:normal;
		width:235px;
		}
		
	/**/
	
	.resultatRecherche{
		border-bottom:1px solid #cad4d3;
		color:#354D61;
		clear:both;
		font-size:.875em;
		float:none;
		}
		
	.resultatRecherche .stand{
		float:left;
		width:155px;
		}
		
	.resultatRecherche .BtnDetailFicheExposant{
		float:left;
		width:80px;
		background:#881567;
		text-align:center;
		padding:3px 0
		}
		
	.resultatRecherche .BtnDetailFicheExposant a{ 
		color:#FFFFFF;
		text-decoration:none;
		}
		
	.resultatRecherche h3{
		background:url(../images/PUCE_03.gif) no-repeat 0 center;
		color:#881567;
		float:left;
		font-weight:bold;
		width:225px;
		padding:3px 0 0 10px;
		}
		
	.resultatRecherche h3.ACTIF{
		background:url(../images/PUCE_04.gif) no-repeat 0 center;
		}
	/**/
	
	.detailFicheExposant{
		background:#881567;
		padding:20px;
		clear:both;
		float:none
	}
	.detailFicheExposant table{
		float:left;
		color:white;
		margin:20px 0 10px
	}
	.detailFicheExposant table td{
		font-size:.875em
	}
	.detailFicheExposant table a{
		color:white;
	}
	.detailFicheExposant table td{
		padding:1px
	}

	/* PAGINATION RESULTATS RECHERCHE */

	.pagination {
		clear: both;
		color: #83736C;
		font-size: .8em;
		line-height: 1.1em;
		padding: 15px 0 20px;
		text-align: right;
		}
		
	.pagination span{
		border-right:1px solid #83736C;
		padding:0 3px 0 2px;
		text-align:center;
		color:#344B5F;
		}
	.pagination span a{
		color:#344B5F;
		text-decoration:none;
		}
	.pagination span.current{
		color:#83736C;
		}
		
	.pagination a.BTN_NAV{
		margin:2px 10px
		}
		
		
		
/***************************************************************/

/* PAGE PARTENAIRES */

.blocPartenaire{ 
	float:left;
	width:110px;
	margin:0 4px 0 3px;
}

.blocPartenaire h3{ 
	background:url(../images/PUCE_00.gif) no-repeat;
	color:#801461;
	margin-top: 40px;
	margin-bottom:0;
	padding:0 0 0 10px;
	text-decoration:none;
	font-size:.875em;
	font-weight:normal;
	display:block;
	height:40px;
	}

.blocPartenaire p{ 
	border:1px solid #d4d8d9;
	text-align:center;
	height:115px;
	width:110px;
}


		
/***************************************************************/

/* PAGE SALON EN IMAGES */


.ongletsPhoto {
	margin-bottom:30px
	}
	
.ongletsPhoto a{
	background:#801461;
	color:#FFFFFF;
	float:left;
	margin:0 5px 0 0;
	padding:5px 10px;
}
.ongletsPhoto a:hover{
	background:#354D61;
	color:#FFFFFF;
}
.ongletsPhoto a.current{
	background:white;
	color:#801461;
}

.apercuVideo{
	text-align:center;
}

/***************************************************************/

  #content .colMain .blocCarousels .ongletsPhoto {
        height: 24px;
    }
    
    #content .colMain .blocCarousels .ongletsPhoto a {
    }
    
    #content .colMain .blocCarousels .ongletsPhoto a.current {
    }
    
    #content .colMain .carousel {
        background: url(/images/fond-caroussel.png) no-repeat;
        width: 472px;
        height: 82px;
        padding: 14px 0 0 0;
        position: relative;
    }
    #CAROUSEL_ACTUS{
	height:290px;
	overflow:hidden;
	}
    #content .colMain .carousel a.next, #content .colMain .carousel a.prev {
        position: absolute;
        top: 41px;
        display: block;
        width: 8px;
        height: 14px;
    }
    
    #content .colMain .carousel a.prev {
        left: 16px;
        background: url(/images/bt-fleche-prec.png) no-repeat;
    }
    
    #content .colMain .carousel a.next {
        right: 16px;
        background: url(/images/bt-fleche-suiv.png) no-repeat;
    }
    
    #content .colMain .carousel ul li {
        background: none;
        padding: 0;
    }
    
    #content .colMain .carousel .masque {
        width: 410px;
        height: 68px;
        overflow: hidden;
        position: relative;
        margin: auto;
    }
    
    #content .colMain .carousel ul.slider {
        list-style-type: none;
        position: relative;
        width: 410px;
    }
    
    #content .colMain .carousel .item {
        float: left;
        margin: 0 7px 0 0;
    }
    
    #content .colMain .carousel .item img {
        display: block;
    }
    
    #content .colMain .apercuVideo {
        margin: 0 0 20px 0;
    }
    


/***************************************************************/
/* CMCA */
	.CMCA-recapitulatif1{
		float:left;
		line-height:1.5;
		margin-left:50px;
		margin-right:50px;
	}
	.CMCA-recapitulatif2{
		line-height:1.5;
	}
	h2.titre-CMCA1{background-image:url(../images/PUCE_CMCA_01.gif);background-repeat:no-repeat;padding-left:25px;margin-top:30px;}
	h2.titre-CMCA2{background-image:url(../images/PUCE_CMCA_02.gif);background-repeat:no-repeat;padding-left:25px;margin-top:30px;}
	h2.titre-CMCA3{background-image:url(../images/PUCE_CMCA_03.gif);background-repeat:no-repeat;padding-left:25px;margin-top:30px;}
	h2.titre-CMCA4{background-image:url(../images/PUCE_CMCA_04.gif);background-repeat:no-repeat;padding-left:25px;margin-top:30px;}
	h2.titre-CMCA5{background-image:url(../images/PUCE_CMCA_05.gif);background-repeat:no-repeat;padding-left:25px;margin-top:30px;}
	h2.titre-CMCA6{background-image:url(../images/PUCE_CMCA_06.gif);background-repeat:no-repeat;padding-left:25px;margin-top:30px;}

	.CMCA-inscription{margin-bottom:25px;width:100%;}
	.CMCA-inscription td{color:#354d61;font-size:.9em;}
	
	.CMCA-inscription2{margin-bottom:25px;width:100%;color:#354d61;font-size:.9em;}	
	.CMCA-inscription2 tbody{border-collapse: collapse;}
		.CMCA-inscription2_titre_colonne{background-color:#EFEFEC;}
	.CMCA-inscription2 td{padding:5px;border: 1px solid #D7DBDD;}

	.taille0{border: 1px solid #D7DBDD;color: #354D61;height: 20px;margin-bottom: 10px;width:50px; margin-right:0px; text-align:right;}
	.taille1{border: 1px solid #D7DBDD;color: #354D61;height: 20px;margin-bottom: 10px;width:100px; margin-right:30px;}
	.taille2{border: 1px solid #D7DBDD;color: #354D61;height: 20px;margin-bottom: 10px;width:125px;			margin-right:30px;}
	.CMCA-inscription input:focus{border: 1px solid #831667;}
	.CMCA-inscription2 input:focus{border: 1px solid #831667;}	
	.taille3{border: 1px solid #D7DBDD;color: #354D61;height: 20px;margin-bottom: 10px;width:150px;			margin-right:30px;}
	.taille4{border: 1px solid #D7DBDD;color: #354D61;height: 20px;margin-bottom: 10px;width:200px;			margin-right:30px;}	
	.ins_td_titre{
		font-weight:bold;
		font-size:1.1em;
	}
	.CMCA-mention{
		font-weight:bold;
		font-size:.7em;
	}
	.bouton{background: none repeat scroll 0 0 #881567;	border: 0 none;	color: #FFFFFF;	font-size: 1.1em; padding: 3px;	text-align: center;	text-transform: uppercase;}
	.bouton:hover{background: none repeat scroll 0 0 #354D61;}
	.bouton2{background: none repeat scroll 0 0 #881567;	border: 0 none;	color: #FFFFFF;	font-size: 0.8em; padding: 3px;	text-align: center;	text-transform: normal;	}
	.bouton2:hover{background: none repeat scroll 0 0 #354D61;}
	
/***************************************************************/
/* endof CSS SITE */

/**  Gestion de la lightbox **/

#overlayLightbox {
    -moz-opacity: 0.7;
    background: #000000;
    display: none;
    filter: alpha(opacity=70);
    height: 100%;
    left: 0px;
    opacity: 0.7;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.lightBox {
    -moz-box-shadow: 2px 2px 5px #222;
    -webkit-box-shadow: 2px 2px 5px #222;
    background: #fff;
    box-shadow: 2px 2px 5px #222;
    display: none;
    height: 300px;
    left: 50%;
    margin: -170px 0 0 -210px;
    padding: 5px;
    position: fixed;
    top: 50%;
    width: 410px;
    z-index: 1010;
    
}

.lightBox .fermer {
    height: 30px;
}

.lightBox .fermer img {
    display: block;
    float: right;
}

.lightBox .contentLightbox {
    height: 200px;
    padding: 0 20px;
}

.lightBox h2 {
    color: #801461;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    font-family: Arial,Helvetica,sans-serif;
}

.lightBox p {
    color: #5b4b3a;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 10px 0;
}
.lightBox ul li{
	font-size: 1em;
	margin-bottom:10px;
}

.blocLienChronokif{
	margin-left: 10px;
}

input, textarea {
font-family:Arial,Helvetica,sans-serif;
font-size:0.9em;
}

#partnerscarousel
{
    width: 775px;
    overflow: hidden;
}

#partnerscarousel ul li
{
    width: 155px;
    text-align: center;
}
