/************************************* GŽnŽral */

body {
  background-color:#000000;
  margin : 0px;
  margin-top : 100px;
  padding : 0px;
  text-align : center;
}

* { 
  font-size:11px; 
  font-family:Verdana;
  color : white;
}
input, textarea {
	color : black;
}
img {
  border-color:#5B3E1C;
}
a { 
  font-weight : bold;
}
#container {
	width:699px;
	height:409px;
	background-image: url(fond_parquet.jpg);
	background-position: left top;
	background-repeat: no-repeat;
        margin : auto;
        padding-top : 5px;
        text-align :left;
}
#header {
    height:90px;
    text-align : center;
}
#maincontent {
        padding-top : 24px;
}

#leftmenu {
	text-align : center ;
	width:150px;
	position : absolute;
}
#leftmenu ul {
	margin: 0;
	padding: 0;
	margin-left : 20px;
	list-style: none;
}
#leftmenu ul li {
	margin-top : 5px;
}
#content {
        margin-left : 150px;
        height : 297px ;
        overflow : auto;
        text-align : left;
        padding : 5px;
}
*html #content {
        height : 310px ;
}

a.entree {
	width : 101px;
	height : 26px;
	background : url(images/entree.gif) top left no-repeat;
	display : block;
}
a:hover.entree {
	background : url(images/entree_roll.gif) top left no-repeat;
}
a.home {
	width : 111px;
	height : 26px;
	background : url(images/home.gif) top left no-repeat;
	display : block;
}
a:hover.home {
	background : url(images/home_roll.gif) top left no-repeat;
}
a.forum {
	width : 111px;
	height : 26px;
	background : url(images/forum.gif) top left no-repeat;
	display : block;
}
a:hover.forum {
	background : url(images/forum_roll.gif) top left no-repeat;
}
a.liens {
	width : 111px;
	height : 26px;
	background : url(images/liens.gif) top left no-repeat;
	display : block;
}
a:hover.liens {
	background : url(images/liens_roll.gif) top left no-repeat;
}
a.archives {
	width : 111px;
	height : 26px;
	background : url(images/archives.gif) top left no-repeat;
	display : block;
}
a:hover.archives {
	background : url(images/archives_roll.gif) top left no-repeat;
}
a.contact {
	width : 111px;
	height : 26px;
	background : url(images/contact.gif) top left no-repeat;
	display : block;
}
a:hover.contact {
	background : url(images/contact_roll.gif) top left no-repeat;
}
.news {
    border-bottom : dotted 1px white;
    margin-bottom : 8px;
}
.news h2 {
    float : left;
    margin : 0px;
    padding : 0px;
}
.news p {
    margin : 4px;
    padding : 0px;
}
.newsheader {
}
.label {
	color:#FFFFFF;
	font-weight:bold;
}
.label img {
	border: 1px solid #FFFFFF;
}
#footer {
	margin : 5px;
	padding-left : 155px;
}
#footer ul li {
	float : left;
	list-style : none;
}
