/** ALIGNEMENT DU TOOLTIP SUR LA GAUCHE **/
a.tooltipOnLeft {
	position: relative;
}

a.tooltipOnLeft:hover {
	text-decoration:none;
}

a.tooltipOnLeft img {
	border:0;
}

a.tooltipOnLeft em.tooltipContent {
	display:none; 
	font-weight: normal;
}

a.tooltipOnLeft:hover em.tooltipContent {
	display:block; 
	border:1px solid #BBBDBE;
	color:#2F2F31;
	background:#FFFFFF;
	position: absolute;
	width:200px;
	top: 20px;
	left: 0px;
	padding: 5px;
	z-index: 1000;
	font-style:normal;
	zoom:1;
}


a.tooltipOnLeft em.tooltipContent span{
	position: absolute;
	top: -7px;
	left: 5px;
	height: 7px;
	width: 11px;
	background: transparent url(../tooltipbg.gif);
	background-repeat:no-repeat;
	font-weight: normal;
	font-style:normal;
}




/** ALIGNEMENT DU TOOLTIP SUR LA DROITE **/
a.tooltipOnRight:hover {
	position: relative;
	text-decoration:none;
}

a.tooltipOnRight img {
	border:0;
}
a.tooltipOnRight em.tooltipContent {
	display:none;
}

a.tooltipOnRight:hover em.tooltipContent {
	display:block;
	border:1px solid #BBBDBE;
	color:#2F2F31;
	background:#FFFFFF;
	position: absolute;
	width:200px;
	top: 20px;
	right: 0px;
	padding: 5px;
	z-index: 5;
	font-style:normal;
}


a.tooltipOnRight em.tooltipContent span{
	position: absolute;
	top: -7px;
	right: 5px;
	height: 7px;
	width: 11px;
	background: transparent url(../tooltipbg.gif);
	background-repeat:no-repeat;
}




.noclick {
	cursor:default;
}



/** SPECIFIQUE AU CADENAS DANS LE LISTING D'OFFRE */
.TabbedPanelsTabCadenasOuvert a.tooltipOnLeft:hover em.tooltipContent {
	top: 28px;
	font-weight: normal;
}

.TabbedPanelsTabCadenasOuvert a.noclick {
	cursor:default;
}

.TabbedPanelsTabCadenasFerme a.tooltipOnLeft:hover em.tooltipContent {
	top: 28px;
	font-weight: normal;
}

.TabbedPanelsTabCadenasFerme a.noclick {
	cursor:default;
}

.TabbedPanelsTabSelectionner a:hover em.tootipContent
{
	font-weight: normal;
}

/** ALIGNEMENT DU TOOLTIP EN DESSOUS [specifique listing candidats, voir si ca marche ailleur au besoin?] **/
a.tooltipOnBottom {
	position: relative;
}

a.tooltipOnBottom:hover {
	text-decoration:none;
}

a.tooltipOnBottom img {
	border:0;
}

a.tooltipOnBottom em.tooltipContent {
	display:none; 
	border:1px solid #BBBDBE;
	color:#2F2F31;
	background:#FFFFFF;
	position: absolute;
	width:200px;
	top: 5px;
	left: -685px;
	padding: 5px;
	z-index: 500;
	font-style:normal;
}

a.tooltipOnBottom:hover em.tooltipContent {
	display:block;
	
}


a.tooltipOnBottom em.tooltipContent span{
	position: absolute;
	top: -7px;
	left: 5px;
	height: 7px;
	width: 11px;
	background: transparent url(../tooltipbg.gif);
	background-repeat:no-repeat;
}

em.tooltipContent span
{
	font-weight: normal;
}


/* SPECIFIQUE AUX PUCES DANS CV_COLLECTIF -> INSCRIT SEULEMENT */

.blocBlancx3 .accordeonJaune ul.subMenu div.cvItemCheckbox{
	background-image: none;
	overflow: visible;
	border: 1px solid #ffffff;
}	

.blocBlancx3 .accordeonJaune ul.subMenu div.cvItemCheckbox a {
	width: 45px;
	height: 15px;
	background-image: none;
	border-top:0;
	font-weight: normal;
	text-decoration: normal;
	font-style: normal;
	padding: 0;
}

.blocBlancx3 .accordeonJaune ul.subMenu div.cvItemCheckbox a:hover {
	background-image:none;
	color:#2F2F31;
	font-weight: normal;
	text-decoration: normal;
	font-style: italic;
}

.blocBlancx3 .accordeonJaune ul.subMenu div.cvItemCheckbox a.toolTipOnRightCvCol:hover {
	background-image: none;
	overflow: visible;
}

.blocBlancx3 .accordeonJaune ul.subMenu div.cvItemCheckbox a.toolTipOnRightCvCol:hover span.CvCol {

	background: url(../tooltipbg.gif) no-repeat 163px center ;
	position: relative;
	top: 0;
	right: 150px;
	height: 7px;
	width: 11px;
	padding: 0 20px 0 20px;
	z-index: 1001;
	width:170px;
}

.blocBlancx3 .accordeonJaune .open span.CvCol {	
	background-image: none;
	height: 7px;
	width: 11px;
	padding: 0;
}

.blocBlancx3 .accordeonJaune span.CvCol {	
	background-image: none;
	height: 7px;
	width: 11px;
}

div.cvItemCheckbox a.toolTipOnRightCvCol {
	background-image:none;
	position: relative;
	
	
}

div.cvItemCheckbox a.toolTipOnRightCvCol:hover {
	background-image:none;
	text-decoration: none;
}

div.cvItemCheckbox a.toolTipOnRightCvCol img{
	border: 0;
	
}

div.cvItemCheckbox a.toolTipOnRightCvCol em.toolTipContentCvCol {
	background-image:none;
	display: none;
}

div.cvItemCheckbox a.toolTipOnRightCvCol:hover em.toolTipContentCvCol {
	text-align: left;
	overflow: visible;
	background-image :none;
	display: block; 
	border:1px solid #BBBDBE;
	color:#2F2F31;
	background:#FFFFFF;
	position: relative;
	width: 200px;
	top: -1px;
	left: -150px;
	padding: 5px;
	z-index: 1000;
	font-style:normal;
	zoom:1;
}

.blocBlancx3 .accordeonJaune ul.subMenu div.cvItemCheckbox a.lienCvCol {
	display: none;
}

/* SPECIFIQUE A JOB SUCCEESS PLAN */
div.tooltipJobSuccessPlan {
	position: relative;
}

div.tooltipJobSuccessPlan:hover {
	text-decoration:none;
}

div.tooltipJobSuccessPlan em.tooltipContent {
	display:none; 
	border:1px solid #BBBDBE;
	color:#2F2F31;
	background:#FFFFFF;
	position: absolute;
	width:200px;
	top: -70px;
	left: -185px;
	padding: 7px 7px 0 7px;
	z-index: 500;
	font-style:normal;
}

div.tooltipJobSuccessPlan:hover em.tooltipContent {
	display:block;
}


div.tooltipJobSuccessPlan em.tooltipContent span.spanJobSuccessPlan {
	position: absolute;
	top: 65px;
	height: 15px;
	width: 180px;
	background: transparent url(../tooltipbginv.gif)no-repeat scroll 190px top;
	background-repeat: no-repeat;
}

.blocBlancx2 .accordeonJsp2 .listeSimple  dd .tooltipJobSuccessPlan:hover a.lienAdhesion {
	background-image:url(../puceLienGrisDN.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#42423C;
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:0;
	overflow:hidden;
	padding: 8px 30px;
	text-decoration:none;
}

.blocBlancx2 .accordeonJsp2 .listeSimple dd div.tooltipJobSuccessPlan:hover a.lienAdhesion:hover {
	background-color: transparent;
	background-image:url(../puceLienGrisUP.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:0;
	overflow:hidden;
	padding: 8px 30px;
	text-decoration:none;
	border: none;
}
