/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #4e7295;}

a:hover {color: #7192b3;}

body {
	background: #000 url(img/fond.jpg);
	color: #333;
	font: normal 62.5% "Trebuchet MS",sans-serif;
	margin: 2% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 { font-size: 1.5em; margin: 0 0 10px 0;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #3d5365;}
h3 { margin: 5px 0 0 0; }
h3 a { color: #3d5365; }


/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */

.bg {
	
	position: relative;
	width: 1200px;	
}

.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #a5bfd3;
}


/* header */
.header {
	position: relative;
	float: left;
    height: 150px;
	width: 640px;
	background: url(img/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
}

.header h1 { position: absolute; left: -10000px; }

.header p.titre {
    position: absolute;
    top: 35px;
    left: 140px;
	color: #fff;
}

.header p.soustitre {
    position: absolute;
    top: 73px;
    left: 245px;
    font: italic 110% "Times New Roman", Times, serif;
	color: #fff;
}

/* structure */
.top {
	background: #a5bfd3;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 480px;
}
.main_right {
	float: right;
	width: 200px;
	color: #000;
}
.main_right .meta {
    color: #efefef;
}



/* sub-navigation */
.subnav h3 {
	background: #142a38 url(img/fond-titre-menu.jpg) top left repeat-x;
	color: #fff;
	font: bold 1.1em "Trebuchet MS", Arial, Verdana,sans-serif;
	line-height: 24px;
	width: 150px;
	height: 28px;
	padding: 4px 0 4px 10px;
	margin: 8px 0 1px 0;
	letter-spacing: 0.1em;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #a5bfd3;
	list-style: none;
}
.subnav li a {
	background: #396373 url(img/fond-item-menu.jpg) top left repeat-y;
	color: #fff;
	display: block;
	padding: 6px 0 6px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #142a38 none;
	color: #fff;
}

.centrer {
   position: relative;
   display: block;
   margin: 20px auto 30px auto;
   width: 175px;
   height: 100px;

}

.post a img {
	display: inline; margin: 10px 12px;
}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #ccc;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #eee;}
.footer a:hover {color: #d1e1e6;}

#wpstats { display: none; }