/* coin bas droite + milieu bas  */
div.container {
  background: url(http://pan.fotovista.com/mypixmania/images/all_language/choisissez/coinbd.gif) no-repeat bottom right;
  position: relative;
  width:840px;
}

/* coin haut droite + milieu haut */
div.container div.head {
  height: 20px;
  background: url(http://pan.fotovista.com/mypixmania/images/all_language/choisissez/coinhd.gif) no-repeat top right;
  
}

/* coin haut gauche */
div.container div.head div.topleft {
  /*padding: 5px 0px 0px 0px;*/
  width: 840px;
  height: 20px;
  background: url(http://pan.fotovista.com/mypixmania/images/all_language/choisissez/coinhg.gif) no-repeat top left;
}

/* contenu */
.bodyIn {
	/*border : 2px solid red;*/
  padding-bottom: 15px;
  border-right: 1px solid #B6B7B7;
	border-left: 1px solid #B6B7B7;
	background-color: #F9FAFB;
	
}


/* coin bas gauche */
div.container div.body{
  padding-bottom: 15px;
  width: 840px;  
  background: url(http://pan.fotovista.com/mypixmania/images/all_language/choisissez/coinbg.gif) no-repeat bottom left;
}

