/* CSS Document */

/* Aspect général */

body {
	background: #fff;
	color: #111;
	font-size: 11px;
	font-family: "helvetica" ;
}

/* Texte*/

.texte, input, button   { font-size: 11px; font-family: helvetica; text-align: justify }

.texte a  {
	color: #000;
	font-size: 11px;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
}

/* Texte dans tableau*/

.textetab   { font-size: 11px; font-family: helvetica; text-align: left }

.textetab a  {
	color: #000;
	font-size: 11px;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
}



/* Titres */

h1  { color: #000; font-size: 26px; font-family: helvetica; font-weight: bold; font-stretch: condensed }

h1 a {
	font-size: 26px;
	font-stretch: condensed;
	font-weight: bold;
	font-family: "helvetica";
	color: #98DD00;
	text-decoration: none;
}

h1 a:hover{
	color:#000;
	text-decoration: none;
}

h2 {
	font-family: "helvetica";
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	text-decoration: none;
}

h2 a {
	font-family:"helvetica";
	color: #000;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

h2 a:hover{
	color:#98DD00;
}

input, button {
  padding: 2px;
  border: 1px solid black;
  background-color: #EEEEEE;
  font-weight: bold;
}

a img {
  border: 0;
}
