#myfilliale { background:#FFFFFF;}

#PopContent{ padding:10px 20px 20px 20px; color:#666666;}

#PopContent ul { margin:10px 0 0 20px; width:200px; }

#PopContent .titre{color:#0055A1; font-size:14px; font-weight:bold; width:100%; display:block; margin-bottom:10px; line-height:2em}

#PopContent a { color:#0055A1}

.verreSolution .nw {
	background:transparent url(verreSolution/top_unactive.gif) no-repeat scroll 0px 0px;
	height:22px;
	padding-left:10px;
}      
.verreSolution_focused .nw {
	background:#ffffff;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}       

.verreSolution .ne {
	background:#ffffff;
	height:22px;
	padding-right:10px;
}

.verreSolution_focused .ne {
	background:#ffffff;
	
}

.verreSolution .n {
	background:#ffffff;
	color:#17385B;
	font:normal 14px/26px Arial, sans-serif;
	height:22px;
	margin:0;
	padding:0;
	text-align:center;
	overflow: hidden;
	padding-left:60px;
	line-height: 20px; 
	color: #000;
}

.verreSolution_focused .n {
	background:#ffffff;
}

.verreSolution .content {
	background:#FFF;
	color:#000;
	font:normal 12px/1em Verdana, Arial, sans-serif;
	overflow:auto;
}

.verreSolution .w {
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}

.verreSolution .e {
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
}


.verreSolution .sw {
	background:#ffffff;
	font-size:2px;
	height:15px;
	padding-left:12px;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;	
}

.verreSolution_focused .sw {
	background:#ffffff;
}

.verreSolution .se {
	background:#ffffff;
	font-size:2px;
	height:15px;
	padding-right:12px;
}

.verreSolution_focused .se {
	background:#ffffff;
	width:310px;	
}

.verreSolution_focused .se_sizer { 
  width:12px;
  height:12px;
}          
 
.verreSolution .se_resize_handle {
	background:transparent url(verreSolution/bottom_unactive.gif) no-repeat scroll right -45px;
	font-size:2px;
	height:15px;
	padding-right:12px;
}                                                                          

.verreSolution_focused .se_resize_handle {
	background:transparent url(verreSolution/bottom.gif) no-repeat scroll right -45px !important;
}

.verreSolution .s {
	background:transparent url(verreSolution/bottom_unactive.gif) repeat-x scroll 0 -15px;
	font-size:12px;
	line-height:15px;
	height:15px;
	overflow:hidden;
} 

.verreSolution_focused .s {
		background:#ffffff;
}

.verreSolution .buttons {
  position: absolute;
  top:1px;
  right:1px;
  height: 20px;   
}

.verreSolution .buttons a.close {
  	float:right;
	background:transparent url(verreSolution/button_unactive.gif) no-repeat 0 0; 
	background-repeat: no-repeat;
	height:15px;
	width:64px;
	margin: 3px 7px 0 0px;        
	padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/       
	overflow:hidden;
}
  
.verreSolution_focused .buttons a.close {
	background:transparent url(verreSolution/buttons.gif) no-repeat 0 0 !important;    
	background-repeat: no-repeat;
}

.verreSolution .buttons.over a.close {
	background:transparent url(verreSolution/buttons_over.gif) no-repeat 0 0px !important; 
}

.verreSolution .buttons a.maximize {
  float:left;
	background:transparent url(verreSolution/button_unactive.gif) no-repeat 0 0;
	height:15px;
	width:14px;
	margin: 3px 7px 0 0;
	padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
	overflow:hidden;
}
  
.verreSolution_focused .buttons a.maximize {
	background:transparent url(verreSolution/buttons.gif) no-repeat 0 -30px !important;
}

.verreSolution .buttons.over a.maximize {
	background:transparent url(verreSolution/buttons_over.gif) no-repeat 0 -30px !important;  
}

.verreSolution .buttons a.minimize {
  float:left;
	background:transparent url(verreSolution/button_unactive.gif) no-repeat 0 0;
	height:15px;
	width:14px;
	margin: 3px 7px 0 0;
	padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
	overflow:hidden;
}  

.verreSolution_focused .buttons a.minimize {
	background:transparent url(verreSolution/buttons.gif) no-repeat 0 -15px !important;
}

.verreSolution .buttons.over a.minimize {
	background:transparent url(verreSolution/buttons_over.gif) no-repeat 0 -15px !important;
}         

.verreSolution .buttons a.minimize.disabled, .verreSolution .buttons.over a.minimize.disabled  {
	background:transparent url(leopard/button_unactive.gif) no-repeat 0 0  !important; 
}

.verreSolution_overlay {
	position:absolute;
	top:0;            
	left:0;
	width:100%;
	background-color:#DDD;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}


