/* CSS Document */

body {
	background: #C6D9BD;
		font-family:  Tahoma;
	}

#content{
	width: 755px;
	margin: 13px auto;
	font-family:  Tahoma;
	text-align: center;

}

.paragraphe {
  color: #000000;
  font-family: Tahoma;
  font-size:82%;
  text-align: justify;
  margin: 4;
  padding: 4;
}
a.lparagraphe:link,
a.lparagraphe:visited,
a.lparagraphe:hover {
  color:#336699;
  font-weight: bold;
  text-decoration:underline;
  font-family: Tahoma;
  font-size:90%;
}


a:link,
a:visited,
a:hover {
  color:#336699;
  font-weight: bold;
  text-decoration:underline;
  font-family: Tahoma;
  font-size:90%;
}

.menu {
  color:#006600;
  font-weight: bold;
  text-decoration:underline;
  font-family: Tahoma;
  font-size:80%;
  }


.entetePage {
	background-color: #006600;
	font-family: Tahoma;
	font-weight: bold;
	font-size:90%;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	text-valign: middle;
}

.enteteLexique {
	font-family: Tahoma;
	font-weight: bold;
	font-size:90%;
	color: #006600;
}

h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size:90%;
}

.codeBonus
{
	font-family: Tahoma;
	font-weight: bold;
	font-size:90%;
	color: #FF0000;
}