html {
 margin: 0px;
 padding: 0px;
}

body { 
 font: 9pt/17pt georgia, serif; 
 color: rgb(60,60,60); 
 margin: 0px; 
 padding: 0px;
}

a:link {
 color: rgb(170,60,60);
}

a:visited {
 color: rgb(110,60,60);
}


div#whole_page{
 margin: 0px auto;
 width: 800px;
}

/** TITLE SITE **/

div#header {
 width: 800px;
 height: 140px;
 background-image: url("images/title.png");
 background-repeat: no-repeat;
 background-position: top;
}


div#header h1 span{
	   display: none;
}

/** TITRE PAGE **/

div#page_title{
top: 180px;
width:  800px;
text-align: left;
position: absolute;
}

div#page_title h1 {
        font: 12pt/15pt georgia, serif;
        text-decoration: underline;
	float: left;
	margin: 0px;
	padding: 0px;
}

/** ACTIONS **/

div#actions_top {
	   float: right;
	   text-align: right;
}
div#actions_top ul {
	   list-style-image:none;
	   list-style-position:outside;
	   list-style-type:none;
	   margin:0px 0px;
}

div#actions_top ul li{
	   display: inline;
}

/** SIDEBAR (MENU) **/

div#sidebar {
 margin: 0px 10px 0px 0px;
 border: 3px dashed rgb(170,60,60);
 padding: 10px;
 display: block;
 width: 150px;
 position: absolute;
 top: 220px;
}

div#sidebar a:visited{
 text-decoration: none;
 color: rgb(60,60,60);
}

div#sidebar a:link{
 text-decoration: none;
 color: rgb(60,60,60);
}

div#sidebar ul {
	list-style-image: url("images/item-trans.png");
	padding-left: 20px;
}

div#sidebar .vspace {
	    display: none;
}

/** TEXT **/

div#content {
display: block;
margin-left: 200px;
margin-top: 50px;
width:  650px;
text-align: justify;
min-height: 200px;
}


/** FOOTER **/
div#footer {
margin-top: 10px;
text-align: center;
}




#wikiedit form {
	  width: 100%;
}

#wikiedit textarea {
	  width: 100%;
}