body
	{
	color: #000000;
	background-color: #9f1f4a;
	background-image: url(imgs/bg.gif);
	padding: 0px 0px 50px 0px;
	font-family: tahoma, arial, verdana;
	text-align:center;
	font-size: 14px;
	}



/*---- Structure ----*/

#box
	{
	width: 780px;
	text-align:left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(imgs/bg2.gif);
	}

#header
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(imgs/header.jpg);
	height: 174px;
	}
	

#leftcolumn
	{
	width: 218px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	}

#rightcolumn
	{
	width: 482px;
	float: left;
	margin: 0px 0px 10px 14px;
	padding: 0px 0px 0px 15px;
	border-left: 1px black dashed;
	clear: right;
	}

#halfcolumn1
	{
	width: 340px;
	float: left;
	margin: 0px 0px 20px 15px;
	padding: 0px 10px 0px 0px;
	}
	
#halfcolumn2
	{
	width: 360px;
	float: right;
	margin: 0px 0px 20px 0px;
	padding: 0px 15px 0px 20px;
	border-left: 1px black dashed;
	}
#footer
	{
	clear: both;
	text-align: center;
	padding: 5px 0px 10px 0px;
	background-color: black;
	border-bottom: 1px solid yellow;
	color: white;
	font-size: 12px;
	}


#rightcolumn img, #leftcolumn img
	{
	border: 1px solid black;
	}
	
	
/*---- Typography ----*/


h2
	{
	color: #2c3075;
	font-size: 16px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}

h3
	{
	color: #000;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
h4
	{
	color: #000;
	font-size: 12px;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	}

p
	{
	color: #000;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: dashed black 1px;
	}

#footer a
	{
	color: white;
	}

a.biglink
	{
	font-size: 24px;
	font-weight: bold;
	color: red;
	display: block;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	}
	
a.biglink2
	{
	font-size: 22px;
	font-weight: bold;
	color: red;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	}
#halfcolumn2 p
	{
	border-bottom: 0px;
	margin-bottom: 0px;

	}
	
/*---- MENU ----*/
#menu
{
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}

#menu a
{
color: red;
}

/*---- Other settings ----*/

ol#linklist
{
margin: 0px 0px 10px 32px;
padding: 0px 0px 0px 0px;
font-size: 16px;
line-height: 26px;
}

#linklist a
{
color: red;
}


a:hover, #footer a:hover, .categories a:hover
	{
	color: blue;
	}


/*---- Warning page ----*/

#warningpage
	{
	width: 460px;
	text-align:left;
	margin: 0px auto;
	background-color: white;
	background-image: url(imgs/warningpagebg.jpg);
	}
	
#warningpage .header
	{
	height: 167px;
	background-image: url(imgs/warningpage.jpg);
	}
	
#warningpage h1
	{
	text-align: center;
	font-size: 30px;
	margin: 0px;
	}
	
#warningpage h2
	{
	text-align: center;
	}
	
#warningpage h3
	{
	font-family: arial, verdana, tahoma;
	font-size: 16px;
	}	
	
#warningpage p
	{
	margin: 0px 0px 2px 0px;
	font-size: 13px;
	padding: 10px 10px 15px 10px;
	font-family: arial, verdana, tahoma;
	border: 0px;
	}
	
#warningpage a
	{
	color: #932358;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	}
	
a#enterlink
	{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 1px dashed black;
	}

/*---- footer  ----*/

#footer
	{
	clear: both;
	}

#footer h3
	{
	font-size: 13px;
	}
	

/*---- Profile page ----*/

#halfcolumn1 img
	{
	border: 1px solid black;
	}
	
#largeprofilepicture
	{
	text-align: center;
	border: 1px solid black;
	padding: 6px;
	}


/*---- Categorielist ----*/

.categories
	{
	margin: 20px 0px 20px 0px;
	clear: both;
	}

.column30
	{
	float: left;
	width: 33%;	
	}

.column30 ul
	{
	list-style-type: none;	
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 10px 0px;
	}

.categories a
	{
	color: #971f3e;
	}
