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

#conferences .span-1 { }
#conferences .span-2 {  }
#conferences .span-3 {  }
#conferences .span-4 {  }

/********************************/
/*   NAV
/********************************/

.confnav { 
	border: none  !important; 
	background: url(img/conf/gradient_2.png) repeat-x 0 0 #000 !important;
}

.confnav a { 
	color: #FFF !important;
}


/********************************/
/*   RECHERCHE
/********************************/

#conferences .form-submit { background: url(img/conf/gradient_3.png) repeat-x 0 0; color: #FFF; font-weight: bold; }

/********************************/
/*   ONGLETS
/********************************/

.conftabs { 
	margin: 0 !important;
}


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



#conferences .list_header { 
	border: none !important;
	background: url(img/conf/gradient_1.png) repeat-x 0 0 #e52b7c !important ;
	color: #FFF !important;
}

#conferences .list_header a { 
	color: #FFF !important;
}


#conferences .list_content.hover { background: #ebebeb !important; }

#conferences .list_content .span-intervenants { }
#conferences .list_content .span-img  { }
#conferences .list_content .span-date { }
#conferences .list_content .span-heure { }



/********************************/
/*   ZOOM CONFERENCE
/********************************/

#tableConfInfo h4, #tableIntervInfo h4 { background: url(img/conf/puce_1.gif) no-repeat 0 0; padding-left: 22px; margin: 0 0 10px 0; }


#tableConfInfo { border: 1px solid #CFCFCF !important;  }
#tableConfInfo td { border-bottom : 1px solid #CFCFCF !important;}

#tableIntervInfo { border: 1px solid #CFCFCF !important; }
#tableIntervInfo td { border-bottom : 1px solid #CFCFCF !important; }

#conferences .odd  { background: #ebebeb !important;  }




/********************************/
/*   confTooltip
/********************************/

.confTooltip { border: 2px solid #242424 !important; }
.confTooltip .top { background: #242424 !important; color: #FFF; }

#zoomtoprint td{vertical-align: top !important;}
#zoomtoprint td img{margin-top:27px;}



/********************************/
/*   GABARIT D'IMPRESSION
/********************************/

#conferences.print{
	width:625px;
}

#conferences.print a{
	text-decoration:none;
}

#conferences.print .list_content a{
	color:#E41270;
}

