

*
{
    margin: 0;
    padding: 0;
}

body
{
    background: url(./images/interface/bg2.png);
    font: normal 0.7em "Trebuchet MS" , Verdana, Tahoma, Sans-serif;
    color: #5B5252;
}

#page
{
    width: 335px;
    background: url(./images/interface/bg_page.png) repeat-y;
    margin: 20px auto;
    background-color:white;
}

#header
{
    background: url(./images/interface/header2.jpg) top left no-repeat;
    width: 335px;
    height: 258px;
}

#header h1
{
    text-indent: -9000px;
}

#galerie img
{
    width:45.4px;
    height:45.4px;
 }

#galerie
{
margin-left:13px;}


ul#menu
{
    list-style-type: none;
    text-align: right;
    margin-top: 50px;
   
}

ul#menu li
{
    margin-right: 10px;
    height: 25px;
}

ul#menu acronym
{
    border: 0;
}

ul#menu a
{
    text-decoration: none;
    padding: 0 3px 0 10px;
    color: #7fc702;
    display: block;
    width: 305px;
    float: right;
    text-transform: lowercase;
}

ul#menu a:hover
{
    text-decoration: none;
    color: red;
    text-transform: lowercase;
    border-left: 3px solid white;
}

h2
{
    color: #70af03;
    padding: 10px 10px 0px 15px;
    font: bold 1em Tahoma, Sans-serif;
}

p
{
    padding: 8px;
    text-align:justify;
    font: 1em Tahoma, Sans-serif;
    color: #70af03;
}

h3
{
    padding: 8px;
    text-align:center;
    font: 1em Tahoma, Sans-serif;
    color: #70af03;
}

A:link 
{ text-decoration: none; color:#076905; }
A:visited 
{ text-decoration: none; color:#076905; }
A:hover 
{ text-decoration: none; color:red; }


div#copyright
{
    background: url(./images/interface/bas_page.png) bottom left no-repeat;
    width: 335px;
    height: 34px;
    padding-top: 20px;
    text-align: center;
}


ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
}


