
HTML, BODY
{
	margin: 0;
	padding: 0;
	font-family: Calibri, Cambara, Arial, "Trebuchet MS", Verdana, Geneva;
	font-size:14px;
}

BODY
{
	background-color:white;
}

table 
{ 
	border:thin; 
	font-size:100%;
	font-family: "Trebuchet MS", Verdana, Arial,  Geneva, "Bitstream Vera Sans";
	border-collapse:collapse;
	width:100%;
	max-width:800px;
	min-width:400px;
	text-align:center;
}

table,th, td { border: 1px solid black; }
th, td { height: 24px; padding:4px; vertical-align:middle; }
th { 
	background-color:#090; 
	color:black; 
	background-image: -webkit-linear-gradient(bottom left 90deg, #090, #0f0);	
	background-image:    -moz-linear-gradient(bottom left 90deg, #090, #0f0);	
	background-image:     -ms-linear-gradient(bottom left 90deg, #090, #0f0);	
	background-image:      -o-linear-gradient(bottom left 90deg, #090, #0f0);	
	background-image:         linear-gradient(bottom left 90deg, #090, #0f0);		
}

h1 
{ 
	font-size: 150%; 
	color:black;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

h2 
{ 
	font-size: 140%; 
	font-weight:bold;
	margin-top:28px;
	color: black;
}

h3 
{ 
	font-size: 120%;  
	font-style:normal;
	font-weight:bold;
	padding:8px;
	margin-top:8px;
	color: #333;
}

H4
{
	font-weight:normal;
	color: black;
	font-size:100%;
	padding:8px;
	font-style:italic;
	font-weight:bold;
}

A { text-decoration: none; }
A:link {color:#036;}
A:visited {color:#069;}
A:hover {color: red;}

pre
{ 
	border: 1px solid #AAA; 
	background-color:#FFF8DD;
	padding:8px;
	font-size:100%; 
	max-width:80%; 
	margin:8px 32px 8px 32px;
	font-family: "Bookman Old Style", "Cambria", Arial, Verdana, Geneva, sans-serif;
	color:black;
	-moz-box-shadow: 4px 4px 10px #888;  
	-webkit-box-shadow: 4px 4px 10px #888;  
	box-shadow:4px 4px 6px #888;
	white-space:pre; 
	white-space:pre-wrap; 
	word-wrap:break-word; 		
}

dt
{
	font-weight:bold;
	margin-top:12px;
}

.demo 
{ 
   border:1px solid #CCCCCC;   
   border-collapse: collapse; 
   font-size:12px; 
}

.subtable { border: 1px solid #CCCCCC; }

.spacer
 {
	clear: both;
}


#topleft
{
	position:absolute;
	top:0;
	left:0;
	margin:0 0 0 0;
	height:40px;
	width:300px;

}

#flags
{
	position: absolute;
	white-space: nowrap;
	top: 4px;
	right: 0;
	width: 28.1em;
	text-align: right;
	margin-top: 4px;
	margin-right: 0px;
}


#topmenu
{
	top:0px;
	text-align:right;
	padding-right:40px;
	color:white;
	font-size:85%;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
}

#topmenu a
{
	position:relative;
	color:white;
	text-decoration:none;
	top: 2px;
	padding-left:6px;
	padding-right:6px;
	padding-top:0px;
	margin-top:0;
}

#topmenu a:hover
{
	color:red;
}

#searchbox 
{
	position: absolute;
	white-space: nowrap;
	top: 4px;
	right: 0;
	vertical-align: middle;
	text-align: right;
	margin-top: 4px;
	margin-right: 32px;
}


#menupanel
{
	position:absolute;
	top:60px;
	left:1px;
	width:180px;
	font-size:100%;
	padding-top:20px;
}

.menu
{
	margin-top:16px;
	margin-left:12px;
	font-family: Cambria, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:100%;
}

.menu a:link 
{ 
	color:black; 
}
.menu a:visited 
{ 
	color:black; 
}
.menu a:active 
{
	color:black; 
}
.menu a:hover 
{ 
	color:red; 
}

.title
{
	color:#888;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
}


.title a:link, .title a:visited, .title a:active
{
	color:black;
}
	
.list
{
	margin-top:2px;
	margin-left:0px;
	font-size:100%;
	font-style:italic;
	text-align:left;
	padding-left:8px;
	color:#333;
}

.list a:visited { text-decoration:none; }
.list a:hover { color:red; }

#content
{
	position:absolute;
	top: 70px;
	left:208px;
	font-size:100%;
	margin-left:16px;
	margin-right:24px;
}

#content a
{
	font-weight:bold;
}

.soft
{ 
	margin:16px;
}

.soft h2
{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:8px;
	color:#999999;
}


.scriptet
{ 
	border: 1px dotted #009900; 
	padding:8px;
	margin-bottom:15px;
}

.scriptet H1 
{ 
   font-family: "Times New Roman", Georgia, Courrier; 
   font-size: 20px; 
   color:#009900; 
}

.scriptet H2 
{ 
    font-family: "Times New Roman", Georgia, Courrier; 
    font-size: 18px; 
    color:#009900; 
}

.scriptet  H3 
{ 
   font-size:16px; 
}


 .example
 { 
   border: 1px solid #CCCCCC; 
   font-size:12px; width:90%; border-collapse: collapse; 
}

.code { 
	border: 1px dotted #003366;
	margin:32px;
	padding:8px;
	width:80%; 
}

.gray
{
	color:#666666;
	font-weight:bold;
}

.soft
{ 
	margin:16px;
}

.soft h2
{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:8px;
	color:#999999;
}


.softmenu
{
	text-align:left;
	margin:16px;
}

.softmenu a
{
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", "Bitstream Charter", Helvetica, sans-serif;

}

.ads
{
	width:468px;
	height:60px;
	padding:0;
	margin:0;
	border:1px solid #ccc;
}

.sub
{
	font-size:80%;
}


.border
{
	border:1px solid #CCCCCC;
	margin-bottom: 8px;
	padding:8px;
}


.copyright, .licence, #footer
{
	margin-top:16px;
	padding:4px;
	border:1px solid #CCCCCC;
	color: #666666;
	font-size:85%;
	text-align:center;
}

.topm
{
	border:1px solid #ccc;
	padding-bottom:2px;
	margin-right:1px;
}

.pub
{
	padding: 8px;
	margin:16px 0 8px 0;
}

.left
{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}


.right
{
	float: right;
	margin-left:8px;
	margin-bottom:8px;
}

fieldset
{
	margin-top:12px;
	border-color:#060;
	border: 1px solid #060;
	padding:12px;
	-moz-border-radius:8px;
	border-radius:8px;
}

legend
{
	color:#060;
	font-style:italic;
	padding-left:12px;
	padding-right:12px;
}


.legal
{
	color: #666;
	margin: 32px;
	font-size: 80%;
	font-family: 'Times New Roman', courrier;
	text-align:center;
}

.green
{
	margin:48px;
	padding:16px;
	border:1px solid #060;
}

.actu
{
	padding:16px;
	border:2px solid #060;
	-moz-border-radius:8px;
	border-radius:8px;
}

.actu h3
{
	color: #060;
	font-family:Georgia, Verdana, Arial;
	font-size:140%;
	font-weight:normal;
}

.summary
{
	margin:32px;
	border:1px solid #060;
	padding:32px;
}

.iline
{
	margin-top:24px;
	margin-bottom:16px;
}

.lam
{
  font-size:12px;
  font-family:Arial, Verdana;
  padding:0;
  padding-left:8px;
  margin-left:0;
}

.lam a, .lam a:visited, .lam a:active
{
  font-style:normal;
  font-weight:bold;
  text-decoration:underline;
  color:#069;
}

.lam li
{
 list-style:none;
 margin-left:0;
 margin-bottom:6px;
}

.shaded
{
  box-shadow:3px 3px 6px #888888; 
  -moz-box-shadow:3px 3px 6px #888888; 
  -webkit-box-shadow:3px 3px 4px #888888;
}

.caption
{
	text-align:center;
	font-style:italic;
	font-size: 85%;
}

.bigpar 
{ 
	font-size: 140%; 
	font-weight:bold;
	margin-top:28px;
	color: black;
}

.output
 { 
	font-size:100%; 
	max-width:80%; 
	font-family: "Bookman Old Style", "Courrier", "Cambria", Arial, Verdana, sans-serif;
	font-weight:normal;
	-moz-box-shadow: 4px 4px 10px #888;  
	-webkit-box-shadow: 4px 4px 10px #888;  
	box-shadow:4px 4px 6px #888;
	color:green;
	background-color: black;
	width:280px;
	margin:16px 32px 16px 32px;
	padding:4px 8px 4px 16px;			
}

.result
{
	background-color: #E8E8E8;	
	color:black;	
	font-family:"Courier New", Courier, monospace;	
	max-width:80%; 
	margin:12px 40px 12px 32px;	
	padding:8px 8px 8px 16px;
	border: 1px solid #AAA;
	border-radius:4px;
	-moz-box-shadow:inset 2px 2px 4px #888;  
	-webkit-box-shadow:inset 2px 2px 4px #888;  
	box-shadow:inset 2px 2px 4px #888;	
}

.disp
{
	background:white;
	color:black;
	padding:0 2px 0 2px;
	font-weight:bold;
	font-family:Calibri, Arial;
	font-size:120%;
}


