@charset "UTF-8";

/*
 * @autor : Etienne Bégué
 * @email : contact@txori.com
 * @date : 2012
 */

/* Summary */
/*
 * 1 - Reset [ based on E.Meyer work ]
 * 2 - Basic Styles
 * 3 - Global
 ** 3-1 - Header
 ** 3-2 - Sidebar
 ** 3-3 - Footer
 * 4 - Comments & Forms
 * 5 - Pagination
 */

/* 1 - Reset [ based on E.Meyer work ] */

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote, label, input, textarea, form, fieldset {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ul {
	margin-left: 24px;
}

input { vertical-align: middle; }

textarea {
	width: 100%;
	max-width: 100%!important;
}

img { border: none; max-width:100%; }



/* 2 - Basic Styles */

a:link, a:active, a:visited, a.active, .active a {
	color: crimson;
	text-decoration: none;
}

a:hover {
	color: orangered;
	text-decoration: underline;
}


/* 3 - Global */

/** Common **/
div.left	{ float: left; }
div.right	{ float: right; }

.center	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.clear { clear:both; }

img.left	{ float: left; margin-right: 12px; }
img.right	{ float: right; margin: 4px 4px 4px 8px; }
img.center	{ display: block; margin: 4px auto; }
img.top		{ vertical-align: text-top; } 
img.bottom	{ vertical-align: text-bottom; }
img.middle	{ vertical-align: middle; } 

p {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: justify;
}
p.left		{ text-align: left; }
p.right		{ text-align: right; }
p.center	{ text-align: center !important;  }
p.justify	{ text-align: justify; }

code {
	display: block;
	font-size: .8em;
	border: 2px solid grey;
	background: #222;
	color: #ddd;
	padding: 12px;
	margin: 12px 24px;
	word-break: break-word;
}

.inlinebox {
	display: inline-block;
}

/* Gamecard */

.gamecard {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 208px;
	font-size: 1em;
	border: 1px solid Grey;
	background: Gainsboro;
	background-repeat: no-repeat;
	padding: 0 2px;
	margin: 0 0.2em 1em 0.2em;
	text-align: center;
	text-decoration: none !important;
	vertical-align: text-top;
	-webkit-border-radius: 10px 10px 10px 32px;
	-moz-border-radius: 10px 10px 10px 32px;
	border-radius: 10px 10px 10px 32px;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.gamecard:hover {
	position: relative;
	cursor: pointer;
	background: #F8BA57 !important;
}
.gamecard:visited {
	color: white;
}
.gamecard .title {
	font-weight: bold;
	color: #333;
	line-height: 24px;
}
.gamecard img {
	border: 1px solid #333;
}
.gamecard .date {
	font-size:.8em;
	decoration: none;
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #333;
}
.gamecard .icons {
	position: absolute;
	bottom: 10px;
	right: 12px;
	color: dimgray;
	font-size: larger;
}
.gamecard .icons img {
	border: 0 !important;
	margin-left: 2px;
	width: auto;
	height: 24px;
}

.bug {
	border: 2px solid Red !important;
	background: PeachPuff !important;
	color: Red !important;
}

#article {
	/*margin-left: auto;
	margin-right: auto;
	width: 100%;*/
}

.articlecover {
	float: left;
	margin-right: 12px;
	height: 120px;
	width: 120px;
	border: 2px solid #d3d3d3;
}

.articlecover:hover {
	border-color: #F8BA57;
}

.article_preview {
	display: inline-block;
	width: 160px;
	padding: 0 2px 0 2px;
	margin: 0 0.2em 1em 0.2em;
	text-align: center;
	vertical-align: text-top;
}

.article_small {
	position: relative;
	display: inline-block;
	width:100%;
	min-height: 144px;
	font-size: 1em;
	border: 1px solid grey;
	background: #f0f0f0;
	padding: 16px;
	margin-bottom: 12px;
	box-sizing: border-box;
	color: #333 !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.article_small:hover {
	cursor: pointer;
	background: #F8BA57;
}

.art-title {
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	border: 2px solid grey;
	background: #f0f0f0;
	padding: 12px;
	margin-bottom: 12px;
	color: #32671D;
}

.art-infos, .feed-art-com, .feed-arts {
	font-size: 1em;
	color: #f0f0f0;
}

.art-topinfos {
	font-size: 1em;
	font-weight: bold;
	color: #f0f0f0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0;
	padding: 2px 0 2px 12px;
	background: #555;
	border-top: 2px solid grey;
	border-left: 2px solid grey;
	border-right: 2px solid grey;
	line-height: 1.1em;
	display: block;
}
.art-topinfos a {
	color: #f0f0f0;
	display: block;
}
.art-topinfos:hover {
	background-color: #32671D;
}

.art-chapo {
	min-height: 144px;
}

.article_small img.cover {
	width: 30%;
	height: 30%;
	max-width: 140px;
	min-width: 80px;
	float: left;
	border: 2px solid lightgrey;
	margin:0 12px 12px 0;
}

.article_small h2 {
position: relative;
}

.art-infos {
	display: inline-block;
}

.static-content {
	font-size: 1em;
	margin: 24px 0 12px 0;
}

.static-banner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	height: 200px;
	border: 1px solid grey;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f0f0f0;
}

.static-box {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	border: 1px solid grey;
	background: #f0f0f0;
	padding: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*
.author-infos {
	background: #ffffff url('img/border.jpg') repeat-x bottom;
	margin: 0 20px;
	padding: 10px;
}
*/
.more {
	text-align: center;
	padding-top: 12px;
	font-size: 1.2em;
}

#article ul, #article ol { margin: 0 0 0 20px; }

/** 3-1 - Header -> fusion.css **/

/** 3-2 - aside **/

#aside {
	border: 2px solid grey;
	background: #f0f0f0;
	padding: 16px;
	overflow: hidden;
	white-space: nowrap;
}

#aside h3 {
	font-size: 1.1em;
	font-weight: bold;
	cursor: default;
	line-height: 1.5;
	border-bottom: 1px dotted grey;
}
#aside h3 a, #aside h3 a:visited {
	color: #333;
}

#aside li {
	font-size:12px;
	margin:2px 0;
}

#aside ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

#aside a:hover {
	background: none;
	color: red;
}
#aside h3 a:hover {
	color: #f07216;
}

/** 3-3 - Footer -> fusion.css **/

/* 4 - Comments & Forms */

#comments {
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	border: 2px solid grey;
	background: #f0f0f0;
	overflow: hidden;
	white-space: nowrap;
}

/** 5 - Pagination **/

#pagination {
	text-align: center;
	font-size: 1em;
	margin: 24px 0 22px 0;
}

#pagination .p_page, #pagination .p_prev a, #pagination .p_first a, #pagination .p_last a, #pagination .p_next a {
	border: 2px solid grey;
	background: #f0f0f0;
	padding: 8px;
}
#pagination .p_prev a, #pagination .p_first a, #pagination .p_last a, #pagination .p_next a, #pagination .p_prev a:visited, #pagination .p_first a:visited, #pagination .p_last a:visited, #pagination .p_next a:visited {
	color: #333;
	text-decoration: none;
}

#pagination .p_prev a:hover, #pagination .p_first a:hover, #pagination .p_last a:hover, #pagination .p_next a:hover {
	background-color: #F8BA57;
	cursor: pointer;
}

#pagination .p_prev a, #pagination .p_last a {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
#pagination .p_next a, #pagination .p_first a {
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#pagination .p_first a {
	-webkit-border-radius: 20px 10px 10px 20px;
	-moz-border-radius: 20px 10px 10px 20px;
	border-radius: 20px 10px 10px 20px;
}
#pagination .p_last a {
	-webkit-border-radius: 10px 20px 20px 10px;
	-moz-border-radius: 10px 20px 20px 10px;
	border-radius: 10px 20px 20px 10px;
}

.error-content {
	font-size:12px;
	margin:40px 0 20px;
}
.search_results { padding:10px 0; }

/* ---------------------
Truc en flash
--------------------- */
.flash {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 8px solid #E5E5E5;
	width: min-content;
	width: -moz-min-content;
	width: -webkit-min-content;
}

.sponsorsmall {
	margin-right: 12px;
	margin-bottom: 12px;
	width: 324px;
	height: 250px;
	border: 2px solid grey;
	background: #f0f0f0;
	padding: 8px 0;
	text-align: center;
}

.sponsor_300x600 {
	margin-right: 12px;
	margin-bottom: 12px;
	width: 324px;
	height: 860px;
	border: 2px solid grey;
	background: #f0f0f0;
	padding: 8px 0;
	text-align: center;
}

.sponsor {
	margin-bottom: 12px;
	width: 100%-4px;
	/*min-width: 640px;*/
	border: 2px solid grey;
	background: #f0f0f0;
	padding: 8px 0;
	text-align: center;
}

/* Tout pour l'anim en javascript - a simplifier */
.preview_div
{
	position:relative;
	padding:0 0 0 0;
/*	margin:0px 0 10px 0px;*/
	margin:0px auto 10px auto;
	border:0px solid #d3dbe6;
	/*background:#fff;*/
}
.div_cursor
{
	cursor: pointer;
}
.preview
{
	position:absolute;
	/*background:#fff;*/
}
#Loading_box
{
	float:left;
	margin:0;
	padding:10px 0;
	width:100%;
	height: 50px;
	font:  Arial,  sans-serif;
	font-size: 28px;
	line-height: 28px;  	
	text-indent: 28px;
}
#BtmURL
{
	width:500px;
	line-height: 25px;
	margin:10px 10px 50px 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

/* FAQ */

.faq h2 {
	margin-top: 32px;
}

.faq h3 {
	display: list-item;
	list-style-type: disclosure-closed;
	list-style-position: inside;
	cursor: pointer;
	padding: 12px 24px 0;
}

.faq h3:hover {
	color: crimson;
}

.answer {
	display: block;
	padding: 24px 24px 24px 48px;
}

/* Gamepad */

.hidden { visibility: hidden; }
.button_ {
	border: none;
	color: white;
	text-decoration: none;
	font-size: 30px;
	cursor: pointer;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 200;
}
#button_esc {
	border: none;
	color: white;
	text-decoration: none;
	font-size: 10px;
	cursor: pointer;
	border-radius: 20%;
	width: 60px;
	height: 30px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 200;
	background-color: #777;
	opacity: 0.3;
	left: 60px;
	top: 30px;
}
#button_esc:hover {
	opacity: 0.4;
}
#button_x {
	background-color: #04AA6D;
	opacity: 0.3;
	right: 110px;
	bottom: 30px;
}
#button_x:hover {
	opacity: 0.4;
}
#button_o {
	background-color: #AA046D;
	opacity: 0.3;	
	right: 30px;
	bottom: 110px;
}
#button_o:hover {
	opacity: 0.4;
}
#game-box {
	width:100%;
	position:relative;
}