* {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

html {
	background-color: #77556D;
	background-image: url('../design/accueil/fond.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #382134;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.invisible {
	display: none;
}

#griser {
	position: fixed;
	
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
	
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	background-color: black;
	
	z-index: 10000;
}

#main_content {
	position: relative;
	
	width: 789px;
	
	margin: 0 auto;
	
	overflow: visible;
}

#logo {
	position: absolute;
	
	background-image: url('../design/accueil/logo.png');
	
	width: 346px;
	height: 255px;
	
	top: 10px;
	left: 130px;
}

#logo-feerik {
	position: absolute;
	
	top: 155px;
	left: 7px;
}

#cadre_centre {
	position: absolute;
	
	left: 0px;
	top: 233px;
	
	background-color: rgb(244, 234, 191);
	background-color: rgba(244, 234, 191, 0.8);
	border: 2px solid #d1afa5;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
	
	width: 784px;
	height: 336px;
	
	margin: 0 auto;
}


#cadre_retour {
	position: absolute;
	
	left: 0px;
	top: 580px;
	
	background-color: rgb(244, 234, 191);
	background-color: rgba(244, 234, 191, 0.8);
	border: 2px solid #d1afa5;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
	padding:10px;
	width: 764px;
	height: 80px;
	text-align:center;
	margin: 0 auto;
	color:#68485C;
}

#cadre_centre table {
	position: absolute;
	
	bottom: 10px;
	right: 20px;
	
	border-spacing: 5px;
}

#video-container {
	position: absolute;
	
	width: 374px;
	height: 229px;
	
	left: 15px;
	top: 15px;
	
	background-color: black;
}

#screens {
	position: absolute;
	
	left: 15px;
	bottom: 15px;
	
	height: 70px;
	
	overflow: hidden;
}

#screens a {
	float: left;
	margin-left: 6px;
}

#screens a:first-child {
	margin-left: 0;
}

#lightbox {
	position: absolute;
	
	z-index: 10001;
	
	overflow: visible;
}

#lightbox img {
	cursor: pointer;
	
	box-shadow: 0 0 50px black;
	border: 2px solid #F1D09D;
}

#lightbox-close {
	position: absolute;
	
	right: -16px;
	top: -16px;
	
	cursor: pointer;
	
	width: 32px;
	height: 32px;
	background-image: url('../design/accueil/fermer.png');
}

#presentation {
	position:absolute;

	width: 340px;
	
	right: 30px;
	top: 15px;
	
	color: #68485c;
	text-align: justify;
}

#presentation p {
	margin: 0;
}

#presentation .titre {
	color: #62445F;
	text-shadow: 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2;
	
	font-size: 23px;
	text-transform: uppercase;
	
	margin-bottom: 0.5em;
}

#jouer {
	position: absolute;
	
	width: 323px;
	height: 73px;
	
	right: 35px;
	bottom: 70px;
	
	cursor: pointer;
}

#inscription {
	right:130px;
	bottom:50px;
	position:absolute;
	text-align:center;
	display:none;
}

#flags {
	position: absolute;
	
	top: 0px;
	left: -80px;
	
	width: 333px;
	
	text-align: center;
}

#connexion {
	position: absolute;
	
	text-align: center;
	
	top: 5px;
	right: 0px;
	
	padding: 5px 0 0 5px;
	
	color: #68485c;
	
	background-color: rgb(244, 234, 191);
	background-color: rgba(244, 234, 191, 0.9);
	border: 2px solid #d1afa5;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
	
	font-size: 12px;
}

#connexion table {
	border-collapse: collapse;
}

#connexion table tbody th {
	text-transform: uppercase;
	font-size: 18px;
	
	text-shadow: 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2, 0 0 5px #fdfae2;
}

#connexion table tbody tr:last-child td {
	padding-top: 10px;
}

#connexion input[type="text"], #connexion input[type="password"] {
	background-color: #f2efec;
	
	border: 2px solid #d1afa5;
	border-radius: 4px;
	
	padding: 3px 5px;
	font-size: 12px;
	
	color: #68485c;
}

#connexion input[type="image"] {
	vertical-align: -17px;
}

td.horizontal-row span {
	display: block;
	
	height: 2px;
	
	background-color: #77556D;

	margin-top: 0px;	
	margin-right: 39px;
	margin-left: 30px;
}
td.hint {
	text-align:left;
	font-style:italic;
}
#connexion .fbbutton {
	margin-bottom: 10px;
}

#footer {
	position: absolute;
	
	top: 600px;
	left: 0px;
	right: 0px;
	
	padding-bottom: 5px;
	
	text-align: center;
}

#terms {
	border: none;
	overflow: hidden;
}

#social {
	position: relative;
	
	margin: 0 25px 15px 25px;
	
	height: 590px;
}

#fb-like-box {
	right: 0px;
	
	width: 472px;
}

#twitter-box {
	left: 0px;
	
	width: 234px;
}

#fb-like-box, #twitter-box {
	position: absolute;
	
	top: 0px;
	
	height: 586px;
	
	border: 2px solid #5a3a56;
	border-radius: 6px;
	background-color: white;
	overflow: hidden;
}

.error_zone {
	color: red;
	font-style: italic;
	font-size: 12px;
}

#form_inscription {
	position: absolute;
	
	width: 784px;
	padding: 10px;
	padding-bottom: 0px;
	
	color: #68485c;
	font-size: 14px;
	
	background-color: rgb(244, 234, 191);
	border: 2px solid #d1afa5;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
	
	z-index: 10001;
}

#form_passperdu {
	position: absolute;
	
	width: 400px;
	padding: 10px;
	padding-bottom: 0px;
	
	color: #68485c;
	font-size: 14px;
	text-align: justify;
	background-color: rgb(244, 234, 191);
	border: 2px solid #d1afa5;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
	
	z-index: 10001;
}

#form_passperdu > div {
	text-align: center;
	padding-top: 10px;
}

#form_passperdu input[type="image"] {
	margin-top: 5px;
}

#confirm_mail_validation{
	color:green;
	width: 450px;
	padding: 10px;
	padding-bottom: 0px;
	text-align:center;
	color: #68485c;
	font-size: 14px;
	
	background-color: rgb(244, 234, 191);
	border: 2px solid #d1afa5;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
	
	z-index: 10001;
}
#table_inscription {
	border-collapse: collapse;
	
	margin: 0 auto;
	max-width: 400px;
}

#table_inscription tbody th.fb {
	text-align: center;
	padding-bottom: 30px;
}

#table_inscription tbody td.right {
	width: 200px;
	text-align: center;
}

#table_inscription tbody td.cgu {
	text-align: center;
	font-size: 12px;
}

#table_inscription tbody th {
	text-align: left;
}

#form_inscription input[type="text"], #form_inscription input[type="password"], #form_passperdu input[type="text"] {
	background-image:url('../design/accueil/fond_menu_gris.png');
	background-repeat:no-repeat;
	background-color:transparent;
	
	width: 200px;
	height: 38px;
	
	padding-bottom: 3px;
	
	text-align:center;
	
	color: white;
	
	border: none;
	
	font-size: 14px;
	text-shadow: 0 1px 2px black;	
}

#form_inscription input[type="image"] {
	margin-top: 10px;
}

#erreurs {
	position: absolute;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	
	top: 80px;
	left: 180px;
	
  	width: 259px;
  	
  	background-color: rgb(107, 21, 19);
  
	border: 1px solid red;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px black, 0 0 20px black inset;
	
	margin: 0 auto;
	padding: 20px;
	
	text-align: left;
	text-shadow: 0 2px 2px black;
}

#erreurs p {
	margin-top: 0px;
}

#erreurs ul {
	margin-bottom: 0px;
}

#erreurs-close {
	position: absolute;
	
	right: 10px;
	top: 10px;
	
	width: 16px;
	height: 16px;
	background-image: url('http://static.feerik.com/images/portal/icons/small/cross.png');
	
	font-weight: bold;
	
	cursor: pointer;
}

.fbbutton {
	display: inline-block;
	
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans serif;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	
	color: #ECEEF5;
	
	height: 23px;
	border: 1px solid #29447E;
	padding: 0px 12px 0px 35px;
	
	background-image: url(../design/accueil/fond_fb_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	
	cursor: pointer;
	
	line-height: 23px;
	
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
	text-shadow: none;
}

.fbbutton:hover {
	text-decoration: none;
}

