/****************** Structure globale pour les open windows ******************/
/*Tous les élements généraux ont été définis relativement au conteneur nvCenter afin de ne pas modifier les styles des codes retailers qui l'entourent*/

/*ELEMENTS GENERAUX*/
*{
	font-family: Arial,Verdana;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
img, form{
	border: 0;
}
.nvbody, div, #ifredirectlayer{
	scrollbar-3dlight-color:#ABABAB;
	scrollbar-arrow-color:#4E5761;/*#A8305D;*/
	scrollbar-track-color:#F4F5F6;/*#E7EAEC;*/
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#EAEDEE;
	scrollbar-highlight-color:#EAEDEE;
	scrollbar-shadow-color:#303740;/*#ABABAB;*/
}
li{
	list-style-type: none;
	float: left ;
}

/*CLASSES COMUNES */
.clearboth{
	clear:both;
	visibility:hidden;
	height:1px;
	display: block;
}
.invisible{
	display: none;
}
.filet{
	border-bottom: 1px solid #ABABAB;
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-top: 1px solid #ABABAB;
	padding-top: 3px;
	margin-top: 0px;
}
.sepblanc{
	border-bottom: 1px solid white;
	padding-bottom:25px;
	margin-bottom: 25px;
}