@charset "iso-8859-1";
.content-bloc2 {
	float:left;
	width:583px;
	background-color:#f0e7c8;
	padding:0px;
	margin-left: 50px;
  }
.img-content-bloc2 {
	margin:0 10px 10px 0;
	float:left;
	background-color: #f0e7c8;
	border: 1px solid #000000;
  }

/* FR : Style pour la galerie sur la page 1 (page1.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the galery in the page 1 (page1.htm) ------------------------------------------------------------------------------------------------ */


#parent2-wrap{
  float:left;
}
#parent2 li{
	font-size:10px;
	}
#parent2-menu a{
	margin:5px 3px 0px 0px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
	width:25px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	background-image: url(images/cube_up1.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
#parent2-menu a:hover, #parent2-menu a.wactive{
	color:#fff;
	background-image: url(images/cube_hover1.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
