body {
	background-color: #0A0A0A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9C9C9;
}

/* ----- NEUTRAL --------------------------------------------------------------------------- */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, html, p, blockquote, fieldset, input {
	margin: 0px;
	padding: 0px;
}

a img,:link img,:visited img {
	border: none;
}

li{
font-size: 11px;
color: #C9C9C9;
	
}
li a{
font-size: 11px;
color: #C9C9C9;	
}
li a:hover{
font-size: 11px;
color: #5D0000;
}

hr {
    width:100%;
    height:1px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    background-color:#ffffff;
    color:#ffffff;
    border:0;
    padding:0;
    display:block;
}

a {
	color: #d4d4d5;
	text-decoration: none;
}

/* ----- CONTENT --------------------------------------------------------------------------- */

h1 {
	margin: 20px 0px 5px 5px;
	color: #5a0f0f;
	font-size: 13px;
	font-style: italic;
}

div#content {
	border-top: 1px solid #5a5a5a;
	border-left: 1px solid #5a5a5a;
	text-align: left;
}

h2 {
	margin: 15px 10px 10px 10px;
	color: #CECECE;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #5a5a5a;
}

h3 {
	margin: 15px 10px 0px 10px;
	color: #d4d4d5;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 10px 10px 20px 10px;
	font-size: 11px;
	text-align: left;
}

li {
	margin: 5px 0px 5px 25px;
	font-size: 11px;
	text-align: left;
}

p a {
	color: #C9C9C9;
}

p a:hover {
	color: #5D0000;
	text-decoration: none;
}

#content img {
	border: 1px solid #5a5a5a;
}

/* ----- CONSTRUCT ------------------------------------------------------------------------- */

#main {
	display: inline;
}

td#menu {
	background-image: url(../img/construct/bg_menu.jpg);
	background-repeat: repeat-y;
}

td#content {
	background-image: url(../img/construct/bg_content.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

td#right {
	background-image: url(../img/construct/left.jpg);
	background-repeat: repeat-y;
}
/* ----- GALERIE ---------------------------------------------------------------------------- */

div#galerie{
	width: 130px;
	height: 130px;
	float: left;
	text-align:center;
	vertical-align: middle;
	margin:0px 20px 10px 20px;
}

div#galerie img{
	border:1px solid #260404;
	margin:0px 0px 0px 0px;
}

/* ----- BOTTOM ---------------------------------------------------------------------------- */

#menuBottom {
	font-size: 9px;
}

.copylien {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #ffffff; 
	text-decoration: none; 
	text-align:center;
}

a.copylien:hover {
	font-size: 7pt; 
	color: #d4d4d5; 
	text-decoration: none; 
	text-align:center;
}

.lien_construct
{
	font-size: 8pt; 
	color: #A0A0A0; 
	text-decoration: none; 
	text-align:center;
	margin-top:10px;
}
a.lien_construct:hover
{
	font-size: 8pt; 
	color: #ffffff; 
	text-decoration: none; 
	text-align:center;
	margin-top:10px;
}
