*	{  /*  main font for  site    */
	font-family: Futura Lt BT, "Trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	color:#777;   /* 8e8f8a; = gris  */
	font-size:12px;
	font-weight:900;
}

.italic {
	font-style: italic;
	color: #1B6921;  /*  verFon  */
}
.pink {
	color:#db136b;  /*  magenta  */
	/*font-size:14px;*/
}

.global{
	width:800px;
	/*border:solid 1px #bcd594;*/
}

.tige{
	background-image:url(../images/tigehoriz2.jpg);
	background-repeat:repeat-x;
}

.menu{
	background-image:url(../images/tige-horiz2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-right:1px;
}


.footer {
	background-color:#a0bb4d;
	height:20px;
}

.tigevert {
	background-image: url(../images/tigevert.jpg);
	background-position:right;
}

.corps {
	text-align:justify;
	padding-right:20px;
}

a:link, a:visited {
	color:#1b6921;   /* verFon  */
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


a.pinklink{color:#db136b;   /*   magenta  */}
a.formLink {
	font-size:16px;
	display:block;
	color:#a0bb4d;   /*  verJaunFon   */
	text-align:center
}	
/********************************* Beg. of    for infobulles,   added JMP *-*-*-*******************************************************/

a.info{
position:relative;
z-index:24;
/*  color:#000; */
text-decoration:none
}
 
a.info:hover{
z-index:25;
background-color:#DDD;  /*  FFF  */
cursor: help;
}
 
a.info span{
display: none
}
 
a.info:hover span{
display:block;
position:absolute;  /*  relative  */
margin:2em 0 0 8em; /*  MARGIN could be useful   */  /*  top:-2.5em; right:-25em;  */  /*   top:0.5em; left:2em; width:15em;  */
border:1px solid #888;
background-color:#DDD;  /*   FFF  */
color:#070;   /* 000  */
text-align: left;  /*  text-align: justify; */
font-weight:none;
padding:5px 20px;
}
/******* the same for images in page QUI SOMMES-NOUS    *******/
a.info2{
position:relative;
z-index:24;
/*  color:#000; */
text-decoration:none
}
 
a.info2:hover{
z-index:25;
background-color:#DDD;  /*  FFF  */
cursor: help; 
}
 
a.info2 span{
display: none
}
 
a.info2:hover span{
  display:block;  /*    */
position:absolute;  /*  relative  */
 top:-2.5em; right:-25em; /*    */ /*   top:0.5em; left:2em; width:15em;  */
border:1px solid #888;
background-color:#DDD;  /*   FFF  */
color:#070;   /* 000  */
text-align: left;  /*  text-align: justify; */
font-weight:none;
padding:20px 20px;
}
/********************************* End of      for infobulles,   added JMP *-*-*-*******************************************************/
