body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 40px;
	font-size: 12px;
	color: #052C58;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #052C58;
	text-align: justify;

}

.titre1 {
	color: #7F1F52;
	font-family: Verdana, Helvetica, Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a {
/*height: 1em; */
font-size: 10px;
font-weight: bold;
text-decoration: none;
font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
font-size: 10px; /* on définit la taille de police de base dans la page */
color: #7F1F52;
}
a:hover {
text-decoration: underline;
}
a.lnkfoot {
/*height: 1em; */
font-size: 9px;
font-weight: bold;
text-decoration: none;
font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
font-size: 10px; /* on définit la taille de police de base dans la page */
color: #999999;
}
a.lnkfoot:hover {
text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #052C58;
	font-weight: bold;
}

.cadre_or {
	border: 1px solid #BD9B4F;
	padding: 2px;
	margin: 2px;
}

.latright {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.cadre_orsm {
	border: 1px solid #BD9B4F;
	padding: 1px;
	margin: 1px;
	height: 100px;
	width: 150px;

}

.nombato {
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 1em; 
font-size: 10px;
font-weight: bold;
text-align: center;
}

a.nombato { 
text-decoration: none ; 
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 1em; 
font-size: 10px;
font-weight: bold;
text-align: center;
color: #052C58;
}

a.nombato:hover { 
text-decoration: underline ;
}
/* typo liste bato liens */
a.listebato {
text-decoration: none ; 
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 1em; 
font-size: 10px;
font-weight: bold;
text-align: left;
color: #052C58;
}
a.listebato:hover { 
text-decoration: underline ;
}

/* typo liste bato texte */
.data_bato {
text-decoration: none ; 
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 1em; 
font-size: 10px;
font-weight: normal;
text-align: left;
color: #7F1F52;
}

.liste {
width: 250px;
height: 250;
overflow: auto;
}

.spec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.sep_spec {
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	border-bottom-width: 1px;
}
.minus {
	font-size: 10px;
}

.titrenews {
	font-size: 14px;
	font-weight: bold;
}
.habtitrenews {
	border-bottom-style: solid;
	border-top-color: #C5A764;
	border-right-color: #C5A764;
	border-bottom-color: #C5A764;
	border-left-color: #C5A764;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



   /* Begin Tooltips Definition */
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ffffff}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2em; left:-0.3em; 
    background-color:#ffffff; color:#000;
    text-align: center;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none}
	  }
/* end tooltip 
