/**/ style de base

body {
  background: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal
}

td {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal
}

p {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal
}

div {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal
}

.titre_auteur {
  color: #9FB5DF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal
}

a {
  text-decoration: none;
	color: #663399; /*violet*/
	/*color: #1A7D71;*/ /* vert*/
	/*color: #0A00C6;*/ /* bleu*/
}
a:hover {
  /*color: #990000;*/ /*rouge terne*/
  color: #CC3300; /*rouge idem titre*/
}

/**/

input, select {
  background: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal
}

.select_theme {
  width: 360px;
  background: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal
}

.rech:link { text-decoration: none; color: #CCDDFF }
.rech:visited { text-decoration: none; color: #CCDDFF }
.rech:hover { text-decoration: underlined; color: #FFFFFF }

.lire:link { text-decoration: none; color: #CCFFCC }
.lire:visited { text-decoration: none; color: #CCDDFF }
.lire:hover { text-decoration: underlined; color: #FFFFFF }

.resume {
  margin-left: 30px;
  margin-right: 30px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align: justify
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a.menugauche {
	text-decoration: none;
	color: #CC6699;

}
a.menugauche:hover {color: #FF6666}
