﻿/*  -------------------------------------------------------------------
    Eric Meyer's Reset Reloaded --------------------------------------- */
	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, font, img, ins, kbd, q, s, samp,
	small, strike, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-weight:inherit;
		font-style:inherit;
		font-size:100%;
		font-family:inherit;
		vertical-align:baseline;
	}
	
	:focus { outline:0; }
	
	body {
		background:white;
		color:black;
		line-height:1;
	}
	
	ol, ul { list-style:none; }
	
	table { border-collapse:separate; border-spacing:0; }
	
	caption, th, td {
		text-align:left;
		font-weight:normal;
	}
	
	blockquote:before, blockquote:after,q:before, q:after { content:""; }
	
	blockquote, q { quotes:"" ""; }
	

/*  -------------------------------------------------------------------
    Redefine Tag ------------------------------------------------------ */

	body, html {
		color:#3e3e3e;
		font-family:Arial; font-size:12px;
		height:100%;
		line-height:18px;
		text-align:center;
	}

	h2 {
		color:#000;
		font-size:20px;
		line-height:20px;
		padding-bottom:10px;
	}
		
	h3 {
		color:#00bce4;
		font-size:18px;
		line-height:20px;
		padding-bottom:0px;
	}
		
	.registration { margin-top:-10px; }
		
	h4 {
		color:#000;
		font-size:20px; font-style:italic;
		margin:0px;
		padding:10px 0 10px 0;	
	}
		
	h5 {
		color:#00bce4;
		font-size:16px; font-weight:bold;
		line-height:20px;
		padding-bottom:0px;
	}
		
	h6 {
		color:#00bce4;
		font-size:12px; font-weight:bold;
		line-height:20px;
		padding-bottom:0px;
	}

	p { padding-bottom:16px; }

		
	th {
		/*border-right:1px solid #c5c5c5;*/
		padding:5px 17px;
		vertical-align:top;
	}
	
	th * { padding:8px 17px; }
	
	fieldset { border:0; }
	
	label { display:block; margin:15px 0 5px 0; }
	
	input, select, textarea {
		border:1px #cbcbcb solid; 
		/*width: 195px; */
		margin:0; padding:0; 
	}
	
	option {
		margin:0; padding:0; 
		width:195px; height:18px;
	}
	
	.hr {
		background-color:#e0e0e0;
		clear:both; 
		display:block; 
		height:1px; 
		margin:15px 0;
	}
	
	.hr hr { display:none; }

	.sep_section {
		background-color:#e0e0e0;
		clear:both; 
		display:block;  
		height:1px; 
		margin:10px 0;
	}
	
	a, a:visited { text-decoration:underline; color:#8CA820; }
	a:hover, a:visited:hover { color:#3e3e3e; text-decoration:none; }
	

/*  -------------------------------------------------------------------
    Shell ------------------------------------------------------------- */
		
	#container {
		background-color:#e5e5e5;
		margin:0 auto;
		text-align:left;
		width:950px;
	}

	.small_font { font-size:10px; }
	
	#header_splash {
		background:url(/3084/images/header.jpg) top left no-repeat #b7b7b7;
		width:950px; height:195px;	
	}
			
	#header_splash span { display:none; }
	
	#header span { display:none; }
			
	.main_content {
		background:url(/3084/images/content_bt.jpg) bottom left no-repeat transparent;
		border-right:1px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
		height:100%;
	}	
		* html .main_content{ background:url(/3084/images/content_bt2.jpg) bottom left no-repeat transparent; }
			
	.col1 {
		float:left;
		width:160px;
	}
			
	#flashClip {
		width:160px;
		height:331px;
	}
			
	.main_splash {
		background-color:White;
		border-left:1px solid #e0e0e0;
		float:left;
		width:448px; height:955px;
	}
			
	.main {
		float:left;
		width:448px;
	}
			
	.main2 {
		background-color:White;
		float:left;
		width:100%;
	}
					
	#content { padding:31px 20px; }
			
	.content2 { margin-top:10px; }
				
	.content_left {
		float:left;
		margin-right:15px;
		width:196px;				
	}
				
	.content_right {
		float:right;
		width:196px;			
	}
			
	.td_date {
		border-right:1px solid #c5c5c5;
		padding:1px 17px;
		vertical-align:top;
	}

		
	.col3 {
		float:right;
		padding-bottom:150px;	
		width:338px;
	}	
	
	* html .col3 { width:322px; }
		
	.table_sponsor {
		background-color:white;
		/*margin-bottom:8px;*/
		width:412px;
	}
			
	.td_top { vertical-align:top; }
		
	.td_bottom { vertical-align:baseline; }
		
	.td_right {
		float:right;
		height:49px;
		text-align:right;
		vertical-align:top;
	}
		
	.last_sponsor_header {
		text-align:left;
		vertical-align:middle;
		width:133px;
	}
		
	.last_sponsor {
		text-align:left;
		vertical-align:middle;
		width:33%; height:72px;
	}	
		
	.sponsor_def { padding:0px 10px 10px 0px; }	
				
	.ins_rightcol { padding:17px; min-height:600px; }
		
	.ins_rightcol p{ font-weight:bold; margin-top:-20px; }
		
	.fleft { float:left; width:49%;height:112px; }
		* html .fleft{ width:40%; }
		
	.position { position:relative; top:35px; left:30px; }
		* html .position { left:10px; }
		
				
/*  -------------------------------------------------------------------
    Main Naviguation -------------------------------------------------- */
	#main_menu {
		margin:0;padding:0;
		height:33px;
	}
	
	#main_menu li { float:left; }
		

/*  -------------------------------------------------------------------
    Submenu ----------------------------------------------------------- */
	ul.list_big_day li {
		background:url(/4105/images/bd_bullet.gif) -0px 8px no-repeat;
		padding-left:13px;
	}

	.link_rs a:link, .link_rs a:visited {
		color:#8ca820;
		text-decoration:underline;
	}
	
	.link_rs a:hover {
	color:#3e3e3e;	
		text-decoration:none;
	}
	
	ul.link_rs li {
		background:url(/4105/images/bd_bullet_arrow.gif) -0px 4px no-repeat;
		padding-left:13px;
	}

	.link_sponsor {
		color:#000000;
		text-decoration:none;
	}
	
	.link_sponsor a:link, .link_sponsor a:visited {
		color:#8ca820;
		text-decoration:none;
	}
	
	.link_sponsor a:hover {
		color:#3e3e3e;
		text-decoration:underline;
	}
	
	.top_friend {
		background-color:#b7b7b7;
		text-align:right;
		width:100%;
	}

	.top {
		color:#8ca820;
		font-size:9px;
		text-align:right;	
	}
	
	.top a:link, .top a:visited {
		color:#8ca820;
		text-decoration:underline;
	}
	
	.top a:hover { text-decoration:none; }
	
	
/*  -------------------------------------------------------------------
    Forms ------------------------------------------------------------- */
	#table_attendees {
		margin:0px; padding:0px;
		width:410px;
	}
	
	#table_attendees #required {
		color:#44ceeb;
		font-size:10px;
		margin:0; padding:0;
		padding-right:10px;
		text-align:right;
	}

	#table_attendee input { margin:0px; padding:0px; }

	#table_attendees td {
		border:none;
		font-weight:bold;
		margin:0px; padding:0px;	
	}
		
	#table_attendees td span{
		color:#44ceeb;
		margin:0; padding:0;
	}
		
	label { font-weight:bold; }
		
	label span {
		color:#44ceeb;
		margin:0; padding:0;
	}
			
	label small, #l_membre1, #l_membre2, #l_membre3 { font-weight:normal; }
			
	.checkbox_input { border:none; padding:0px; width:200px; margin-top:10px; }
	
	.checkbox_input td { border:none; padding:0; margin:0; vertical-align:top; }
	
	.checkbox_input input { width:25px; }
			
	#l_newsletter { font-weight:normal; line-height:13px; }
			
	label#l_newsletter { margin:0 0 15px 5px; }
			
	input#membre1, input#membre2, input#membre3, input#newsletter { border:none; }
				
	label#l_membre1, label#l_membre2, label#l_membre3 { margin:0 10px 15px 5px; }
			
	#newsletter{}
	
	.formulaire { width:204px; margin-right:10px; }
		* html .formulaire { width:204px; margin:0px; padding-left:0px; }	
	
	.col_1 {
		float:left;
		margin-left:0px;
		width:45%;
	}
	
	.col_1 input,.col_2 input{ height:20px; }
	
	.col_1 p { width:184px; }
	
	.col_2 {
		float:left;
		margin-left:20px;
		width:45%;
	}
	
	.col_2 p { width:174px; }
		
	#user_type td, .noShell td { padding:0; margin:0; border:none; }
	
	#user_type input { width:13px; }
	
	/*#tbody_attendees input, input#card_no {height:20px;}*/
	
		
/*  -------------------------------------------------------------------
    Call to action ---------------------------------------------------- */
	#cta {
		background-color:#b7b7b7;
		padding-right:0px;
		height:27px;
	}

	* html #cta { margin-top:-3px; }

	#cta li { float:right; }
	*+html #cta li { padding-top:3px; }

	#cta li a {
		color:#fff; 
		font-size:10px;
		margin-right:10px;
		text-decoration:none; 
		text-transform:uppercase;	
	}
			
	#cta li a:hover{color:#3e3e3e;}
		
	#cta_send { background:url(/4105/images/cta_send.gif) -3px -3px no-repeat transparent; padding:0 0px 0 20px; }
	#cta_print { background:url(/4105/images/cta_print.gif) top left no-repeat transparent; padding:0 0px 0 20px; }
	#cta_langage { background:url(/4105/images/cta_langage.gif) top left no-repeat transparent; padding:0 0px 0 20px; }
		
		
/*  -------------------------------------------------------------------
    Send to a friend -------------------------------------------------- */
	#sendFriend { display:none; }

	#form_sendFriend fieldset { text-align:left; }	
			
			
/*  -------------------------------------------------------------------
    Subtitles --------------------------------------------------------- */
	.st_part1_fr {
		background:url(/3084/images/st_part1.gif) top left no-repeat white;
		padding-top:10px;
		width:135px; height:52px;
	}
		
	.st_part1_fr span { display:none; }
		
	.st_part2_fr {
		background:url(/3084/images/st_part2.gif) top left no-repeat white;
		padding-top:10px;
		width:150px;height:98px;
	}
		
	.st_part2_fr span { display:none; }
	
			
/*  -------------------------------------------------------------------
    Striped Table ----------------------------------------------------- */
	.stripeMe {
		background-color:#e0e0e0;
		width:338px;
	}
	
	* html .stripeMe {
		border:1px solid #cecece;
		width:322px;
	}
	
	.stripeMe th {
		background-color:#cecece;
		font-weight:bold;
	}

	tr.alt td { background:#e5e5e5; }
	
	.roadshow { border-bottom:1px solid #e0e0e0; border-left:1px solid #e0e0e0; }
	
	.roadshow_table {
		border-right:1px solid #e0e0e0;
		padding:5 px 8px 5px 15px;
		text-align:left;
	}
	
			
/*  -------------------------------------------------------------------
    SIFR -------------------------------------------------------------- */
	.sIFR-flash {
		visibility:visible !important;
		margin:0; padding:0;	
	}

	.sIFR-unloading .sIFR-flash { visibility:hidden !important; }

	.sIFR-replaced, .sIFR-ignore { visibility: visible !important; }

	.sIFR-alternate {
		display:block;
		overflow:hidden;
		position:absolute;
		top:0; left:0;
		width:0; height:0;
	}

	.sIFR-replaced div.sIFR-fixfocus {
		float:none;
		letter-spacing:0px;
		margin:0pt; padding:0pt;  
		overflow:auto; 
	}

	.sIFR-dummy { 
	  margin-left:42px;
	  width:0px; height:0px;
	  z-index:0;
	}

	.sIFR-active h3 {
	  color:#00bce4;
	  font-family:Verdana; font-size:20px;
	  line-height:1em;
	  visibility:hidden;
	}

	.sIFR-class-foo { color:#00bce4; background-color:purple; }

	
/*	---------------------------------------------------------------------
	SEND TO A FRIEND ---------------------------------------------------- */
	div#sendFriend {
		background-color:White;
		border:1px solid #3e80c3;
		display: none;
		position: absolute;
		top: 0; left: 0;
		width: 451px;
		z-index:500;
	}
	
	/*div#sendFriend table td { padding: 0 15px 0 0; }*/
	
	div#sendFriend label {}
		
	div#sendFriend input { width:195px; }
		
	div#sendFriend textarea { width:410px; height:95px; }
	
	div#sendFriend div.top img {
		float:right;
		margin: 0px 0px 0 0;
	}
		
	div#sendFriend div.content {
		clear:both;
		padding: 0 0 0 21px;
	}
		
	#send_bottom { width:500px; height:100%; }
		
	.field {
		color:#44ceeb;
		float:right;
		font-size:10px; font-weight:bold;
		margin: 20px 18px 0 0; padding:0;
		text-align:right;	
	}
	

/*	---------------------------------------------------------------------
	For latest post ----------------------------------------------------- */
	.byline {
		color:#898989;
		font-size:11px;
	}
	
	.ins_rightcol .entry-title, .ins_rightcol .entry-title a:link, .ins_rightcol .entry-title a:active, .ins_rightcol .entry-title a:link:visited {
		color:#00BCE4;
		margin-top:20px;
	}
	
	.asset-content { margin-top:10px; }
	
	.asset-more-link {
			background:url(/commun/images/list_bullet2.gif) top left no-repeat;
			font-size:12px;
			margin:9px 0 0 15px;padding-left:15px;
			height:18px;	
	}
	
	.news_item { margin-top:25px; }
	
	.entry-title {
		color:#00bce4;
		font-size:18px;
		line-height:20px;
		padding-bottom:0px;
	}
	
	.entry-title a:link, .entry-title a:visited { color:#00bce4; }
		
	.entry-title a:link:hover, .entry-title a:visited:hover { text-decoration:none; }
		
	.news_entries { margin-top:-19px; }
	
		
/*	---------------------------------------------------------------------
	Others -------------------------------------------------------------- */
	.clearfix { clear:both; }
	
	#error_message, #validate_checkout { display:none; }
	
	.error { color:#DE0000; }

	table.dates td {
		font-size:11px;
		padding:10px 0;
		text-align:left;
		vertical-align:top;
	}
	
	table.dates tr.sponsors_last, table.dates td {
		border-bottom:1px dashed #BEBEBE;
		padding:5px;
		text-align:left;
		vertical-align:top;
	}

	#msg_soldout {
		color:#DE0000; 
		font-size:10px; font-weight:normal;
		line-height:12px; 
		position:relative; 
		top:0px; left:0px; 
	}