body {
  font-family: verdana, "Times New Roman", Times, serif;
}

p{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

em {
	font-size: 1.3em;
}

img {
	display: none;
}

#title {
	display: none;
}

#menu {
	display: none;
}

#footer {
	display: none;
}

form {
	display: none;
}

h1 {
  line-height: 14px;
  font-size: 14px;
}

h2 {
  line-height: 14pt;
  font-size: 14pt;
}

h3 {
  line-height: 14pt;
  font-size: 14pt;
}

.ancre{
display: none;
}



.element_menu h3 {
	color: #9523E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	top: -10px;
	position: relative;
	letter-spacing: 0.2em;
	text-align: center;
}
.element_menu ul {
/* Toutes les listes  ԡ puces se trouvant dans un menu */
	list-style: none;
	padding: 0 0 0 2px;
	margin: 0 0 5px 2px;
	text-decoration: none;
	letter-spacing: 0.6pt;
}
.element_menu a {
/* Tous les liens se trouvant dans un menu */
	display: block;
	padding: 3px 0px 3px 0px;
	width: 192px;
	border-bottom: 1px solid #ddd;
	color: #cccccc;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	letter-spacing: -1px;
}
.element_menu a:active, a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
		border-bottom: 1px solid #ddd;
}
.element_menu a:hover, #menu a:hover
/* Quand on pointe sur un lien du menu */
 {
font-size: 1.2em;
	color: #9523E7;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
