html
{
  height:100%; /* fix height to 100% for IE */
  max-height:100%; /* fix height for other browsers */
  padding:0; /*remove padding */
  margin:0; /* remove margins */
  border:0; /* remove borders */
  background:#fff; /*color background - only works in IE */
  font-family:georgia, "palatino linotype", "times new roman", serif; /* set default font */
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow:hidden; /*get rid of scroll bars in IE */
  /* */ 
}


body
{
  color: black;
  background: transparent url('../images/background.jpeg') repeat fixed center;
  font-family: sans-serif;
  height:100%; /* fix height to 100% for IE */
  max-height:100%; /* fix height for other browsers */
  overflow:hidden; /*get rid of scroll bars in IE */
  padding:0; /*remove padding */
  margin:0; /* remove margins */
  border:0; /* remove borders */
}

a { text-decoration: none; }


h1
{
  margin-top: 2em;
  text-align: center;
  border-bottom: 2px solid black;
  margin-bottom: 0px;
}

#content {
  overflow:auto; /* add scroll bars as necessary */
  position:absolute; /* position absolutely */
  z-index:3; /* If required to cover any other divs */
  top:1.2em; /* a value to miss the header */
  bottom:0; /* a value to miss the footer */
  right:0; /* this will put the scroll bar at the right of the page */
  left:0;
  width: 100%;
}

* html #content {
  height:100%; /* full screen height */
  width:100%; /* full screen width */
  top:0; /* place the content at the top */
  left:0; /* and left of the body */
  border-top:100px solid #fff; /*add a top border to miss the header 
        (this is SUBTRACTED from the 100% height on quirks mode) */
  border-bottom:50px solid #fff; /*add a bottom border to miss the footer 
        (this is SUBTRACTED from the 100% height on quirks mode) */
  border-left:13em solid #fff; /*add a left border to miss any navigation div 
        (this is SUBTRACTED from the 100% width on quirks mode) */
}


#maincontent
{
  margin: 3px;
  display:block;
  float: left;
  border: 1px solid blue;
  width: auto;
}

.exemple_entry
{
  display: block;
  width: 100%;
  background: white;
}

#lettersmenu
{
  text-align:center;
}

#lettersmenu a
{
  margin: 5px;
  font-weight: bold;
  font-size: 140%;
  color: blue; 
}

#lettersmenu span
{
  margin: 5px;
  font-weight: bold;
  font-size: 140%;
  color: black;
}

#functionsmenu
{
  text-align: center;
}

#functionsmenu a
{
  margin: 5px;
  font-weight: bold;
  font-size: 120%;
  color: blue;
}

#functionsmenu span
{
  margin: 5px;
  font-weight: bold;
  font-size: 120%;
  color: black;
}

#menubar
{
  padding: 0;
  margin: 0;
  background: white;
  top: 0;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid black;
  height: 1.2em;
  z-index: 80;
}



#menubar a
{
  padding: 0;
}

a.menuentry
{
  padding: 0px;
  margin: 0px;
  border: 0px solid black;
  font-weight: bold;
  color: black;
  overflow: hidden;
}

#menubar ul
{
  padding: 1px;
  margin: 0;
  list-style-type: none;
}

#menubar li
{
  display:inline;
  float:left;position:relative;
  padding-right: 1em;
}

#menubar li li
{
  float: none;
  padding-right:0;
}

img { padding: 0; margin: 0; border:0;}

#menubar ul ul
{
  display: none;
  background: white;
}

li#menu_logo { width: 2em; } 
#menu_logo a { width: 3em; }
#menubar ul li#menu_logo ul { width: 8em; border: 1px solid black; margin-top:-.2em} 
#menubar ul li#menu_logo ul li a { width: 8em; } 
#menu_logo img { width: 1.2em; height: 1.2em; }

li#menu_news { width: 4em; } 
#menu_news a { width: 4em; }

li#menu_doc { width: 9em; } 
#menu_doc a { width: 9em; }

li#menu_exemples { width: 6em; } 
#menu_exemples a { width: 6em; }
#menubar ul li#menu_exemples ul { width: 10em; border: 1px solid black;} 
#menubar ul li#menu_exemples ul li a { width: 10em; } 

li#menu_formations { width: 9em; } 
#menu_formations a { width: 9em; }


#menubar ul li:hover ul, #menubar ul a:hover ul
{
  display: block;
}


a.submenuentry
{
  display: block;
  margin: 1px;
  color: black;
  background: #fff;
}

a.submenuentry:hover
{
  background: #CCCEEE;
}




.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#758279; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}













.bluelighting .nw {
	background:transparent url(../themes/window/lighting/corners_top-blue.gif) no-repeat scroll 0 -26px;
	height:26px;
	padding-left:6px;
}

.bluelighting .ne {
	background:transparent url(../themes/window/lighting/corners_top-blue.gif) no-repeat scroll right 0;
	height:26px;
	padding-right:6px;
}

.bluelighting .n {
	background:transparent url(../themes/window/lighting/corners_top-blue.gif) repeat-x scroll 0 -52px;
	color:#17385B;
	font:bold 14px/26px Verdana, Arial, sans-serif;
	height:26px;
	margin:0;
	padding:0;
	text-align:center;
	padding-right: 60px;   
	overflow: hidden;
}

.bluelighting_focused .n {
	background:transparent url(../themes/window/lighting/corners_top-blue.gif) repeat-x scroll 0 -52px;
	color:#AB3817;
	font:bold 14px/26px Verdana, Arial, sans-serif;
	height:26px;
	margin:0;
	padding:0;
	text-align:center;
	padding-right: 60px;   
	overflow: hidden;
}

.bluelighting .content {
	background:#BFDBFF;
	color:#000;
	font:normal 12px/1em Verdana, Arial, sans-serif;
	overflow:auto;
}

.bluelighting .w {
	border-left:1px solid #425F82;
	border-right:1px solid #425F82;
}

.bluelighting .e {
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

.bluelighting .sw {
	background:transparent url(../themes/window/lighting/corners_bottom-blue.gif) no-repeat scroll 0 -12px;
	font-size:2px;
	height:12px;
	padding-left:6px;
}

.bluelighting .se {
	background:transparent url(../themes/window/lighting/corners_bottom-blue.gif) no-repeat scroll right 0;
	font-size:2px;
	height:12px;
	padding-right:6px;
}

.bluelighting .se_resize_handle {
	background:transparent url(../themes/window/lighting/sizer-blue.gif) no-repeat scroll right 0;
	font-size:2px;
	height:12px;
	padding-right:12px;
}

.bluelighting .se_sizer { 
  width:12px;
  height:12px;
}          

.bluelighting .s {
	background:transparent url(../themes/window/lighting/corners_bottom-blue.gif) repeat-x scroll 0 -24px;
	font-size:11px;
	line-height:12px;
	height:12px;
	overflow:hidden;
}

.bluelighting .buttons {
  position: absolute;
  top:1px;
  right:10px;
  height: 20px;   
}

.bluelighting .buttons a.close {
  float:left;
	background:transparent url(../themes/window/lighting/buttons-blue.gif) no-repeat 0 0;
	height:20px;
	width:21px;
	padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/       
}

.bluelighting_focused .buttons a.close {
  float:left;
	background:transparent url(../themes/window/lighting/buttons-blue_focused.gif) no-repeat 0 0;
	height:20px;
	width:21px;
	padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/       
}

.bluelighting .buttons a.close:hover {
	background:transparent url(../themes/window/lighting/buttons-blue.gif) no-repeat 0 -20px;
}

.bluelighting .buttons a.maximize {
  float:left;
	background:transparent url(../themes/window/lighting/buttons-blue.gif) no-repeat 0 -40px;
	height:20px;
	width:21px;
	padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/       
}

.bluelighting_focused .buttons a.maximize {
  float:left;
	background:transparent url(../themes/window/lighting/buttons-blue_focused.gif) no-repeat 0 -40px;
	height:20px;
	width:21px;
	padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/       
}
.bluelighting .buttons a.maximize:hover {
	background:transparent url(../themes/window/lighting/buttons-blue.gif) no-repeat 0 -60px;
}

.bluelighting .buttons a.minimize {
  float:left;
	background:transparent url(../themes/window/lighting/buttons-blue.gif) no-repeat 0 -80px;
	height:20px;
	width:21px;
	padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/       
}

.bluelighting_focused .buttons a.minimize {
  float:left;
	background:transparent url(../themes/window/lighting/buttons-blue_focused.gif) no-repeat 0 -80px;
	height:20px;
	width:21px;
	padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/       
}
.bluelighting .buttons a.minimize:hover {
	background:transparent url(../themes/window/lighting/buttons-blue.gif) no-repeat 0 -100px;
}              

.bluelighting .buttons a.minimize.disabled, .bluelighting .buttons.over a.minimize.disabled  {
	background:none; 
}

.bluelighting_overlay {
	background-color:#DDD;
	filter:alpha(opacity=60);
	height:0;
	opacity: 0.6;
	position:absolute;
	top:0;
	width:100%;
	-moz-opacity: 0.6;
}


