.bodyFrame{
	font-size: 11px;
	font-family: Tahoma;
	color: #336699;
	background-image: url(../img/rayures.gif);
	
	
	
}
.contenu{
	font-family: Tahoma;
	font-size: 12px;
	color: #006666;
}
.normalTxt{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.subTitle{
	color: #9AA6B5;
	font-size: 12px;
	font-weight: bold;
	/*font-style: italic;*/
	font-family: Tahoma;
	
}
.alerte{
	font-family: Tahoma;
	color:#FF0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
}
.rem{
	font-family: Tahoma;
	color:#009999;
	font-size: 10px;
	
	text-decoration: none;
	
}
.remWhite{
	font-family: Tahoma;
	color:#FFFFFF;
	font-size: 10px;
	
	text-decoration: none;
	
}
.remOrange{
	font-family: Tahoma;
	color:#FF9900;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
}
.remGrey{
	font-family: Tahoma;
	color:grey;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	
}
.remGreen{
	font-family: Tahoma;
	color:#006666;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	
}
.greyTxt{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFCC;
	font-weight: bold;
}
.titreFaq{
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
	/*font-variant: small-caps;*/
}
.maskable{
	display:none;
}
.affiche{
	/*display: block;*/
}
div.popupStyle{
	position:absolute;
	left:100px;
	top:300px;
	visibility : hidden;
	z-index : auto;

}
a{
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #FF9900;
}

a:hover{
	color: #FF3333;
}
a.linkGrey{
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
a.linkFR{
	font-family: Tahoma;
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #FF9900;
}
a.linkNL{
	font-family: Tahoma;
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #FF3333;
}
a.linkNL:hover{
	font-family: Tahoma;
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #FF9900;
}
a.faq{
	font-size: 11px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	
}
a.faq:hover{
	color: #009966;
	text-decoration: underline;
	
}
a.faqSelected{
	/*color: #FF9933;*/
	font-family: Tahoma;
	color: #009999;
	font-size: 11px;
	text-decoration: none;
	/*font-weight: bold;*/
	
}
a.faqSelected:hover{
	color: #009966;
	text-decoration: underline;

}
table.tab{
	background-color: #006699;
	font-size: 13px;
	
}
td.tab{
	padding : 10px;
	background-color: #ECF2F4;
	
	
	
}
th.tab{
	padding : 2px;
	background-color: #9AA6B5;
	color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
}
td.tabSurligne{
	padding : 10px;
	background-color: #FFFFCC;
	
}
td.tabSelectionne{
	padding : 10px;
	background-color: #FFD7C4;
	color: #FFFFFF;
	
}
table.tabform{
	font-family: Tahoma;
	background-color: #006666;
	font-size: 13px;
	
}
td.tabform{
	font-family: Tahoma;
	padding : 10px;
	background-color: #ECF2F4;
	
	
	
}
th.tabform{
	padding : 2px;
	background-color: #FFFFFF;
	background-image: url(../img/linksbg.gif);
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	
}
.formButtons {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	BACKGROUND-COLOR: #CCDDEE;

	
	
	
}
.formButtonsHighlighted {
	cursor : pointer;
	BACKGROUND-COLOR: #FF9933;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	border: 1px groove #000000;
	font-weight: bold;
	
}
select.sel{
	font-family: Tahoma;
	font-size: 10px;

}
/*styles utilises pour la creation du menu*/

table.menuDeroulant{ /* arriere plan des items de la liste => couleur entre les cellules*/
	font-family: Tahoma;
	font-size: 11px;
	background-color: #FFDCA8;
	/*background-image: url(img/bg.gif);*/
	height: 100%;
	width: 100%;
}
td.menuDeroulant{ /* bg des items du menu */
	background-color: #FFFFFF;
	background-image: url(../img/linksbg.gif);
	color: #FFFFFF;
	border: 1px solid #000000;
	padding : 3px;
	font-family: Tahoma;
	font-size: 11px;

}
.menuLabel  /* style des etiquettes  (headers)*/
{
	background-color:#000000;
	background-image: url(../img/linksbg.gif);
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-size: 13px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
	
}
/* texte figurant dans les headers des menus lorsque il n'y a qu'un seul element*/
a.menu{
	font-size: 13px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}
a.menu:hover{
	color: #FFD291;
	/*font-weight: bold;*/
	
}
/*texte figurant dans les items des menus*/
a.subItem{
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

a.subItem:hover{
	color: #FFD291;

	
}
a.header{
	font-size: 13px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	
}
a.header:hover{
	color: #FFD291;
	/*font-weight: bold;*/
	
}
/* fin des styles relatifs au menu deroulant*/

