body {
background-color:#EDBD3E;
font-size:10pt;
font-family:Verdana;
text-align:justify;
margin:0;
padding:0;
color:#0C2C52;
}

#page {
width:900px;
margin:auto;
padding:auto;
background-image:url(images/page.png);
}

/*#page2 {
width:900px;
background-image:url(images/pagetop.png);
background-repeat:no-repeat;
}*/

#header {
clear:both;
width:850px;
height:72px;
background-image:url(images/header3.png);
padding-top:30px;
padding-left:50px;
}

#menulinks {
clear:both;
width:875px;
height:42px;
padding-left:25px;
background-image:url(images/menulinks2.png);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:11px;
	height:35px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:9px;
	height:26px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover2.png);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom: 1px;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(images/menuhoverright2.png) right top no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}

#mainarea {
width:860px;
clear:both;
padding-left:40px;
}

#contentarea {
width:810px;
padding-right:30px;
float:left;
line-height:14pt;
padding-bottom:10px;
}

#code{
font-family:Courier new;
color:#92CD00;
}

#codebox{
width:786px;
margin-top:12px;
margin-bottom:12px;
margin-left:3px;
padding:10px;
background-color:#E5E4D7;
overflow:auto;
border-color:#666633;
border-width:1px;
border-style:dashed;
font-family:Courier new;
font-size:8pt;
color:#2C6700;
}

#consigne{
width:786px;
margin-top:12px;
margin-bottom:12px;
margin-left:3px;
padding:10px;
background-color:#E5E4D7;
}

/*#sidebar {
float:left;
width:235px;
line-height:14pt;
}*/

#footer {
width:900px;
clear:both;
height:30px;
padding-top:20px;
text-align:center;
line-height:14pt;
background-image:url(images/footer2.png);
background-repeat:no-repeat;
color:#FFFFFF;
}

#footer a {
color:#FFFFFF;
}

h1 {
font-size:20pt;
color:#FFFFFF;
margin:0;
}

h1 a {
color:#FFFFFF;
}

h2 {
/*background-color:#99CC99;*/
font-size:12pt;
color:#333333;
padding-top:6px;
}

.description {
font-size:14pt;
color:#FFFFCC;
margin:0;
padding-left:5px;
}

a {
color:#00628B;
text-decoration:none;

}

a:hover {
text-decoration:none;
background-color:#FFDE00;
color:#FFFFFF;
}