htmlbody {
	height: 100%;
}

body {
	background: url(body_background2.png) repeat-x;
	margin:0;
	text-align: center;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#222;
}

div#logo_wrapper {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 380px;
	margin-left: -450px;
}
div#logo_wrapper div#logo {
	width: 380px;
	height: 110px;
	background: url(blank.gif);
	cursor: pointer;
}




#top-links {
	height:30px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#aaa;
	width:940px;
  margin: 0 auto;   /* align for good browsers */
	text-align: left;
	overflow: hidden;
}

#top-links ul {
  margin:0;
  float: left;
  width: 100%;
  height:30px;
}

#top-links ul li { display: inline; }
#top-links ul li.search { display: inline; }
#top-links ul li.disabled { display: inline; }

#top-links ul li a {

  color: #aaa;
  text-decoration: none;
  float: left;
  height:30px;
  font-size:11px;
  font-weight:bold;
  outline: none;
}

#top-links ul li a.active {
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  color: #aaa;
  text-decoration: none;
  float: left;
  height:30px;
  font-size:11px;
  font-weight:bold;
  outline: none;
}

#top-links ul li a.buttonok {
  outline: none;
}


#top-links ul li.disabled {
  padding: 0.2em 0.5em;
  color: #aaa;
  text-decoration: none;
  float: left;
  height:30px;
  font-size:11px;
  font-weight:bold;
}

#top-links ul li.search {
  color: #aaa;
  text-decoration: none;
  float: right;
  height:30px;
  font-size:11px;
  font-weight:bold;
  text-align: right;
}

#top-links ul li.sep {
  width:2px;
  color: #aaa;
  text-decoration: none;
  float: left;
  height:30px;
  background-image:url(navsep.png);
  background-repeat:no-repeat;
  background-position: 50% 0%;
}

#top-links ul li a.active:hover {
  color: #fff;
  background-image:url(button_over.png);
  background-repeat:repeat-x;
  height:30px;
  outline: none;
}


#top-links ul li a.active:active {
  outline: none;
}

#top-picture {
	background: url(picture.jpg) repeat-x;
	background-position: 50% 0%;
	height:206px;
	width:100%;
  overflow: hidden;
}

#top-menu {
  height:35px;
  width:940px;
  margin: 0 auto;   /* align for good browsers */
  text-align: left;
  overflow: hidden;
  font: bold 15px Tahoma, Arial, Helvetica, sans-serif;
}


#top-menu a {
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  color: #fff;
  text-decoration: none;
  float: left;
  height:35px;
  font-size:15px;
  font-weight:bold;
  outline: none;
  overflow: hidden;
  letter-spacing: 0.4px;
}


#top-menu a:hover {
  color: #fff;
  background-image:url(button_over2.png);
  background-repeat:repeat-x;
  height:35px;
  outline: none;
}


#top-links a:active {
  outline: none;
}

input-search
{
  BORDER: #CCCCCC 1px solid; 
  PADDING-LEFT: 7px; 
  COLOR: #000000; 
  BACKGROUND-IMAGE: url(icon_textbox_search.gif); 
  BACKGROUND-REPEAT: NO-REPEAT; 
  BACKGROUND-COLOR: #FFFFFF; 
  FONT-SIZE: 12px;
} 








a {
  text-decoration:none;
  color: #3e83b6;
  outline: none;
}

a:hover {
  text-decoration:none;
  color:#fd7803;
  outline: none;
  border-bottom: 1px dotted #fd7803;
}

a.images:hover {
  text-decoration:none;
  outline: none;
  border-bottom: none;
}

a:active {
  text-decoration:none;
  outline: none;
}


#menutop {
  background-image:url(menu_top.png);
  background-repeat:no-repeat;
  height:5px;
  width:210px;
  overflow: hidden;
  margin-top:5px;
}

#menubottom {
  background-image:url(menu_bottom.png);
  background-repeat:no-repeat;
  height:5px;
  width:210px;
  overflow: hidden;
}

#menumiddle {
  background-image:url(menu_middle.png);
  background-repeat:no-repeat;
  background-position: bottom center;
  background-color:#f1f7ff; 
  font-size:12px;
  padding:10px;
  border-left: 1px solid #adc8ec;
  border-right: 1px solid #adc8ec;
}


#menu_link {
  margin-top:8px;
}



INPUT {
  background-color: white;
  border: 1px solid #b8b8b8;
  color: #333;
  font-family: Tahoma, Arial, Helvetica, Tahoma, Verdana;
  font-size: 11px;
  font-weight: normal;
  padding:2px;
}

TEXTAREA {
  background-color: white;
  border: 1px solid #b8b8b8;
  color: #333;
  font-family: Tahoma, Arial, Helvetica, Tahoma, Verdana;
  font-size: 11px;
  font-weight: normal;
  padding:2px;
}


INPUT.search{
    BACKGROUND-IMAGE: url('icon_textbox_search.gif'); 
    BACKGROUND-REPEAT: NO-REPEAT; 
    padding-left:18px;
    border: 0px solid #666;
    background-color: #FFF;
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
    color:#666;
}

#content {
	width:940px;
  margin: 0 auto;   /* align for good browsers */
  text-align:left;
  margin-bottom:20px;
}


#main {
  font-size: 12px;
  width:700px;
  float: left;
}

#droite {
  margin-left: 725px;
  width: 210px;
  text-align: right;
  /* border-left: 1px dotted #AAA; */
}

#spacer {
  clear:both;
  height:30px;
}

.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
   color: #000;
   background-color: white;
	position: absolute;
	top: 160px;
	left: 50%;
	width: 200px;
	height:50px;
	margin-left: 250px;
	padding:5px;
	text-align: left;
   
}

#footer {
  height:82px;
  font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
  width: 100%;
  padding-top:10px;
  text-align:center;
  background-image:url(footerbg.png);
  background-repeat:repeat-x;
  color:#666;
}

#footer a{
  color:#666
}



#menu {
  padding: 0px 8px 0px 20px;
  margin-right: 10px;
font-size: 12px;
}


#images {
  float: right;
  background-color: #F1F1F1;
  border:1px solid #ccc;
  font-size: 70%;
  padding: 0.3em;
  margin: 0.5em;
  font-size: 10px;
}

#images_noborder {
  font-size: 70%;
  margin-bottom: 5px;
}

#images_border {
  background-color: #f9f9f9;
  border:1px solid #ccc;
  font-size: 70%;
  padding: 0.4em;
  margin-bottom: 10px;
  font-size: 10px;
}

#images_floatleft{
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}



/* Classes */


h1 {
  color: #4e6b9b;
  font-size: 28px;
  font-weight:normal;
  margin: 0.2em 0em 12px 0em;
  letter-spacing: 0.5px;
  line-height: 26px;
}

h2 {
  color: #f17201;
  font-size: 19px;
  font-weight:bold;
  margin: 0.2em 0em 12px 0em;
  letter-spacing: 0.5px;
  line-height: 28px;
  border-bottom:1px dotted #f17201;
}


h3 {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  margin: .8em 0em 5px 0em;
  padding-bottom: .25em;
  text-decoration: none;
  letter-spacing: 0.5px;
}


h4 {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  margin: .8em 0em 5px 0em;
  padding-bottom: .25em;
  text-decoration: none;
}

h5 {
  color: #f17201;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-top:0px; 
  margin-bottom: 10px;
  text-decoration: none;
  border-bottom:1px dotted #f17201;
}

hr {
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
  border: 0;
}

.smallmenu {
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  border-bottom:1px solid #ccc;
}

p {
  margin: 0em;
  padding: 0em 0em .5em 0em;
  font-size:12px;
}

p.address {
  font-style: italic;
}

img {
  border: none;
  behavior: url(iepngfix.htc);
}



ul {
  padding-left: 3px;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: 0px;
  list-style-image: url("bullet.png");
  
}

ul ul {
  list-style-type: circle;
}

dl {
  padding: 0em;
  margin: 0em 0em .5em 0em;
}


#main span.box {
        border: 1px solid #ddd;
        padding: 1px 2px;
        margin: 1px;

}

#blogtitle {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  float: left;
  width: 640px;
  margin-bottom:10px;
  height:50px;
  color: #333;
}

#blogcategory {
  float:left;
  
  height:50px;
  width: 48px;
  margin-bottom:10px;
  margin-right:5px;
}

#blogtime {
  font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
  text-decoration: none;
  letter-spacing: 0px;
  color: #777777;
margin-left:2px;

}

#blogtime a.comments {
  background:#fff url(icon_comment.gif) no-repeat 0% 50%;
  padding-left: 18px;
}

#blogtime a.email {
  background:#fff url(icon_email.gif) no-repeat 0% 50%;
  padding-left: 18px;
}

#blogtime a.print {
  background:#fff url(icon_print.gif) no-repeat 0% 50%;
  padding-left: 18px;
}

#blogtime a.modify {
  background:#fff url(icon_settings.gif) no-repeat 0% 50%;
  padding-left: 18px;
}


#blogcontent {
  width: 685px;
  margin-bottom: 5px;
  font:12px Tahoma, Arial, Helvetica, sans-serif;
  text-align:justify;
}

#blogsep {
  float: left;
  width: 700px;
  height: 50px;
  background:#fff url(sepline.png) no-repeat 0% 50%;
}



#main pre {
        border: 1px dashed #5095c6;
        background-color: #f8f8f8;
        padding: 5px;
  font:12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
}


#main table {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding:4px;
  font-size:12px;
}
#main td {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  padding:4px;
}


#sidebar table {
  background-color: #eee;
  border: 1px solid #ddd;
}
#sidebar td {
  background-color: #eee;
  border: 1px solid #ccc;
}


#wikicontrols a {
        color: #444444;
        text-decoration: none;
        border: 0px;
        padding: 1px 3px;
        font-size: 12px;
        font-weight: bold;

}

#wikicontrols a:hover {
        color: #FFFFFF;
        background-color: #4694cd;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
}

.highlight {
  color:red;
  background-color:yellow;
}


.dillo { display: none; }

FORM{ display: inline; }