

.newline { display: block; clear: both; line-height: 1px; font-size: 1px; height: 0; }

/********************************/
/*   CONFERENCES
/********************************/

#rechercheConf { 
	color: #666666;
	font: 11px Arial; 
	clear: both;
}

#rechercheConf p,
#rechercheConf div,
#rechercheConf td { color: #666666; }

#rechercheConf img { 
	border: 0;
}

#rechercheConf a { 
	color: #666666;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}

#rechercheConf a:hover { 
	text-decoration: underline;
}
#rechercheConf ul, 
#rechercheConf li { margin: 0; padding: 0; }

#rechercheConf h3 {
	color: #D32912; 
	text-transform: uppercase; 
	font-size: 13px; 
	border-bottom: 1px solid #D32912; 
	padding: 0 0 5px 0; 
	margin: 0 0 10px 0; 
} 

#rechercheConf h4 {
	color: #14bfff; 
	font-size: 13px; 
	margin: 0 0 10px 0; 
} 

/********************************/
/*   BARRE DE LIENS
/********************************/

#confLinkBar { 
	height: 38px;
	background: url(/img/conf/linkbar_light_bg.png) no-repeat 0 0;
	padding-left: 5px;
	margin-bottom: 20px;
}

#confLinkBar .rightCorner { height: 38px; background: url(/img/conf/linkbar_light_bg.png) no-repeat 100% 0; }

#confLinkBar img { margin-right: 5px; vertical-align: middle; }

#confLinkBar .iconLink { float: left; margin-left: 20px; padding-top: 6px; }


#confLinkBar .rightBasket { 
	float: right; 	
	height: 38px;
	font-size: 12px; 
	font-weight: bold;
	background: url(/img/conf/linkbar_dark_bg.png) no-repeat 100% 0;
}

#confLinkBar .iconLinkBasket {
	float: left; /*ie6 need this*/
	display: inline; /*ie6 need this*/
	height: 32px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(/img/conf/linkbar_dark_sep.gif) no-repeat 0 0;
}

.nb-conf-field { 
	border: 0 !important; 
	color:#666; 
	width: 13px; 
	font: 11px arial;
	font-weight: bold; 
	background: url(/img/conf/nbconf_bg.gif) repeat-x 0 50% #D3D3D3 !important; 
}

/********************************/
/*   SHARING 
/********************************/

.sharingToolBar img { vertical-align: middle; margin-right: 5px; }
.sharingToolBar img.iconRSS { float: right; margin-top: 10px; }


/********************************/
/*   SEARCH BOX
/********************************/

/*ONGLETS*/

#confTabs {
	height: 30px;
	overflow: hidden;
	list-style: none;
	position: relative; 
	top:1px;
}

#confTabs li {
	height: 30px;
	float: left;
	background: url(/img/conf/searchbox_tab.png) no-repeat 0 0;
	padding-left: 10px;
	margin-right: 2px;
	line-height: 28px;
	font-size: 12px; 
}

#confTabs li span {
	height: 30px; 
	float: left;
	background: url(/img/conf/searchbox_tab.png) no-repeat 100% 0;
	padding-right: 10px;
}

#confTabs li.sel { background: url(/img/conf/searchbox_tab_sel.png) no-repeat 0 0; font-weight: bold; }
#confTabs li.sel span { background: url(/img/conf/searchbox_tab_sel.png) no-repeat 100% 0; }
#confTabs a:hover { text-decoration: none; }

/* CRITERES */

#confSearchBox { border: 1px solid #cfcfcf; padding: 20px; margin-bottom: 20px;  }

#confSearchBox .criterBox { float: left; margin: 0 10px; }
#confSearchBox .criterBox span.crit { font-weight: bold; display: block; color: #1D5876;  } 

#confSearchBox .btn-search { text-align: center; clear: both; padding-top: 20px; }

#confSearchBox .btn-search input { 
	height: 28px; 
	border: 1px solid #5b98ae;
	background: url(/img/conf/btn_bg.gif) repeat-x 0 0; 
	font: 14px Arial;
}

/*MENU SELECT RECUP */

#menuSelect { position: relative; }

#menuSelect a { display: block; line-height: 25px; text-decoration: none !important;  }

#menuSelect a:hover { width: 150px; }

#menuSelect a ul { display: none; list-style: none; }

#menuSelect a:hover ul {
	position: absolute;
	display: block;
	top: 20px;
	left: 0px;
	z-index: 100;
	height: 150px;
	width: 150px;
	overflow: auto; 
	cursor: pointer; 
	zoom:1;

}

#menuSelect li { white-space: nowrap; }
#menuSelect li.clair { background: #e0e0e0; }
#menuSelect li.fonce { background :#eee; }

#menuSelect input { vertical-align: middle; }

#menuSelect input#listeDeRecherche { height: 18px; background: #FFF; border: 1px solid #ccc; position: relative; width: 148px; }

#menuSelect span.fauxselect {
	position: absolute;
	right:0;
	top:1px;
	display: block; 
	width: 20px; 
	height: 21px; 
	background: #CCC;

} 

/********************************/
/*   LISTE
/********************************/

#rechercheConfListe h3 { } 

#rechercheConfListe .showqualify {
	position: relative; 
	float: right; 
/*	si pas de pagination en haut*/
	top: -30px; 
/*	top: -20px;*/
	color: #666;
	font-size: 12px;
}
#rechercheConfListe .title{
	font-weight: bold;
}
/* ENTETE */

.confHead {
	background: url(../img/conf/liste_entete_bg.png) no-repeat 0 100% ;
	padding-bottom: 9px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0;
}

.confHead .contenu { 
	border: 1px solid #cfcfcf; 
	border-bottom: 0; 
	padding: 2px 10px;
	overflow: hidden; 
	color:#666666;
	font-weight:bold;
	/*text-transform:uppercase;*/
	zoom:1;
}

.confHead .contenu .left { 
	float: left;
	padding: 3px 0 0 0;
}

h2.confHead { padding: 5px 10px; }

.confHead .confListTitle { /*text-transform: uppercase;*/ font-weight: bold; }
#rechercheConf .confHead .confListTitle a{ /*text-transform: uppercase;*/ font-weight: bold; color:#666666; }


#rechercheConf .noResultFound {font-weight:bold; padding:5px;}
/* CONTENU */

.confListContent td { vertical-align: middle; }

.tdLeft { width: 200px; }
.tdLeft .icon { margin-bottom: 5px; }

.tdRight { color: #666; }

/* CONFINFO */

.confInfo { color: #666; font-size: 12px; margin-bottom: 10px; font-weight: bold; }

/********************************/
/*   ZOOM
/********************************/

#zoomConfCont { border: 1px solid #cfcfcf;  border-bottom : 0; margin-bottom: 10px; }
#zoomConfCont td { border-bottom : 1px solid #cfcfcf; padding: 10px;  }
#zoomConfCont td.desc p { color: #666; }

#zoomConfCont .odd, #zoomConfCont .even { zoom: 1; overflow: hidden; padding: 5px; }
#zoomConfCont td.desc .odd  { background: #ececec;  }
.sharingToolBar { float: right; }

/********************************/
/*   SMART LINK
/********************************/

a.confSmartLink { 
	border: 1px solid #5b98ae;
	background: url(/img/conf/btn_bg.gif) repeat-x 0 0; 
	font: 14px Arial;
	padding: 5px 20px;
	color: #000 !important;
}

/********************************/
/*   PANIER
/********************************/

#confBasketRecap { border: 1px solid #cfcfcf;  }

#confBasketRecap tr {background: url(../img/conf/basket_bg.png) repeat-x 0 100%;}

#confBasketRecap td { padding: 10px !important; }
#confBasketRecap td.colDescription { border-right: 1px solid #cfcfcf; }
#confBasketRecap td.colAction { border-left: 1px solid #fff; }


#confBasketRecap .sharingToolBar { float: right; }


/********************************/
/*   ZOOM CONFERENCIER
/********************************/

.confInterv { margin-bottom: 20px; overflow: hidden; zoom: 1; }

.confInterv  p.nom { font-weight: bold;  }

.confInterv .photoInterv { float: left; margin-right: 10px; }

/********************************/
/*   TOOL TIP
/********************************/

.confTooltip { 
	width: 250px;
	background-color: #659DB9;
}

.confTooltip .top { 
	/*background: url(../img/conf/tooltip/haut_bleu.png) no-repeat 0 0;*/
	padding: 18px 10px 10px 10px;
	color: white;
	overflow: hidden; 
	zoom:1;
}

.confTooltip .top img { float: left; border: 2px solid white; margin-right: 10px; }

.confTooltip .bottom { 
	background: url(../img/conf/tooltip/fond.png) no-repeat 0 100%;
	padding: 10px;
}
/********************************/
/*  RECOSITE : recommandation du site
/********************************/

.recosite-btn-search{

-x-system-font:none;
background:transparent url(/img/conf/btn_bg.gif) repeat-x scroll 0 0;
border:1px solid #5B98AE;
font-family:Arial;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:28px;
line-height:normal;
}
.form-bloc, .form-blocfield {
display:block;/*Annule inline de form.css*/
}


input, textarea{
border:1px solid #36C9FF;
}
textarea.form-field:hover {border:1px solid #0189BC;background:#eee}
textarea:hover {border:1px solid #0189BC;background:#eee}

.form fieldset{ border: 1px solid #CFCFCF; }

.form legend{ color:#666666; } 
label{ color:#666666; }

.recosite-link a{
color:#666666;
}

#confSearchBox .form-submit, .recosite-btn-search{
	background:#659DB9 none repeat scroll 0 0;
	color:#FFFFFF !important;
	display:block;
	height:30px;
	margin:5px auto;
	padding:3px 0 ;
	width:150px;


}
#confSearchBox .form-submit:hover, #confSearchBox .form-submit:focus, #confSearchBox .form-submit:active,
.recosite-btn-search:hover, .recosite-btn-search:focus, .recosite-btn-search:active {
	background:transparent url(img/2010/menu_nav_onglet_sel.png) no-repeat scroll left center;
}




