p {
  font-family:Comic Sans MS;
  font-size:0.8em;
  text-align:justify;
  margin:2px;
}
table.corpsTable {
  width:98%;
  border:0px;
  border-style:dashed;
  border-color:#000000;
}
td.principale {
  width:80%;
  border:0px;
  border-style:dashed;
  border-color:#000000;
}
td.bandeDroite {
  width:20%;
  border:0px;
  border-style:dashed;
  border-color:#000000;
}

div.text {
  padding:5px;
  border:0px;
  border-style:dashed;
  border-color:#000000;
}
div.bloc {
  height:300px;
  background-repeat : repeat-y;
	background-image: url(../images/bloc.gif);
	padding-left:0px;
	/*border-left:1px;
	border-right:0px;
	border-bottom:1px;
	border-top:0px;
  border-style:solid;
  border-color:#663366;*/
}
div.textBloc {
  padding-left:5px;
}
div.nouveau {
  height:60%;
  background-repeat : repeat-y;
	background-image: url(../images/new.gif);
}
div.ventes {
  height:40%;
  background-repeat : repeat-y;
	background-image: url(../images/ventes.gif);
	/*border-left:1px;
	border-right:0px;
	border-bottom:1px;
	border-top:0px;
  border-style:solid;
  border-color:#663366;*/
}

a {
  font-size:1em;
  color : #802060;
  text-decoration:none;
}
a:link { text-decoration:none; }
a:hover { 
  font-size:1em;
  color : #802060;
  text-decoration:underline; 
}

/*a.test span.testIm { 
display: none;
}
/*a.test:hover span.testIm { 
display: inline;
position: absolute;
left: 200px;
width: 200px;
height: 100px;
background: green;
text-align: center;
color: white;
}*/