body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.cadre {
	border-right: 1px solid #990066;
	border-left: 1px solid #990066;
}
.contenu {
	margin: 5px;
	padding: 5px;
}
.txtNormal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2px;
	word-spacing: 5px;
	text-align: justify;
}
.cadre_contenu {
	border: 1px solid #990066;
}
.txtNormalPetit {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2px;
	word-spacing: 5px;
	text-align: justify;
}
.txtContenu {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txtContenuPetit {



	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a#test {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a#test:hover {
background: none; /* correction d'un bug IE */
}
a#test span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a#test:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: 200px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 100px;
width: 200px;
height: 100px;
background: green;
text-align: center;
color: white;
}
.txtNormalRouge {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	letter-spacing: 2px;
	word-spacing: 5px;
	text-align: justify;
}
