﻿a {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#97232d;
	font-weight:bold;
	text-decoration:underline;
}
h1 { 
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#6d6f71;
	font-weight:bold;
}
h2 { 
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#97232d;
	font-weight:bold;
}
.textac { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#dbd5ce;
}
.textlien { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.text {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #black;	
}
.textblanc {	
	font-family:Garamond, Times, sans-serif;
	font-size:16px;
	color: #ffffff;	
}
.textgris {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #6d6f71;
	font-weight:bold;	
}
.textrouge {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #97232d;
	font-weight: bold;
	
}

/** mots cles **/
span.motcle {
	position: relative;
	color: #000000;
	text-decoration: none;
	border-bottom : 1px dotted;

}
span.motcle a {
	color: #000000;
	text-decoration: none;
}
span.motcle span a {
	color: #000000;
	font-weight : bold;
	text-decoration: underline;
}

span.motcle:hover,span.sfhover {
	background: none; /* correction d'un bug IE */
	z-index: 50; 
}

span.motcle span { /* définition de la balise <span> inclue dans <a> */
	display: none;
}

span.motcle:hover span,span.sfhover span {
	display: block;
	position: absolute;
	top: -200px;
	left: -150px;
	width: 500px;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #97232d;
	border-left: 10px solid #97232d;
}
