/* Widget Fenêtre */
.OR_Widgets_Fenetre {
	width : 100%;
	
	margin : 0px;
	padding : 0px;
	
	border-collapse : collapse;
	border-style : solid;
	border-color : #aaaaaa;
	border-width : 0px 0px 0px 0px;
}
.OR_Widgets_Fenetre td {
	border-style : solid;
	border-color : #aaaaaa;
	border-width : 0px 0px 0px 0px;
	
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	
	background-color : #ffffff;
}
.OR_Widgets_Fenetre td.HautGauche {
	width : 6px;
	height : 28px;
	
	padding : 0px;
	margin : 0px;
	
	background-image : url(../images/widgets/defaut_fenetre_hg.png);
	color : #ffffff;
}
.OR_Widgets_Fenetre td.HautCentre {
	width : auto;
	height : 12px;
	
	margin : 0px;
	padding : 7px 0px 6px 0px;
	
	font-weight : bold;
	font-size : 12px;
	text-align : center;
	
	background-image : url(../images/widgets/defaut_fenetre_hc.png);
	color : #ffffff;
}
.OR_Widgets_Fenetre td.HautDroit {
	width : 6px;
	height : 28px;
	
	padding : 0px;
	margin : 0px;
	
	background-image : url(../images/widgets/defaut_fenetre_hd.png);
	color : #ffffff;
}
.OR_Widgets_Fenetre td.MilieuGauche {
	width : 6px;
	height : 28px;
	
	padding : 0px;
	margin : 0px;
	
	background-image : url(../images/widgets/defaut_fenetre_mg.png);
}
.OR_Widgets_Fenetre td.MilieuCentre {
	width : auto;
	
	padding : 6px 4px 2px 4px;
	margin : 0px;
	
	border-style : solid;
	border-color : #aaaaaa;
	border-width : 0px 0px 0px 0px;
	
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	
	background-color : #ffffff;
}
.OR_Widgets_Fenetre td.MilieuDroit {
	width : 6px;
	height : 28px;
	
	padding : 0px;
	margin : 0px;
	
	background-image : url(../images/widgets/defaut_fenetre_md.png);
}
.OR_Widgets_Fenetre td.BasGauche {
	width : 6px;
	height : 5px;
	
	padding : 0px;
	margin : 0px;
	
	font-size : 5px;
	
	background-image : url(../images/widgets/defaut_fenetre_bg.png);
}
.OR_Widgets_Fenetre td.BasCentre {
	width : auto;
	height : 5px;
	
	margin : 0px;
	padding : 0px;
	
	font-weight : bold;
	font-size : 5px;
	text-align : center;
	
	background-image : url(../images/widgets/defaut_fenetre_bc.png);
	color : #ffffff;
}
.OR_Widgets_Fenetre td.BasDroit {
	width : 6px;
	height : 5px;

	padding : 0px;
	margin : 0px;
	
	font-size : 5px;
	
	background-image : url(../images/widgets/defaut_fenetre_bd.png);
}
.OR_Widgets_Fenetre td a {
	font-weight : normal;
	text-decoration : none;
	
	color : #000000;
}
.OR_Widgets_Fenetre td a:hover {
	text-decoration : underline;
}
.OR_Widgets_Fenetre td a.fil {
	font-size : 12px;
	font-weight : bold;
	text-align : left;
}
.OR_Widgets_Fenetre td a.fil img {
	vertical-align : middle;
	
	margin : 0px 0px 0px 0px;
	padding : 0px 5px 0px 0px;
}
.OR_Widgets_Fenetre td a.fil:hover {
	text-decoration : none;
}
