.haut {
	background-image:  url("images/haut.gif");
	background-repeat: repeat-x;
}
.bas {
	background-image:  url("images/bas.gif");
	background-repeat: repeat-x;
}
.gauche {
	background-image:  url("images/gauche.gif");
	background-repeat: repeat-y;
	width: 40px;
}
.droite {
	background-image:  url("images/droit.gif");
	background-repeat: repeat-y;
	background-position: center;
	width: 39px;
}
.angle_haut_gauche {
	background-image:  url("images/angle_haut_gauche.gif");
	background-repeat: no-repeat;
	width: 40px;
	height: 41px;
}
.angle_haut_droit {
	background-image:  url("images/angle_haut_droit.gif");
	background-repeat: no-repeat;
	width: 40px;
	height: 41px;
}
.angle_bas_gauche {
	background-image:  url("images/angle_bas_gauche.gif");
	width: 40px;
	height: 41px;
}
.angle_bas_droit {
	background-image:  url("images/angle_bas_droit.gif");
	height: 41px;
}
.fond {
	background-image:  url("images/fond_bruit.gif");
	background-repeat: repeat;
}
.onglet_gauche {
	background-image: url(images/onglet_gauche.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 1px;
	background-position: right;
}
.onglet_droite {
	background-image: url(images/onglet_droite.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 15px;
}
.onglet_haut {
	background-image: url(images/onglet_haut.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.fond_violet {
	background-image: url(images/fond_violet.gif);
	background-repeat: repeat;
}
.gauche_nav {
	background-image:  url("images/gauche_nav.gif");
	background-repeat: repeat-y;
}
.droite_nav {
	background-image:  url(images/droit_nav.gif);
	background-repeat: repeat-y;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9900FF;
	text-decoration: none;
}
a.normal:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9900FF;
	font-weight: bold;
}
a.normal:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9900FF;
}
a.normal:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9900FF;
	font-style: italic;
}
.normal_petit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9900FF;
	text-decoration: none;
}
a.normal_petit:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9900FF;
	font-weight: bold;
}
a.normal_petit:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9900FF;
}
a.normal_petit:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9900FF;
	font-style: italic;
}
.titre_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9900FF;
	text-decoration: none;
}.souligne {
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px solid #9900ff;
	border-left: 1px;
	width: 609px;
}
.clignotant {
	font-weight: bold;
	color: #9900FF;
	text-decoration: blink;
	font-size: 12px;
	font-variant: small-caps;
}
