/**
 *Import des styles pour la zone accroche. A placer au debut du fichier CSS
 */ 
@import "accroche.css";
@import "vitrines_secondaires_v2.css";

#m2www{
	padding-bottom:30px;
}	
	
#v2 .global {
	position:relative;
	overflow: hidden;
	float:left;
	margin-right:1px;
	margin-top:15px;
}

#v2 {
	margin-bottom:15px;
}
	
#inputtxt{
	color:#555555;
	border:1px solid #000000;
}

.canalEnParle{
	float:left;
	width:598px;
	height:400px;
	position:relative;
	overflow:hidden;
}

#windowPlayer{
	position:absolute;
	z-index:20;
	top:0;
	left:40px;
	width:300px;
	height:245px;
	overflow:hidden;
	background-color:black;
}

#rectangle1{
	position:absolute;
	z-index:1;
	top:46px;
	left:0px;
	width:181px;
	height:200px;
	overflow:hidden;
}

#rectangle2{
	position:absolute;
	z-index:3;
	top:180px;
	left:20px;
	width:20px;
	height:65px;
	overflow:hidden;
}

#rectangle3{
	position:absolute;
	z-index:2;
	top:245px;
	left:20px;
	width:180px;
	height:105px;
	overflow:hidden;
}

#rectangle4{
	position:absolute;
	z-index:1;
	top:105px;
	left:200px;
	width:380px;
	height:285px;
	overflow:hidden;
}



#rectangle5{
	position:absolute;
	z-index:3;
	top:245px;
	left:200px;
	width:60px;
	height:105px;
	overflow:hidden;
}

#rectangle6{
	position:absolute;
	z-index:2;
	top:60px;
	left:340px;
	width:100px;
	height:45px;
	overflow:hidden;
}

.recherche{
	background-color:#666666;
}


#zone_mea_videos {
	background-color:#D1D1D1;
	display:inline;
	float:left;
	height:440px;
	width:121px;
	margin-bottom:15px;
	padding-top:18px;

}
#zone_mea_videos .header {
	height:30px;
	margin-bottom:10px;
	margin-left:15px;
	width:100px;
	overflow:hidden;
}
#zone_mea_videos .nav_prec {
	height:28px;
	padding-left:45px;
	padding-bottom:2px;
}
#zone_mea_videos .nav_suiv {
	padding-left:45px;
	padding-top:2px;
}
#zone_mea_videos .vignette {
	height:91px;
	vertical-align:top;
}
#zone_mea_videos .spacer {
	float:left;
	height:59px;
	width:1px;
}
#zone_mea_videos .titre_video {
	padding-left:20px;
}

div#hold {
	width:80px;
	height:336px;
	margin-left:20px;
	overflow:hidden;
	position:relative;
	z-index:5;
}

div.content {
	left:0px;
	position:absolute;
	top:0px;
	z-index:1;
}


div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:80px; height:336px; 
	clip:rect(0px, 80px, 336px, 0px); 
	overflow:hidden;	
	z-index:5; 
}

div#lyr1 { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
}

table#imgTbl{ 
	width:80px 
}
table#imgTbl td { 
	height:91px; 
	vertical-align:middle; 
	text-align:center 
}
/* Ajout pour un scrolling sous FF*/
.selectbox-wrapper {
	max-height: 200px !important;
}