/*
**********************
Enirel L@b
**********************

Tohar v0.02 beta
*/

/* Body
-------------------*/

body {
	background-color: #b2baab;
	background-image: url('http://enirel.gamelefs.org/theme/V003/Decor.png');
	background-repeat : no-repeat;
	color: #546f78;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link
  {
	color: #528bcc;
  text-decoration: none;
	}
	
a:visited 
  {
	color: #528bcc;
  text-decoration: none;
	}
  
a:hover 
  {
	color: #efb52b;
  text-decoration: none;
	}

	
/* Le Menu
-------------------------------------------------------- */

#topEL
{
	background-color :	transparent;
	position :					absolute;
	top :								0px;
	left :							230px;
	height :						70px;
	width :							850px;
	background-image :	url('http://enirel.gamelefs.org/theme/V003/Menu_Milieu.png');
	background-repeat : repeat-x;
}

#menu
{
	position :				absolute;
	top :							0px;
	left :						250px;
	height :					60px;
	width :						800px;
	text-align :			center;
	font-size :				26px;
	word-spacing :		40px;
}


#menu a:link,  #menu a:visited
{

	border-style :			solid;
	border-width: 			5 px ;
	border-color :			#efb52b;
	border-top-color :	#b2baab;
	background-color :	#eaf5e1;
	padding :						10px ;
	text-decoration :		none;
	color :							#528bcc;
}



#menu a:hover 
{
	margin-top	:				10px;
	border-style :			solid;
	border-width: 			5 px ;
	border-color :			#528bcc;
	background-color :	#72776d;
	padding :						10 10 20 10px ;
	text-decoration :		none;
	color :							#efb52b;
}


#verticalmenu
{
	position :					absolute;
	top :								0px;
	left :							0px;
	word-spacing :			10px;
	height :						500px;
	width :							150px;
	font-size :					26px;
	line-height :				40px;
}

#contact
{
	position :					absolute;
	bottom :						0px;
	left :      				20px;
}

#contact a:link,  #contact a:visited
{
	float :							left;
	height :						60px;
	width :							100px;
	text-align :				center;
	color :							#528bcc;
}

#contact a:hover
{
	text-decoration :		underline;
}

/* Layout
-------------------------------------------------------- */

#main {
	position : 					absolute;
  top: 								150px;
  left : 							220px;
  margin-bottom	:			30px;
	background: 				transparent;
}

#main a:link
  {
	color: 							#b2baab;
  text-decoration: 		none;
	}
	
#main a:visited 
  {
	color: 							#528bcc;
  text-decoration: 		none;
	}
  
#main a:hover 
  {
	color: 							#efb52b;
  text-decoration: 		underline;
	}

#content
{
	width: 							830px;
	padding: 						30 20 10 20px;
	background: 				#eaf5e1;
}

#footer {
	display	:						inline;
	position : 					relative;
  bottom: 						0px;
  left : 							-35px;
	font-size	:					70%;
	background: 				transparent;
}


/* Comments
-------------------------------------------------------- */
#comments
{
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfbfbf;
	background: #fbfbfb;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.05em;
}