/*-------- MPZ CSS ----------------------------------------------------------------------------------------------------------*/


.hometitle2 {width:290px; height:40px; background-image:url(../img/bg_menu_title.jpg); background-position:left top; background-repeat:no-repeat; clear:both; padding:3px 10px 0px 0px; margin-top:5px;}

 .hometitle2  h2 { font-size:16px; text-transform:uppercase; margin:5px 0 0 15px; color:#990099; }
 
 .hometitle3 {width:290px; height:40px; background-image:url(../img/bg_menu_title.jpg); background-position:left top; background-repeat:no-repeat; clear:both; padding:3px 10px 0px 0px; margin-top:5px;}
 
  .hometitle3  h2 { font-size:16px; text-transform:uppercase; margin:5px 0 0 15px; }

.color_menu { color:#A8128E;}

.miniboxlinks2 { padding:10px 0px 10px 25px; width:180px;  }

.miniboxlinks3 { padding:15px 8px 5px 7px; width:225px; float:right; background-image:url(../img/bg_logos.jpg); background-position:left top; background-repeat:no-repeat;  }

.newsletter { width:263px; height:250px; margin:0px 0px 0px 10px; padding:0; float:left; background-image:url(../img/girl.png); background-position:center top;}



#homecontent .miniboxrub_2 {float:right; margin-right:0px}


ul.minibox li, .miniboxrub_2 {background-image:url(http://www.jeux2filles.fr/images/bkg-jeu.jpg); background-position:5px 5px; background-repeat:no-repeat;}







.bloc_mi_en_avt_mp {
	width: 500pxpx;
	height: 220px;
	/*float: left;*/
	margin: 0px;
	padding: 0px 0px 0px 3px;
	background-image: url(../img/mise_en_avt_mp.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

/*
root element for the scrollable.
when scrolling occurs this element stays still.
*/
div.scrollable { /* required settings */

height:160px;
margin-left:8px;
overflow:hidden;
padding-top:15px;
position:relative;
width:530px;
	/*margin-left: 3px;*/
}



/*
root element for scrollable items. Must be absolutely positioned
and it should have a super large width to accomodate scrollable items.
it's enough that you set width and height for the root element and
not for this element.
*/
div.scrollable div.items { /* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
	overflow:hidden;
}

/* single scrollable item */
div.scrollable div.items div {
	float: left;
	margin-left: 35px;
}

.plus_color{color:#2393C2}
div.scrollable div.items div span {
	color: #999999;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-left: 28px;
}

/* active item */
div.scrollable div.items div.active {
	border: 1px inset #ccc;
	background-color: #fff;
}







