body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 80% "Arial";
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

h1 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom: 1px solid #000;
}

h3 {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

#container {
	margin: 0px auto 0px auto;
}

#content {
	background-color: #fff3c4;
	border:1px solid #e6d79a;
	line-height: 150%;
}

#resultable {
	margin: 0px auto 0px auto;
	width: 80%;
	border: 1px solid #c5b886;
}


.box {
	margin: 20px auto 20px auto;
	padding: 5px 5px 5px 5px;
	width: 95%;
}

.inputbox {
	border:1px solid #e6d79a;
	margin-bottom: 3px;
}

.inputext {
	
}

.red {
	border: 1px solid red;
	width: 80%;
	margin: 0px auto 15px auto;
	background-color: #f7bbbb;
	padding: 1px 3px 1px 1px;
	display:none;
}

/* Table */

.ligneH {
	background-color: #e6d79a;
	color: #fff;
	font-weight: bold;
}

.headertitle {
	border-bottom: 1px solid #c5b886;
}

.ligne2 {
	border-right: 1px solid #e6d79a;
}

.lignec {
		/* background-color: #dbecf1; */
		background-color: #f8eec4;
}

.button {
		border:1px solid #e6d79a;
		background-color: #f1e4ad; 
}

/*********************************/
/*********** infobulle **********/
/*******************************/

a.infobulle{
    position:relative; /*this is the key*/
    z-index:24; 
	 background-color:#eee;
    color:#000;
    text-decoration:none}

a.infobulle:hover{z-index:25; background-color:#ff0}

a.infobulle span{display: none}

a.infobulle:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:30px; 
	 left:-197px; 
	 width:260px;
    border:1px solid #C5B886;
   /* background-color:#f8eec4; */
	 background-color:#FFF3C4; 
	 color:#000;
	 text-align: left;
	 padding: 0px 0px 0px 0px;
    }

	 .title {
	 	background-color: #C5B886;
	 	text-align: center;
		width:260px;
		color: #fff;
		font-weight: bold;
	 }
	 
	 .result {
	 	padding: 1px 1px 1px 3px;
	 }
	 
	 
	 .center {
		 text-align: center;
		 margin-left: auto;
		 margin-right: auto;
		 display:none;
	 }
