@charset "utf-8";
@font-face {
        font-family: "TNFont1";
        src: url('../fonts/crusades-webfont.eot');
        src: url('../fonts/crusades-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/crusades-webfont.svg#TNFont1') format('svg'),
        url('../fonts/crusades-webfont.woff') format('woff'),
        url('../fonts/crusades-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
@font-face {font-family: TNFont2; src: url('../fonts/AquilineTwo.eot'), url('../fonts/AquilineTwo.ttf'); /* IE9 */}
@font-face {font-family: TNFont3; src: url('../fonts/MyriadPro-Regular.eot'), url('../fonts/MyriadPro-Regular.otf'); /* IE9 */}

.TN {
	font-family:"TNFont1";
	font-size:20px
}

html {
	cursor: url(../img/cursorTN.cur),url(../img/cursorTN.png),default;
}

body {
margin: 0px;
border: none;
padding: 0px;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #98795c url(../img/background1.jpg) no-repeat 50% top;
cursor: url(../img/cursorTN.cur),url(../img/cursorTN.png),default;
}

.logoTn {
	display:none;
}

.titleTn {
	display:none;
}

#wrapperGen {
	width:950px;
	min-height:300px;
	margin:175px auto 0;

}

h1 {
	font-size:14px;
	margin:0;
}

h2 {
	font-size:10px;
	margin:0;
}

#Wrapper {
	display:inline-block;
	background:url(../img/backstart.png) no-repeat;
	width:947px;
	height:648px;
	margin-top: 32px;
}

#logo {
	display:none;
}

#colLeft {
	float:left;
	width:263px;
	font-family:"TNFont1";
	margin-right:100px;
	margin-left:58px;
	text-align:center;
	background:none;
}

.inputLog {
	background:url(../img/inputLog.png) no-repeat;
	width:191px;
	height:32px;
	padding:0 6px; 
	line-height:32px;
	color:#fefefe;
	border:none;
	outline:none;
	margin-top: 5px;
	margin-left:27px;
}

#cadreCo, #cadreInscr {
    margin-top:55px;
    width: 225px;
}

.modulePseudo {
	margin-left:35px;
	font-size:18px;
	font-weight:100;
	color:#3d2f27;
	margin-bottom:-13px;
	display:block;
}

.smallLeft {
	margin-left:2px;
}

#cadreInscr {
	position: relative;
	margin-top:25px;
}

.comments {
	margin-top:80px;
	color:#ffa200;
	font-family:Arial, sans-serif;
	font-size:14px;
	text-shadow:1px 1px 2px rgba(0,0,0,.5);
}
.ruban {
	background:url(../img/beta-ruban.png) no-repeat;
	width:170px;
	height:170px;
	position:absolute;
	top:0;
	right:0;
}

.input {
	background:url(../img/field.png) no-repeat;
	width:140px;
	height:25px;
	padding-left:5px;
	padding-right:5px;
	color:#dbc097;
	border:0;
	font-weight:bold;
	outline:0
}

.input2 {
	background:url(../game/img/fond-input.png) no-repeat;
	width:71px;
	height:49px
}

.submit, .submit2 {
	background:url(../img/bt-connex.png) no-repeat;
	width:140px;
	height:27px;
	font-family:Arial, sans-serif;
	color:#fff;
	font-weight:bold;
	border:none;
	cursor:pointer;
	font-size:18px;
	line-height:27px;
}

.submit:hover,.submit2:hover {
	background-position:-140px;
}

.submit2 {
	background:url(../img/bt-login.png) no-repeat;
	width:218px;
	height:27px;
}

.submit2:hover {
	background-position:-218px;
}

.smallink {
	font-size:18px
}

.smallink a {
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	color:#9d8a8a
}

/*flamme accueil*/

.container1, .container2 {
	width:10px;
	height:40px;
	position:absolute;
	top:0;
}

.fire1, .fire2 {
  width: 10px;
  height: 40px;
  position:relative;
  transform-origin:center bottom;
  animation-name: flicker;
  animation-duration:.5ms;
  animation-delay:20ms;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.flame{
  bottom:0;
  position:absolute;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  transform:rotate(-45deg) scale(1.8,1.4);
}

.yellow{
  left:15px; 
  width: 6px;
  height: 20px;
  background:gold;
  box-shadow: 0px 0px 9px 6px gold;
}

.orange{
  left:10px; 
  width: 8px;
  height: 30px;
  background:orange;
  box-shadow: 0px 0px 9px 4px orange;
}

.red{
  left:5px;
  width: 10px;
  height: 40px;
  background:OrangeRed;
  box-shadow: 0px 0px 6px 6px OrangeRed;
}

.white{
  left:15px; 
  bottom:-4px;
  width: 3px;
  height: 10px;
  background:white;
  box-shadow: 0px 0px 9px 6px white;
}

.circle{
  border-radius: 50%;
  position:absolute;  
}

.blue{
  width: 10px;
  height: 25px;
  left:25px;
  bottom:-25px; 
  background: SlateBlue;
  box-shadow: 0px 0px 15px 10px SlateBlue;
}

.black{
  width: 40px;
  height: 50px;
  left:10px;
  bottom:-60px;  
  background: black;
  box-shadow: 0px 0px 15px 10px black;
}

.oran {
	color:orange;
}

@keyframes flicker{
  0%   {transform: rotate(-2deg);}
  20%  {transform: rotate(2deg);}
  40%  {transform: rotate(-4deg);}
  60%  {transform: rotate(2deg) scaleY(1.5);}
  80%  {transform: rotate(-4deg) scaleY(0.8);}
  100% {transform: rotate(2deg);}
}

/* fin flamme accueil */

.select {
	background: url(../img/selectLog.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 193px;
    height: 29px;
	line-height:29px;
    padding: 0 10px;
    text-align: left;
    margin: 5px 0 0 26px;
	font-family:TNFont3;
	color:#ab8d78;
	font-size:14px;
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
}

.option {
	position:absolute;
	left:27px;
	top:196px;
    background:#decca9;
    width:173px;
    border:#8d5900 1px solid;
    box-shadow:0px 3px 3px rgba(50,50,50, 0.6);
    z-index:9999;
    display:none;
	overflow:hidden;
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
}

.option ul {
    list-style:none;
    margin-left:-40px;
}

.option ul li {
    background:none;
    height:25px;
	display:block;
	width:auto;
	font-family:TNFont3;
	text-align:left;
}

.option ul li label {
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
}

input[type=radio] {
    margin-top:5px;
}

.option ul li:hover {
    background:bca271;
}

.smallink a:hover {
}

.oubli-pass a{
	margin-left:36px;
	border:none;
	text-align:center;
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
	font-family:TNFont3;
	font-size:13px;
	color:orange;
	text-decoration:none;
}

.oubli-pass a:hover {
	color:#fefefe;
}

.fond-lien {
	float:left;
	background:url(../img/fond-lien.jpg) no-repeat;
	width:112px;
	height:25px;
	display:block;
	margin-right:10px;
	text-align:center;
	padding-top:3px;
	font-family:"TNFont3"
}

div#gridRight{
	float:left;
	width:510px;
	text-align:left;
	margin-top:35px;
}

div#gridRight1 {
    width: 172px;
    height: 29px;
    text-align: center;
    color: #FC9;
    font-family: "TNFont3", cursive;
    padding: 8px15px 0;
    font-size: 14px;
    margin-top: 16px;
}

div#gridRight2 {
    width: 510px;
    text-align: left;
    color: #FC9;
    font-family: "TNFont2", cursive;
    padding-top: 5px;
    margin-top:40px;
}

#gridRight2>iframe {
	width:510px;
	height:255px;
	border:none;
}

div#gridRight3 {
    width: 493px;
    height: 122px;
    text-align: left;
    color: #FC9;
    font-family: "TNFont3";
    font-size: 18px;
    padding: 10px 0 0 10px;
    margin-top:100px;
    font-weight: normal;
	overflow:hidden;
	text-align:center;
}

div#gridRight3 img {
	box-shadow:0px 0px 5px rgba(0,0,0,.4);
	height:95px;
	width:auto;
	transition:ease .2s;
}

div#gridRight3 img:hover {
	box-shadow:0px 0px 5px rgba(206, 136, 0, 0.9);
}

.size{
	width:476px;
	height:280px;
	background-color:#000
}

div#news {
    margin-top: -9px;
    text-align: left;
}

.overlay {
	height:auto;
	width:auto;
	z-index:999;
	background:rgba(255,255,255,.3);
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:none;
}

.lost {
	z-index:9998;
	display:none;
	width:600px;
	height:300px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	background:url(../img/lost.png) no-repeat;
	text-align:center;
}

.lost form {
	margin-top:90px;
}

.lost form input[type="email"]{
	margin-left:0;
}

.lost form input[type="submit"] {
	margin-top:25px;
	margin-left:0;
}

.closePass {
	width:37px;
	height:37px;
	float:right;
	margin-right:15px;
	margin-top:12px;
}

.closePass a img {
	width:100%;
	height:100%;
}

.newslink a {
	color:#4c3322;
	text-decoration:none;
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
}

.newslink a:hover {
	color:#fefefe;
}

div#text {
    font-family: 'TNFont3', cursive;
    color: #F00;
    font-size: 10px;
    width: 268px;
}

.bt_accepter {
	background:url(../img/bt_accept.png) no-repeat;
	width:50px;
	height:21px;
	border:none;
}

.bt_annuler {
	background:url(../img/bt_annul.png) no-repeat;
	width:50px;
	height:21px;
	border:none;
}

form#connex {
	width:225px;
	text-align:center;
}

.submLog, .submLog2 {
    background: url(../img/submLog.png) no-repeat;
    width: 225px;
    border: none;
    outline: none;
    height: 53px;
    line-height: 51px;
    color: #f1eecf;
    margin-left: 20px;
    margin-top: 0;
    font-family: "TNFont3";
    font-size: 18px;
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
}

.headTitle1, .headTitle2, .headTitle3, .headTitle4, .headTitle5, .headTitle6, .headTitle7, .headTitle8 {
	float:left;
	width:435px;
}

.infoPerso {
	background:url(../img/info-perso.png) no-repeat;
	width:684px;
	height:115px;
	padding:11px 12px;
	float:left;
	margin-top:13px;
}

.fiche_avatar {
	margin:15px 75px;
	width:710px;
	display:inline-block;
	color:#433423;
	font-family:Arial, sans-serif;
	font-weight:bold;
}

.photo_avat {
	background:url(../img/photo_fiche.png) no-repeat;
	width:100px;
	height:100px;
	padding:5px;
	margin:15px;
	float:left;
}

.photo_avat img {
	border-radius:8px;
	overflow:hidden;
}

.purple {
	color:#9184a2;
}

.fiche_desc img {
	width:130px;
	height:auto;
}

.fiche_desc a {
	color:#9184a2;
	text-decoration:none;
}

.fiche_desc a:hover {
	color:#dd8a13;
}

.date {
	color:#ce851c;
}

.ficheBackg {
	width:705px;
}

.ficheHead_background {
	background:url(../img/headBckFiche.png) no-repeat;
	width:705px;
	height:15px;
}

.ficheBody_background {
	width:848px;
	padding:0 10px;
	background:url(../img/bodyBckFiche.png) repeat-y;
	color:#ded2b5;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.ficheFoot_background {
	width:705px;
	height:15px;
	background:url(../img/footBckFiche.png) no-repeat;
}

.ficheBody_background p {
	margin:0;
}

.btTitleLvl, .btTitleLvl2 {
	background:url(../img/bt_title_lvl.png) no-repeat;
	width:175px;
	height:16px;
	display:block;
	color:#d3d3d3;
	font-weight:bold;
	padding:12px 30px 12px 45px;
	font-family:Arial;
}

.btTitleLvl2 {
	margin:0;
}

.contentGen {
	display:inline-block;
	background:url(../img/bck_content.png);
	width:870px;
}

.header {
	margin: 150px auto 20px;
	width:888px;
}

.innerHeader {
	display:inline-block;
}

.cadre_photo, .cadre_photo1 {
	background:url(../img/cadre-photo.png) no-repeat;
	width:126px;
	height:127px;
	padding:12px;
	text-align:center;
	float:left;
	margin-right:15px;
}

.cadre_photo1 {
	margin-right:5px;
	float:left;
	margin-top:24px;
}

.infoPerso {
	background:url(../img/info-perso.png) no-repeat;
	width:684px;
	height:115px;
	padding:11px 12px;
	float:left;
	margin-top:13px;
}
.headContent {
	background:url(../img/head-content.png) no-repeat;
	width:888px;
	height:17px;
	margin:0 auto;
}

section {
	color:#e8c19d;
	width:888px;
	margin:290px auto 20px;
}

a img {cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;}
img {border:none;margin:0}

.body_content {
	background:url(../img/body-content.png) repeat-y;
	width:870px;
	padding:0 9px;
}

.body_content a:hover {
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
}

.foot_content {
	background:url(../img/foot-content.png) no-repeat;
	width:888px;
	height:17px;
}

.messGen {
	padding:10px 10px;
	border:#ffe6bf 1px solid;
	display:none;
	color:#ffffff;
	font-weigth:bold;
	max-width:850px;
	z-index:9999;
	position:fixed;
	width:380px;
	top:40%;
	left:50%;
	margin-left:-200px;
	text-align:center;
}

.agree {
	background:#00980b;
}

.error {
	background:#ff6600
}

.messActivate {
	margin:15px auto;
	background:#9c7a56;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	-moz-box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	width:630px;
	padding:10px;
	font-family:Arial, sans-serif;
}

.messActivate fieldset {
	text-align:center;
	border:#f0a658 1px solid;
}

.messActivate h1 {
	margin-top:0;
}

.orange {
	color#fd9c36;
}

.clair {
	color:#f5ddc3;
}

.field {
	background:#d2bba3;
	outline:none;
	border:transparent 1px solid;
	width:340px;
	height:20px;
	padding:5px;
	font-size: 18px;
	color:#4e3c29;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	-moz-box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	font-family:Arial, sans-serif;
}

.field:focus, textarea:focus {
	border:#ff8400 1px solid;
}

.textarea {
	background:#d2bba3;
	font-size: 14px;
	color:#4e3c29;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	-moz-box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	box-shadow:0px 0px 5px rgba(25,25,25, 0.3);
	font-family:Arial, sans-serif;
	padding:5px;
	height:110px;
	width:340px;
	outline:none;
	border:transparent 1px solid;
}

.messActivate form {
	text-align:center;
}

.messActivate a {
	text-decoration:none;
	color:#eaad48
}

.messActivate a:hover {
	color:#ffffff
}

::-webkit-input-placeholder	{ color:#ab8d78; text-indent:5px;}
input:-moz-placeholder { color:#ab8d78; text-indent:5px;}
input:-ms-placeholder { color:#ab8d78;  text-indent:5px;}
::-ms-input-placeholder	{ color:#ab8d78;  text-indent:5px;}
:-ms-input-placeholder	{ color:#ab8d78; text-indent:5px; }

.subm {
	background:url(../img/bt_subm.png) no-repeat;
	color:#5f4431;
	text-shadow:1px 1px 1px 1px #f7eadb;
	width:68px;
	height:29px;
	text-align:center;
	font-size:13px;
	border:none;
	outline:none;
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
}

.subm:hover {
	background-position:-68px;
	color:#e9cc9c;
}


.center {
	text-align: center;
}

#default ul li:before {
	content:"";
	background:url(../img/arrow3.png) no-repeat;
	width:15px;
	height:15px;
}

/*** Cadre CGU ***/
.overlay2 {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(40,40,40,.4);
	display:none;
	z-index:99999;
}

.cgu {
	background:url(../img/cgu.png) no-repeat;
	position:fixed;
	left:50%;
	top:50%;
	width:640px;
	height:387px;
	transform:translateX(-50%) translateY(-50%);
	display:none;
	z-index:999991;
	padding:13px 6px 0;
	font-weight:bold;
	font-family:Arial, sans-serif;
	border-radius:10px;
	box-shadow:0px 0px 20px rgba(0,0,0,.8);
}

button.c {
	background:url(../img/bt_c.png) no-repeat;
	width:21px;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#ff6000;
	font-size:18px;
	border:none;
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
	outline:none;
	display:inline-block;
	float:left;
	margin-top:-6px;
}

button.c:hover {
	color:#fffc00;
}

#logo {
	display:none;
}

.titleCgu {
	float:left;
	margin-left:164px;
	margin-right:55px;
	width:325px;
	line-height:11px;
	color:#e1b96c;
	font-size:18px;
	text-shadow: 0px 2px 2px rgba(40,40,40,.5);
}

.contCgu {
    width:620px;
    margin:34px auto 0;
    overflow:hidden;
    overflow-y:auto;
    background:none;
    color:#eee1cb;
    font-size:13px;
    height:325px;
    padding-right:10px;
	padding-top:15px;
}

.contCgu a {
	color:#ffab1a;
	text-decoration:none;
	cursor: url(../img/cursorTN2.cur),url(../img/cursorTN2.png),pointer;
}

.contCgu a:hover {
	color:#ffffff;
}

.red {
	color:#ffa800;
}

.contCgu h3 {
	color:#ffcc1a;
}

.care {
	color:#e2b457;
}
/*** Fin Cadre CGU ***/

/*** Fiche perso 2 ***/

section.bckg {
	position:relative;
	margin:200px auto 30px;
	width:950px;
	background:url(../img/fond_section.jpg) repeat;
	border:#ff9600 7px inset;
    border-style:double;
	border-image:url(../img/big_frame.png) repeat 7;
	box-shadow:0 0 20px 8px rgba(0,0,0,.6);
}

.head_content, .bod_content, .foot_content {
	background:none;
}

.head_content, .bod_content {
	display:flex;
	flex-direction:column;
	width:882px;
	padding:0 22px 0 30px; 
}

.avatpseud {
	display:flex;
	flex-direction:row;
}

.bod_content {
	padding-top:10px;
}

.avat {
	background:url(../img/fond_section.jpg) repeat;
	border:#ff9600 7px inset;
    border-style:double;
	border-image:url(../img/big_frame.png) repeat 7;
	box-shadow:0 0 20px 8px rgba(0,0,0,.6);
	width:119px;
	height:119px;
	margin-top:-119px;
}

.pseudo {
	background:url(../img/fondBattleTitle.png) repeat;
	border:#ff9600 4px inset;
    border-style:double;
	border-image:url(../img/frame.png) repeat 4;
	box-shadow:0 0 10px 4px rgba(0,0,0,.6);
    margin-left:5px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	width: 719px;
	padding:0 10px;
    height: 25px;
	line-height:25px;
    margin-top: -23px;
}

.title_fiche {
	background:url(../img/wind_bg.jpg) repeat;
	border:#ff9600 4px inset;
    border-style:double;
	border-image:url(../img/frame.png) repeat 4;
	color:#371c16;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	padding-left:15px;
	height:25px;
	line-height:25px;
	margin:15px 0;
}

footer.foot {
	margin-top:12px;
}

.content_fiche, .content_fiche2, .content_fiche3 {
	display:flex;
	background:rgba(54,26,13,.5);
	padding-top:10px;
	font-weight:bold;
	font-size:17px;
	font-family:Arial, sans-serif;
	border:#ff9600 4px inset;
    border-style:double;
    border-image:url(../img/frame.png) repeat 4;
}

.content_fiche2 {
	padding:15px;
}

.content_fiche3 {
	padding-top:0;
}

.fiche {
	width:450px;
}

.bckFiche {
	background:none;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:17px;
	font-family:Arial, sans-serif;
	padding-left:15px;
	padding-bottom:15px;
	width:870px;
	display:flex;
    justify-content:space-around;
}

.non {
	background:none;
	padding: 0 35px;
}

.ficheBody_background {
	background:none;
	overflow: auto;
    height: 160px;
    overflow-y: scroll;
	padding:10px 0px 10px 14px;
}

.fiche_desc {
	margin-right:325px;
}

.fiche_inscript,.fiche_lead {
	margin-top:50px;
	margin-right:15px;
	width:250px;
}

.fiche_lead{margin-top:10px;padding:10px;height:auto;border:#ff9600 7px inset;border-style:double;border-image:url(../img/big_frame.png) repeat 7;background:url(../img/wind_bg.jpg) repeat;box-shadow:0 0 10px 6px rgba(0,0,0,0.5);color:#583b19}

.livre {
	overflow:hidden;
	width:850px;
	margin:0 auto;
}

.li_left, .li_right {
	float:left;
	width:410px;
	padding:5px
}

.li_right {
	border-left:#594a2f 3px solid;
}

.p404 {
    width:100%;
    height:400px;
    max-width:600px;
    position:absolute;
    top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

.404 img {
	width:100%;
	height:auto;
}

@media screen and (min-width: 320px) and (max-width:736px) {

	body {
		background:#98795c url(../img/backgroundMob.jpg) no-repeat 50% top;
	}
	
	#Wrapper {
		background:none;
		margin-top: 0px;
		width:100%;
	}

	#logo {
		background:url(../img/titleTn.png) no-repeat;
		width:314px;
		height:66px;
		display:block;
		margin-bottom:0;
	}

	#wrapperGen {
		width: 360px;
		min-height: 100%;
		margin-top:15px;
	}

	#colLeft {
		float:none;
		width:360px;
		margin:77px auto 0;
		background:url(../img/back1.png) no-repeat;
		height:648px;
	}

	div#gridRight {
		width:360px;
		float: none;
		margin:35px auto 0;
	}

	#cadreCo, #cadreInscr {
		margin:-16px auto 0;
		margin-left:48px;
		padding-top:53px;
	}

	.comments {
		height:134px;
		line-height:164px;
		margin-top:0;
	}
	
	#cadreCo {
		margin-top:55px;
	}

	#text {
		margin-left: 45px;
	}

	#cadreInscr {
		padding-top:0;
	}

	div#news {
		margin-top: 3px;
		margin-left:45px;
	}

	div#news img {
		vertical-align:middle;
	}

	div#gridRight1 {
		width: 217px;
		height: 32px;
		padding: 45px 15px 0;
		font-size: 14px;
		margin: 16px auto;
		background: url(../img/nb_joueurs.png) no-repeat;
		position:absolute;
		top:65px;
		left:0;
		right:0;
	}

	div#gridRight2 {
		width: 350px;
		height: 206px;
		text-align: left;
		color: #FC9;
		font-family: "TNFont2", cursive;
		padding-top: 25px;
		padding-left: 10px;
		margin-top: 40px;
		background: url(../img/cadre-video.png) no-repeat;
	}

	#gridRight2>iframe {
		width: 339px;
		height: 170px;
		border: none;
	}

	div#gridRight3 {
		display:none;
	}

	div#gridRight3 img {
		display:none;
	}

	.messGen {
		max-width:350px;
		width:350px;
		top:40%;
		left:50%;
		margin-left:-188px;
		text-align:center;
	}

	footer {
		display:none;
	}
	
	section.bckg {
		background:url(../img/fond_section.jpg) repeat;
		border:#ff9600 7px solid;
		border-image:url(../img/big_frame.png) repeat 7;
		box-shadow:0 0 20px 8px rgba(0,0,0,.6);
		width:320px;
		margin:50px auto 20px;
	}
	
	.head_content, .bod_content {
		width:299px;
		padding:11px 25px 0 10px;
	}
	
	.bod_content {
	}
	
	.avat {
		width:56px;
		height:56px;
		margin-top:-56px;
	}
	
	.avat img {
		width:56px;
		height:56px;
	}
	
	.pseudo {
		margin-top:-23px;
		font-size:13px;
		width:269px;
	}
	
	.content_fiche, .content_fiche>.fiche {
		width:299px;
	}
	
	
	.bckFiche {
		font-size:14px;
		font-family:Arial, sans-serif;
		padding-left:15px;
		width:284px;
		margin:0;
		display:block;
	}
	
	.fiche_desc {
		margin-right:0;
		display:block;
		width:299px;
	}
	
	.fiche_inscript {
		width:300px;
		margin-top:44px;
	}
	
	.ficheBody_background {
		background:none;
		overflow:auto;
		height:150px;
		overflow-y:scroll;
		width:290px;
		padding:15px;
		font-size:12px;
	}
	
	.non {
		padding:25px 15px 15px 15px;
	}

	.contentGen {
		width:280px;
		font-size:14px;
	}
	
	.ficheBackg {
		width:285px;
	}
	
	.contentGen>.content_fiche, .contentGen>.content_fiche>.fiche, .contentGen>.content_fiche>.fiche>.ficheBackg, .contentGen>.content_fiche>.fiche>.ficheBackg>.ficheBody_background {
		height:285px;
	}
}