﻿/* Default CSS Stylesheet for a new Web Application project */
/* Public*/

html{
	margin:0;
	padding:0;
	height:100%;
	border:none
}

html,body,table#pagelayout {
	height:100%;
	width:100%;
	margin:auto;
	border:1px;
	
}
  
BODY
{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-weight: normal;
	font-size: 0.7em;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #DBEAF7;
}

#fullheight
{ 
	height:100%;
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
	border-collapse: collapse; 
}

.TopMenuCell
{
	height: 500px;
	background: url(Images/SSPFonds.JPG);
}

.BODY_HomePage
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: white;
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #DBEAF7;
	margin:0,0,0,0:
}

H1, H2, H3, H4, H5, THEAD, TFOOT
{
    COLOR: #000040;
}

TH
{
    COLOR: #000040;
    background-color: #dddddd;
}

H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

	
HR
{
	color: #3366CC;
	line-height: 10pt;
}
	
A:link
{
	color: blue;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
}	
		
A:visited	{	
	color: blue;
	font-family: Arial, Verdana;
	font-weight : bold;
	text-decoration: none;
	}	
		
A:active
{
	color: blue;
	font-family: Arial, Verdana;
	font-weight : bold;
	text-decoration: none;
}	
		
A:hover
{
	color: blue;
    font-family: Arial, Verdana;
    font-weight: bold;
    text-decoration: none;
}	

	
TD
{
	font-size:9pt;
	vertical-align:top;
}
	
SMALL	{	
	font-size:	.6em;
	}	

BIG	{	
	font-size:	1.1em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:      square;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

._Header
{
	font-size: 8pt;
	text-align: center;
	color: #0000ff;
	background-color: #dbeaf7;
}

.Bordures
{
	font-size: 8pt;
	text-align: center;
	color: #0000ff;
	background-color: #dbeaf7;
}

.LeftColumn
{
  font-size: 8pt;
  text-align:center;
  color:#0000ff;
  background-color:#dbeaf7;
}

.table_layout { border-collapse: collapse; 
                border-style: solid; 
                border-width: 1px; } 

          
.cell_border{ border-collapse: collapse; 
              empty-cells: show; 
              border-style: solid; 
              border-width: 1px; }
              
              
.wTable_FN
{
  background-color:#bbbbbb; 
  border-left-width:thin;
}
              
.wMenu_FN
{
  font-size: 9pt;
  font-weight : bold;
  text-align:center;
  color:#3300ff;
  background-color:#dddddd;
}

              
.wMenu_TD
{
  font-size: 9pt;
  font-weight : bold;
  text-align:center;
  color:#3300ff;
  background-color:#dbeaf7;
  width:80pt;
}

.wMenu_TD_Sel
{
  font-size: 9pt;
  font-weight: bold;
  text-align:center;
  color:#bb0033;
  background-color:#dbeaf7;
  width:80pt;
}
              
.wMenu_Lng_TD
{
  font-size: 7pt;
  font-weight : bold;
  text-align:center;
  color:#3300ff;
  background-color:#dbeaf7;
  width:30pt;
}

.wMenu_Lng_TD_Sel
{
  font-size: 7pt;
  font-weight: bold;
  text-align:center;
  color:#bb0033;
  background-color:#dbeaf7;
  width:30pt;
}

.wYearMenu_TD
{
  font-size: 10pt;
  text-align:center;
  width:45px;
  color:#3300ff;
  background-color:#eeeeee;
}

.wYearMenu_TD_Sel
{
  font-size: 10pt;
  font-weight: bold;
  text-align:center;
  color:#bb0033;
  width:45px;
  background-color:#eeeeee;
}

.wInfoMenu_TD
{
  font-size: 8pt;
  text-align:center;
  color:#3300ff;
  background-color:#dbeaf7;
  font-weight : bold;
}

.wInfoMenu_TD_Sel
{
  font-size: 8pt;
  font-weight: bold;
  text-align:center;
  color:#bb0033;
  background-color:#dbeaf7;
}

.wSubMenu_TD
{
  font-size: 8pt;
  color:#3300ff;
  background-color:#dbeaf7;
  font-weight : bold;
}

.wSubMenu_TD_Sel
{
  font-size: 8pt;
  font-weight: bold;
  color:#bb0033;
  background-color:#dbeaf7;
}

.wRightMenu_Tbl
{
  font-size: 8pt;
  color:#3300ff;
  background-color:#eeeeee;
  font-weight : bold;
}

.wRightMenu_Tbl_Sel
{
  font-size: 8pt;
  font-weight: bold;
  color:#bb0033;
  background-color:#eeeeee;
}

.wTABLE
{
	
  TABLE-LAYOUT:fixed;
  BORDER-COLLAPSE:collapse;
	BORDER-RIGHT: #AABBCC 1pt solid; 
	BORDER-TOP: #AABBCC 1pt solid; 
	BORDER-LEFT: #AABBCC 1pt solid; 
	BORDER-BOTTOM: #AABBCC 1pt solid; 
	PADDING-RIGHT: 0.5px; 
	PADDING-TOP: 0.5px; 
	PADDING-LEFT: 0.5px; 
	PADDING-BOTTOM: 0.5px; 
	FONT-SIZE: 8pt; 
	FONT-STYLE: normal; 
	WHITE-SPACE: nowrap; 
	VERTICAL-ALIGN:middle; 
	TEXT-ALIGN: center; 
}

.wTD_Date 
{
	font-size:8pt;
}

.wTD_Lieu 
{
	width:100;
	font-size:7.5pt;
}

.wTD_Item 
{
	BORDER-RIGHT: #ffffff 0.5pt solid; 
	BORDER-TOP: #ffffff 0.5pt solid; 
	BORDER-LEFT: #ffffff 0.5pt solid; 
	BORDER-BOTTOM: #ffffff 0.5pt solid;
	font-family:Wingdings 2;
	color: Green;
	
}

.wTD_TB_Color
{
	BORDER-RIGHT: #ffffff 0.5pt none; 
	BORDER-TOP: #ff6600 0.5pt solid; 
	BORDER-LEFT: #ffffff 0.5pt none; 
	BORDER-BOTTOM: #ff6600 0.5pt solid;
	width:100;
	font-size:5pt;
}

.wLink
{
	font-weight: normal;
	font-size: 7.5pt;
}


.table_layout { border-collapse: collapse; 
                border-style: solid; 
                border-width: 1px; 
                } 
          
.cell_border{ border-collapse: collapse; 
              empty-cells: show; 
              border-style: solid; 
              border-width: 1px; }
              
              
a {text-decoration: none;
color: black;
color: #222;
}

.invalidtextbox{
  background-color: Red;
}