﻿/* Default CSS Stylesheet for a new Web Application project */
/* Public*/

html{
	margin:0;
	padding:0;
	height:100%;
	border:none
}

BODY
{
	margin:0;
	padding:0;
	height:100%;
	border:none
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #000040;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffffff;
}

#fullheight{height:100%}


/* CSS issu des tutoriels http://css.alsacreations.com */

dt, dl, dd, ul, li {
list-style-type: none;
margin: 0 10px 0 0;
padding: 0;
}

#menu {
position : absolute;
left: 50px;
top: 20px;
}

#menu dl {
float: left;
}
#menu li {
display: inline;
}

#smenu1, #smenu2, #smenu3, #smenu4 {
position: absolute;
left: 0;
font-size: 0.7em;
border-top: 1px solid gray;
width: 400px;
}


.mentions {
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}


.modalBackground {
background-color:#000;
filter:alpha(opacity=80);
opacity:0.8;
} 


.BODY_HomePage
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #000000;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000040;
}
H1	{	
	font-family: Verdana, Arial, 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: Verdana, Arial, 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: Verdana, Arial, 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: Verdana, Arial, 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: Verdana, Arial, 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: Verdana, Arial, 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;
	}	


A:link
{
	color: #0000ff;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}	
		
A:visited	{	
	color:#0000ff;
	font-family: Verdana, Arial;
    font-weight: bold;
	text-decoration: none;
	}	
		
A:active
{
	color:#0000ff;
	font-family: Verdana, Arial;
    font-weight: bold;
	text-decoration: none;
}	
		
A:hover	{	
	color:#666666;
	font-weight: bold;
	font-family: Verdana, Arial;
    font-weight: bold;
	text-decoration: none;
	}


	
HR	
{
	color:#DDDDDD;
}
	
TD
{
	font-size:10pt;
	vertical-align:top
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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;
	}


.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; }
              
              
.wMenu_TD
{
  font-size: 10pt;
  text-align:center;
  color:#0000ff;
  background-color:#EEEEEE;
  width:80pt;
}

.wMenu_TD_Sel
{
  font-size: 10pt;
  font-weight: bold;
  text-align:center;
  color:#000000;
  background-color:#DDDDDD;
  width:80pt;
}

.wYearMenu_TD
{
  font-size: 9pt;
  text-align:center;
  width:45px;
  color:#0000ff;
  background-color:#EEEEEE;
}

.wYearMenu_TD_Sel
{
  font-size: 9pt;
  font-weight: bold;
  text-align:center;
  color:#000000;
  width:45px;
  background-color:#DDDDDD;
}

.wInfoMenu_TD
{
  font-size: 8pt;
  text-align:center;
  color:#0000ff;
  background-color:#EEEEEE;
}

.wInfoMenu_TD_Sel
{
  font-size: 8pt;
  font-weight: bold;
  text-align:center;
  color:#000000;
  background-color:#DDDDDD;
}

.wCalendar_TD_Jrs
{
  font-size: 12pt;
  text-align:center;
  width:32px;
  height:31px;
  color:#000000;
  background-color:#FFFFFF;
}

.wCalendar_TD
{
  font-size: 16pt;
  text-align:center;
  color:#0000ff;
  width:40px;
  background-color:#FFFFFF;
}

.wCalendar_TD_Out
{
  font-size: 16pt;
  text-align:center;
  width:40px;
  color:#CCCCCC;
  background-color:#FFFFFF;
}

.wCalendar_TD_Sel
{
  font-size: 16pt;
  font-weight: bold;
  text-align:center;
  color:#000000;
  width:40px;
  background-color:#FFFFFF;
}

.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; }

#centre {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 360px;
     margin-left: -180px; /* moitié de la largeur */
     height: 60px;
     margin-top: -30px; /* moitié de la hauteur */
     border: 0px solid #000;
     }
     
#ITB
{
  background-color: Red;
}     