/* ---------------------------------------- */
/* Infobulle                                */
/* ---------------------------------------- */

p.infobulle {
	background: url('../image/info.gif') no-repeat;
	height:16px;
	width:16px;
	padding:0;
	margin:0;
}

div.infobulle {
	border: 1px solid #999 !important;
	background-color: #eee !important;
	color: #666;
	width: 250px;
	padding: 4px;
}

/* ---------------------------------------- */
/* Session                                  */
/* ---------------------------------------- */

.session { 
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
}

.session table { 
    width: 100%;  
    margin: auto;     
    background-color: #6B7687 !important;
	border: 1px solid #000 !important;
	border-collapse: collapse;
}

.session td { 
    text-align : left;
    padding: 2px;
	border: 1px solid #000 !important;
}