﻿html
{
}

Body
{ 
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color:White;
}

#Form
{
	width:450px;
	height:530px;
	text-align:left;
	background-image: url(../images/bg-bnpro.jpg);
	background-repeat:no-repeat; 
}



#FormHeader
{
	text-align:right;
	margin:0;
	padding:110px 0 15px 0  ;
	
	width:100%;
	
	font-size: 19px;
	font-weight: bold;
	color:#292929;
}
#FormHeader span
{
	margin-right:80px;
}

#FormContent
{
	font-size: 12px;
	padding:0;
	margin:0px 0 0 0px;
	width:100%;
	color:#292929;
}

#FormFooter
{
	text-align:center;
	margin:60px 0 0 0;
	width:100%;
}

#FormExports
{
	text-align:center;
	margin:50px 0 0 0;
	width:100%;
}

#TabStrip
{
	width:450px;
	text-align:center;
}

#DynamicContent
{
	width:100% ;
	text-align:center;
	color:#292929;
	padding:0px 5px 5px 0px;
}

.TabStripItem, .TabStripItemOver
{
	border:0;
	font-size: 14px;
	cursor:pointer;
	padding:5px 0 6px 0;
}

.TabStripItem
{
	font-size: 12px;
	color:#cccccc;
	
}

.TabStripItemOver
{
	font-weight:bold;
	font-size: 14px;
	color:#f9b825;

	background-image:url(../images/FlecheTabStrip.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
}


#FormContent .Espace
{ 
	height:20px;
}

.tr td
{
    padding:4px 5px 4px 5px ;
    margin:0;
}

.tr td td{padding:0;}


a, a:link, a:active, a:focus
{
	color:#EE3B01;
	text-decoration:none;
	padding:2px 15px 2px 15px ;
	height:20px;
	font-weight:bold;
	font-size:12pt;
}
a:hover
{
	
	background-image:url(../images/selector.gif);
	background-position: -2px center;
	background-repeat:no-repeat;
}

#lstBox
{
	height:170px;
	max-height:170px;
	width:80%;
	border:solid 1px #A5ACB2; 
	background-color:White;
	color:Black;
	overflow:auto;
}

.TextSimple, .TextBold
{  
	font-family:Verdana;
	font-size:10pt;
}
.TextBold
{ 
	font-weight:bold;
	padding-left: 5px;
}

.TabRecap
{
	margin:20px 0 15px 0;
	color:black;
}


.btnURLs
{
	margin:5px 0 15px 0;
}
.btnURLs a
{
	margin:5px 0 5px 0;
}

.BoxTitle
{
	color:White;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	margin:0 10px 0 5px;
}

.inputTxt
{
	height :15px;
}

.inputCbo
{
	height :20px;
}

.btnENI
{
	width:160px;
	margin:auto;
}

.btnENI .Left
{
	background-image:url(../images/btnLeft.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	
	width:6px;
	margin:0;
}

.btnENI .Icone
{
	background-image:url(../images/btnCenter.gif);
	background-position: 0 0;
	width:1px;
	margin:0;
	padding-left:15px;
}

.btnENI .Center
{
	background-image:url(../images/btnCenter.gif);
	background-position: 0 0;
	
	font-size:14px; 
	font-weight:bold;
	color:White;
	padding:0 15px 0 15px;
	
	height:30px;
}

.btnENI .Right
{
	background-image:url(../images/btnRight.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	
	width:6px;
	margin:0;
}

.btnENI tr:hover
{
	cursor:pointer;
}

.btnENI tr:hover .Left
{
	background-image:url(../images/btnLeftOver.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	
	width:6px;
	margin:0;
}

.btnENI tr:hover .Icone
{
	background-image:url(../images/btnCenterOver.gif);
	background-position: 0 0;
	width:1px;
	margin:0;
}

.btnENI tr:hover .Center
{
	background-image:url(../images/btnCenterOver.gif);
	background-position: 0 0;
	
	margin:0;
}

.btnENI tr:hover .Right
{
	background-image:url(../images/btnRightOver.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	
	width:6px;
	margin:0;
}

.hidden 
{
	display:none;
}

