html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #FFFFFF;
  }

/*styles CGV*/
.textenormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.textepluspetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}

.titrepartie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF004E;
	line-height: 20px;
}

.cadre {
	border: 1px solid #000000;
	margin-right:15px;
}
/*Fin de la reprise des styles CGV*/

.tra, img {
	behavior: url(iepngfix.htc);
} 

#page {
	position:absolute; 
	height: 100%;
	width: 100%;
	z-index: 1;
}

#centpourcent {
	position:absolute;
	height: 100%;
	width: 100%;
	text-align: center;
}

.fortext{
	border:1px solid #000000;
	width:92px;
	height:14px;
	font-size:10px;
	margin:0px;
	padding:0px;
}

.txtnoir{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

.txtcolo{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	/*color:#BF2E1A;*/
}

.petittxtnoir{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

.petittxtrouge{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BF2E1A;
}

.txtnoirgras{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.txtnoirgras a{
	color:#000;
	text-decoration:none;
}
 
/* nav */
#nav{
	margin: 0px;
	padding: 0px;
	height: 464px;
	width: 205px;
	position: absolute;
	left: 16px;
	top: 96px;
	behavior: url(iepngfix.htc);
	background-image:url(img/fond_nav.png);
	background-repeat:repeat;
}

#menu{
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	padding-top:10px; 
	height: 464px;
	width: 205px;
	position: absolute;
	left: 16px;
	top: 96px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

.nav_blc{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}

.nav_blc a {
	text-decoration:none;
}

.nav_blc a:hover {
	color:#747474;
}


/* couleurs */
#confiture{
	color:#FAA635;
}
#herbes{
	color:#D5D400;
}
#savons{
	color:#719685;
}
#huile{
	color:#4F6F18;
}
#marrons{
	color:#C99D87;
}
#rouge{
	color:#BF2E1A;
}
