body {
background-color : rgb(90, 90, 90);
cursor:url('http://www.kyrandiane.fr/curseur.gif'), default;
}
A.menu { 
text-align:center;
 width:168px;
 padding:3px;
 margin-left:20px;
 margin-right: 20px;
 margin-bottom:5px;
 font-size :20px;
 BACKGROUND-COLOR: rgb(255, 255, 150);
 TEXT-DECORATION: none;
border:4px groove #933193;
border-radius:7px;
-moz-border-radius: 7px;
FONT-FAMILY: "Book Abtiqua", Trebuchet MS, Verdana;
DISPLAY: block; COLOR: #851866;}
h1 {
font-family : "Book Abtiqua", Trebuchet MS, Verdana;
text-align : center;
font-size : 24px;
color :#8080CD;
font-weight : bold;
}
h2 {
font-family : "Book Abtiqua", Trebuchet MS, Verdana;
text-align : center;
font-size : 20px;
color :#8080CD;
font-weight : bold;
}
h3 {
font-family : "Book Abtiqua", Trebuchet MS, Verdana;
font-size : 18px;
text-align : left;
margin-left : 30px;
margin-right : 30px;
text-indent : 30px;
color : black;
}
h4 {
font-family : "Book Abtiqua", Trebuchet MS, Verdana;
text-align : center;
font-size : 18px;
color : purple;
}
h5 {
font-family : "Book Abtiqua", Trebuchet MS, Verdana;
text-align : center;
font-size : 14px;
color : black;
}

h6 {
font-family : "Book Abtiqua", Trebuchet MS, Verdana;
font-size : 14px;
text-align : left;
margin-left : 20px;
margin-right : 20px;
color : purple;
}
p {
font-family : "Book Abtiqua", Trebuchet MS, Verdana;
font-size : 16px;
text-align : left;
margin-left : 30px;
margin-right : 30px;
text-indent : 30px;
color : black;
}
.prot{
background: url(images/papier.jpg) no-repeat fixed;
width: 98%; 
height: 103px; 
text-align: center; 
margin-left: auto; 
margin-right: auto; 
font-weight:600; 
color:#000000; 
border:5px solid #000000;
}
.prot td{
padding:5px;
border: thin solid #000000;
}
.kyrant{
background: rgb(216, 170, 254);

width: 100%; 
height: 103px; 
text-align: center; 
margin-left: auto; 
margin-right: auto; 
font-weight:600; 
color:#993399; 
border:5px solid #933193;
}
.kyrant td{
padding:5px;
border: thin solid #993399;
}
A.retour{ 
text-align:center;
 padding:3px;
 margin-left:10px;
 margin-right: 10px;
 margin-bottom:5px;
 font-size :18px;
 BACKGROUND-COLOR: rgb(168, 255, 168);
 TEXT-DECORATION: none;
border:4px groove #933193;
border-radius:7px;
-moz-border-radius: 7px;
FONT-FAMILY: "Book Abtiqua", Trebuchet MS, Verdana;
DISPLAY: inline; COLOR: #851866;}
.bas{
width: 100%;
text-align: left;
margin-left: auto; 
margin-right: auto; 
background-color : rgb(255, 255, 150);
border:5px solid #933193;
}
.bas td{
padding:5px;
border: thin solid #993399;
padding-left:20px;
}
.survol_bleu
{
	text-align:left;
 width:168px;
 padding:3px;
 margin-left:20px;
 margin-right: 20px;
 margin-bottom:5px;
 font-size :14px;
 color : #0335FC;
 BACKGROUND-COLOR: rgb(205, 215, 255);
 TEXT-DECORATION: none;
border:4px groove #0335FC;
border-radius:7px;
-moz-border-radius: 7px;
FONT-FAMILY: "Book Abtiqua", Trebuchet MS, Verdana;
}
a.info
{
position: relative;
text-decoration: none;

}
a.info span {
display: none; /*masque l'infobulle */
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500; /*définit une valeur pour l'ordre d'affichage */
cursor: help; /*change le curseur par défaut en curseur d'aide */
}
a.info:hover span
{
display: inline; /*affiche l'infobulle */
position: absolute;
/* white-space: nowrap; change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
top: 30px; /* positionne notre infobulle */
left: 30px;
width: 300px;
background: #D8AAFE;
padding: 1px;
border: 1px solid #933193;
}







