/* CSS Document Made by Nikolours www.nikolours.com with help of
 www.alsacreations.com Member's : Alan, Florent.V, Gcyrillus, Matmat . . . Thanx to them 
 Designed by Lynn S K www.lynnsk.com */

/*------------------------------------------------------
G L O B A L  E L E M E N T S
------------------------------------------------------*/

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

html {
	background: #b84b64 url(./design/background.jpg) repeat;
}

html, body {
	height: 100%;
}

/*------------------------------------------------------
L I N K S  E L E M E N T S
------------------------------------------------------*/
	
a {
	color: #b84b64;
	font-weight: bold;
	text-decoration:none;
}
	
a:hover {
	color: #dd0b66;
	font-weight: bold;
}

div#footer a {
	color:#BDC1BC;
	text-decoration:none;
}

div#footer a:hover {
	color: #dd0b66;
	font-weight: bold;
}
	
/*------------------------------------------------------
C O N T A I N E R S
------------------------------------------------------*/
	
div#global {
	min-height: 100%;
	width: 850px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	background: url(./design/bordure.png) center repeat-y ;
	font-size:100%;
}


div#header {
	position: relative;
	background: #000000 url(./design/head.jpg) no-repeat center;
	width: 755px;
	height: 432px;
	margin-left:auto;
        margin-right:auto;
}

div#menu {
	position:absolute;
	margin-top: 145px;
	margin-left: -15px;
        background-color:#000000;
}

div#center {
	padding-top:20px;
	width:755px;
margin-left:auto;
margin-right:auto;
	padding-bottom: 30px; 
	overflow: auto ;
	color: #BDC1BC;
background-color:#000000;
}
	
div#content {
	float: left;
	width: 605px;
	background-color:#000000;
}

div#list {
padding-bottom:20px;
}

div#sidebar {
	float: right;
	width: 150px;
}
	
#content, #sidebar {
	margin-top: 15px;
}
		
div#footer {
	position: absolute;
	width: 750px;
	left:50%;
	margin-left:-375px;
	bottom: 0;
	text-align:center;
	background: #000000;
}

/*------------------------------------------------------
T E X T   S T Y L E 
------------------------------------------------------*/

.p1 {
	text-align:justify;
	font: 0.6em verdana;
	background-color:#000000;
margin-left:30px;
margin-right:30px;
padding-bottom:5px;
}

div#footer p {
	font: 0.6em verdana;
	color: #BDC1BC;
}
	
div#content h1 {
	text-align:center;
	font: 1em georgia; 
	color:#b84b64;
padding-bottom:30px;
}

div#content h2 {
	text-align:left;
	font: 0.8em georgia; 
	color:#dd0b66;
	text-decoration:underline;
	margin-bottom:20px;
	}
	

	div#content .anchor a {
	color:#dd0b66;
	}
	
	
div#content p.SubForum {
	padding: 5px;
	background: #161616;
	text-align:center;
	font-size:0.8em;
	width: 250px;
	margin: auto;
}

div#list ul li {
list-style:none;
padding-bottom:5px;
font: 0.6em verdana;
}

div#list img {
margin-left:30px;
margin-right:30px;
margin-top:30px;
}

div#album {
min-height:220px;
}

div#albumlist h3 {
font: 0.7em verdana;
font-weight:bold;
padding-bottom:5px;
}

div#albumlist {
margin-bottom:20px;
}

div#albumlist ul li {
padding-bottom:5px;
font: 0.6em verdana;
list-style:none;
}

div#album img {
float:left;
margin-right:5px;
}




/*------------------------------------------------------
S I D E B A R   S T Y L E 
------------------------------------------------------*/

.SideTitle {
	width: 150px;
	height: 20px;
	font-family:georgia;
	font-size:0.9em;
	background-color:#000000;
}

.SideBarItem ul {
	width: 150px;
	list-style-type: none;
background-color:#000000;
margin-bottom:20px;
}

.SideBarItem ul li {
	width: 130px;
	padding: 10px 0px 10px 15px;
	display: block;
	border-bottom: 1px solid #311D00;
	}

.SideBarItem ul li a{
	display: block;
	font-weight: bold;
	color: #b84b64;
	text-decoration: none;
	line-height: 12px;
	font-family:verdana;
	font-size:0.7em;
}

.SideBarItem ul li a:hover{
	color: #b84b64;
	font-family:verdana;
	font-size:0.8em;
}

/*------------------------------------------------------
I M A G E  M A P
------------------------------------------------------*/

#homezone {    /* Clickable Zone */
position:absolute;
	width : 290px;
	height: 50px;
	margin-left: 0px;
	margin-top: 0px;
}

#imagemap a span { /* Hidden Content but visible without CSS*/
	position: absolute;
	left: -500em;
	top: -500em;
	text-indent: -500em;
} 

