@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: white;
}
/* Mise en page */
.fondPage {
	background: black url(images/fondTop.png) center top repeat-x;
	text-align: center;
}
#fondSite {
	width: 980px;
	margin: 0 auto;
	background: url(images/fondSite.png) center top repeat-y;
	min-height: 500px;
	overflow: auto;
}
.content {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	clear: both;
}
/* text */
h1 {
	/*font-family: product;*/
	color: white;
	font-weight: normal;
	font-size: 1.5em;
}
h2 {
	/*font-family: product;*/
	font-weight: normal;
}
a {
	color: #5b6849;
}
a:hover {
	color: #b7c9b5;
}
img {
	border: none;
	padding: 0 0 3px 0;
}
/* header */
#header {
	background:url(images/imgTop.jpg) center top no-repeat;
	height: 155px;
}
#header h1 {
	width: 500px;
	float: left;
}
#header h1 a {
	text-decoration: none;
	color: white;
	display: inline-block;
	padding: 120px 0 0 80px; 
}
#header h1 span{
	display: none;
}
#header p{
	width: 200px;
	text-align: right;
	float: right;
	font-weight: bolder;
	margin: 35px 20px 0 0
}
/* contenu du centre */
#fondSite .colonneGauche {
	width: 190px;
	float:left;
}
#fondSite .colonneDroite {
	width: 750px;
	float: right;
	margin-right: 10px;
}
/* menu */
#menu ul{
	list-style: none;
	border: none;

}
#menu ul li {
	margin: 8px 0;
}
#menu ul li a{
	display: block;
	text-align: center;
	background: url(images/fondMenu.png) left center no-repeat;
	padding: 10px 0;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
}
.colonneGauche #menu ul li a:hover,
.colonneGauche #menu ul li.current-cat a,
.colonneGauche #menu ul.Alta li.cat-item-7 a,
.colonneGauche #menu ul.Character li.cat-item-5 a,
.colonneGauche #menu ul.Boardgame li.cat-item-6 a,
.colonneGauche #menu ul.Miniatures li.cat-item-4 a,
.colonneGauche #menu ul.News li.cat-item-3 a{
	background: url(images/fondMenuHover.png) left center no-repeat;
}
/* links et staff */
#links ul,
#staff ul,
#search ul {
	list-style: none;
}
#links h3,
#staff h3,
#search h3{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 40px;
	margin:10px 0;
}
#links h3 span,
#staff h3 span,
#search h3 span{
	display: block;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #184113;
}
#links ul li {
	margin: 5px 0;
}
#links ul li a{
	background: url(images/puceLink.png) left center no-repeat;
	display: block;
	margin: 0 0 0 15px;
	padding: 0 0 0 25px;
	color: white;
}
#links ul li a:hover {
	color: #2E4F2A;
	background:url(images/puceLinkHover.png) left center no-repeat;
}
#staff ul {
	padding: 0 20px;
	overflow: auto;
	margin: 0 0 60px 0;	
}
#staff ul li{
	float:left;
}
#staff ul li a {
	color: white;
	background: none;
}
#staff ul li a:hover {
	color: #2E4F2A;
	background: none;
}
#search {
	clear: both;
}
/* pied */
#footer {
		background: black url(images/bgBottom.jpg) center bottom no-repeat;
		height: 120px;
		clear:both;
}
#footer .legal {
	float: left;
	width: 400px;
	color: #5b6849;
	margin: 20px 0 0 0;
}
#footer .credit {
	float: right;
	width: 200px;
	text-align: right;
	color: #5b6849;
	margin: 20px 0 0 0;
}
/* wp */
#meta,
#links  h2 {
	display: none;
}
#searchform {
	text-align: center;
}
#searchform input {
	border: none;
	background: #525252;
	border: 1px solid #2E4F2A;
	color: #99AC96;
}
#searchform input.bouton,
#commentform input[type=submit]{
	margin: 8px 0;
	font-family: "Courier New", Courier, monospace;
	background: url(images/bouton.jpg) center top repeat-x;
	color: white;
	padding: 5px 4px;
	border: none;
	font-weight: bolder;
	font-size: 1.5em;
	
}
#searchform input.bouton:hover,
#commentform input[type=submit]:hover {
	color: #99AC96;
	cursor: pointer;
}
div.featured {
	overflow: auto;
}
.autresArticles {
	padding: 0 0 0 30px;
}
.autresArticles .hentry {
	width: 200px;
	text-align: center;
	float: left;
	margin: 8px;
	border: 1px solid #525252;
	min-height: 150px;	
}
.hentry h3 {
	padding: 10px 0 5px 0;
}
.autresArticles  .hentry {
	min-height: 180px;
}
.hentry .entry{
	min-height: 120px;
}
.entry p{
	margin: 10px 0;
	float: left;
	width: 660px;
	text-align: left;
}
.hentry a {
 border: none;
 text-decoration: none;
}
/* 1er article */
.featured .hentry {
	clear: both;
	width: 730px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
}
.featured .hentry h2 a{
	color: white;
}
.featured .hentry h2 {
	margin: 0 0 10px 0;
}
.featured .hentry small {
	font-style:italic;
}
.featured .hentry .entry {
	margin: 10px 0;
}
.featured .hentry .entry a[rel],
.lastArticle .entry a[rel],
.single .entry a[rel]{
	display: block;	
	margin: 0 auto;
	margin: 8px 0;
	text-align: center;
	overflow: auto;
}
.featured .hentry .entry a[rel] img.alignleft,
.lastArticle .entry a[rel] img.alignleft,
.single .entry a[rel] img.alignleft {
	float: left;
}
.featured .hentry .entry a[rel] img.alignright,
.lastArticle .entry a[rel] img.alignright,
.single .entry a[rel] img.alignright {
	float: right;
}
.lastArticle .entry p,
.lastArticle .postmetadata  {
	text-align: left;
}
.featured .hentry .postmetadata {
	clear: both;
}
.navigation {
	clear: both;
	margin: 15px 0;
	overflow:auto;
	width: 700px;
	height: 35px;
	padding: 5px 0;
}
.navigation a {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid #2E4F2A;
	background: #848B83 url(images/bouton.jpg) center top repeat-x;
	color:white;
	font-family:"Courier New",Courier,monospace;
	font-size:1.2em;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:hover {
	color: #99AC96;
}
.navigation .alignleft {
	float: left;	
}
.navigation .alignright {
	float: right;	
}
/* archive */
.archive .hentry,
.single .hentry {
	width: 730px;
	text-align: center;
	float: left;
	margin:0 0 8px 0;
	min-height: 150px;	
}
.archive .entry,
.single .entry,
.featured .entry {
	border-top: 1px dashed #10340B;
	padding: 8px 0;
}
.archive .hentry h3,
.single .hentry h3 {
	padding: 10px 0 5px 0;
}
.archive .hentry {
	min-height: 180px;
}
.archive .hentry .entry{
	min-height: 120px;
}
.archive .hentry a {
 border: none;
 text-decoration: none;
}
/* articles */
.allArticles {
	list-style: none;
	margin: 8px 0;
	clear: both;
}
.autresArticles {
	margin: 10px 0;
	overflow: auto;
	width: 680px;
	clear: both;
}
#content {
	overflow: auto;}
.archive #content .lastArticle h2, 
.single #content h2 {
	text-align: left;
}
.single .entry {
	margin: 32px 0 10px 0;
	padding: 8px 0;
}
.single .postmetadata {
	text-align: left;
	border-top:1px dashed #10340B;
	padding: 10px 0;
}
.single .postmetadata a,
.single .postmetadata a[rel] {
	display: inline;
}
.archive #content .lastArticle .hentry small {
	text-align: left;
	float: left;
	font-style:italic;
	margin: 10px 0;
}
.lastArticle .entry {
	clear: both;
	margin: 20px 0;
}
.allArticles h2 a,
.archive #content .lastArticle h2 a,
.archiveAnnee h2 a{
	font-size: 1em;
	color: white;
	text-decoration: none;
	text-align: left;
}
.archiveAnnee h2 {
	padding: 5px 0;
}
.allArticles small {
	font-style:italic;
}
.lastArticles {
	text-align: left;
}
.pagetitle {
display: none;
}
.archiveAnnee {
	list-style: none;
}
.archiveAnnee li {
	width: 150px;
	min-height: 200px;
	text-align: center;
	float: left;
	margin: 8px;
	border: 1px solid #525252;
}
/* pages dans la thickbox */
.page #header,
.page #footer,
.page .facebook,
.page #social,
.page .entry a.FBConnectButton {
	display:none;
}
.page .fondPage {
	background: none;
	width: 400px;
}
.page h2 {
	margin: 15px 0;
}
.page .entry {
	text-align: left;
	padding: 8px;
	width: 350px;
	margin: 0 auto;
	overflow: auto;
}
.page .entry p{
	width: 350px;
}
.single #content h3{
	clear: both;
}
/* fb share */
.fbShare {
	clear: right;
	float: right;
	margin: 8px 0;	
}
.widget_sfc-connect {
	text-align: center;
}
#plugins {
	margin: 8px 0;
}
#plugins ul {
	list-style: none;
}
#fbc_login,
#respond {
	clear:both;
}
#fbc_login {
	background: white;
	border: 1px dotted #525252;
	padding: 0 5px;
	text-align: center;
	overflow: auto;
	margin: 0 0 15px 0;
}
#fbc_profile {
	background: none;
	width: 150px;
	margin: 0 0 0 12px;
	min-height: 75px;
}
#plugins .dark {
text-align: center;
}
#plugins .dark a.fbconnect_login_button,
#content .dark a.fbconnect_login_button{
	display: inline-block;
	background: url(images/fbConnect.png) top center no-repeat;
	width: 90px;
	height: 31px;
	text-decoration:none;

}
#plugins a.fbConnect {
	display: inline-block;
	background: url(images/fbLogout.png) top center no-repeat;
	width: 90px;
	height: 31px;
	text-decoration:none;

}
#plugins .dark a.fbconnect_login_button span,
#content .dark a.fbconnect_login_button span,
#plugins a.fbConnect span {
	position: relative;
	text-indent: -5000em;
	visibility: hidden;
	text-decoration:none;
}
#fanBox {
	width: 150px;
	margin: 0 0 20px 12px;
	border: 1px dotted #525252;
}
#fanBox a {
	display: block;
}
#pub {
margin: 12px 0;
}
#plugins #fbc_login,
#content #fbc_login {
	background: none;
	width: 150px;
	margin: 0 0 15px 12px;
	padding: 0 0 5px 0;
}
#plugins #fbc_login small,
#content #fbc_login small {
	color: #2E4F2A;
}
#respond {
	margin: 10px 0 0 0;
	width: 690px;
}
#respond h3,
#content h3.product {
	margin: 10px 0;
	clear: both;
}
#content .autresArticles h3.product {
	margin: 0;
}
#content #plugins {
	clear: both;
}
#respond form input,
#respond form textarea {
	background: #a1b4ab;
	border: none;
	border:1px solid #2E4F2A;
	color: #525252;
}
#respond form textarea {
	width: 690px;
}
#respond form input[type=submit] {
	float: right;
}
#fbc_login small {
	color: #525252;
	display: block;
	margin: 5px 0;
}
#fbc_profile a.FB_Link {
	color: #99AC8B;
}
#fbFan {
	margin: 10px;
}

ol.commentlist {
	list-style-type:decimal;
	list-style-position:outside;
	margin: 0 0 0 25px;
	width: 680px;
}
ol.commentlist li {
	margin : 8px 0;
	border-top: 1px dashed #10340B;
	padding: 0 0 5px 0;
	text-align:left;
}
ol.commentlist li.odd {
	background : #2b2a2a;
}
ol.commentlist li .comment-author  {
	margin: 5px 0;
	padding: 5px 0 0 0;
}
ol.commentlist li .comment-author .avatar {
	float: left;
	margin-right: 5px;
}
ol.commentlist li .commentmetadata {
	clear: both;
}
ol.commentlist li .commentmetadata a {
	font-style: italic;
	text-decoration: none;
}
ol.commentlist li p {
	margin: 5px 0;
}
#respond {
	text-align: left;
}
/* partage  */
#social {
	float: right;
	text-align: center;
	padding: 0 5px 0 0;
}
.entry a.FBConnectButton  {
	float: right;
	text-align: right;
	display: inline;
	width: auto;
}
.postmetadata {
	clear: both;
}

.dynamic {
	margin: 10px 0 0 10px;
}
.mlang-menu-title {
	display: none;
}
#paypal {
	text-align: center;
}

/**photos ds un article**/ 
.photosDisplay {
	clear: both;
	padding: 0 80px;
	text-align: center;
}

.featured .hentry .entry .photosDisplay a[rel], .lastArticle .entry .photosDisplay a[rel], .single .entry .photosDisplay a[rel], .photosDisplay a {
	display: inline
}