/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- base default font size, type, and line height ----- */
/*html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}*/

/* ----- add selectors here for font sizing ----- */
#JT_copy, #JT_close_left, #JT_close_right{ /* texte et title des infobulles */
  font-family: verdana;
  font-size: 10px; 
  color: #CCCCCC;
  font-weight: normal;
  padding:15px;
  text-decoration: none;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color: #333333;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url("../JS/JTip/arrow_left.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url("../JS/JTip/arrow_right.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #918f8f;
	background-color: #fff;
}

.JT_loader{
	background-image: url("../JS/JTip/loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #918f8f;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #918f8f;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

.jTip{
cursor:help;
}
