/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: SUAREZ David
	Author Site	: http://suarez.david.free.fr
	Style Name	: @DeaTh's
	Style URI	:
	Version		:1.0
	Comments	:ca roxe!!
*/
body {
	background: #000030;
	padding: 0 0 40px;
	color: #ffffff;
	margin: 0;
	}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #fff162;
	text-align: center;
	vertical-align: middle;
}

h2{
	#eef0c7
}
a:hover{
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #OO00cc;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	background-color:#000010;
	border: 2px solid #fff162;	
	}

	
#header {
	background: black url('banniere.jpg') center center no-repeat;
	width: 100%;
	height: 224px;
	color: #99CC00;
	}

.widgettitle {
	color: #fff162;
}
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	background: #000010;
	border-style:solid;
	border-color: #fff162;
	color: #eef0c7;
	padding: 20px;
	}

.secondary {
	/* Contains the sidebar */
	}


/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}