html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0;
 	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	/*background-color: #98948f;*/
	background: #e9e6e1;
}

a.text {
	text-decoration: none;
	font-family:  'Cantarell', sans-serif;
	color: black;
}
a.text:hover, a.text:focus, a.text:active {
	background-color: #00f9b3;
	color: black;
	text-decoration: none;
}

a.text:visited {
	font-family:  'Cantarell', sans-serif;
	text-decoration: none;
	color: black;
}


a:active { 
  outline: none; 
} 

a img { 
  border: none;
} 

blockquote p, li p { 
  margin: .5em 0; 
} 


p {
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}

#all{
	text-align:center;
	margin:auto;
	padding:auto;
}

.texttitre {
	padding-top: 20px;
	line-height: 110%;
	font-weight: bold;
	font-size: 25px;
	font-family: 'Cantarell', sans-serif;
	color: black;
}

.textdate {
	margin-top: -4px;
	padding-bottom: 10px;
	line-height: 5%;
	letter-spacing: 2px;
	font-size: 10px;
	font-family: 'Cantarell', sans-serif;
	color: grey;
}

.textcredits {
	margin-bottom: -8px;
	letter-spacing: 2px;
	font-size: 10px;
	font-family: 'Cantarell', sans-serif;
	color: grey;
}

.text {
	line-height: 130%;
	font-size: 14px;
	font-family: 'Cantarell', sans-serif;
	color: #4e4d4c;
}

.textblanc {
	line-height: 130%;
	font-size: 14px;
	font-family: 'Cantarell', sans-serif;
	color: white;
}

.textnoir {
	line-height: 130%;
	font-size: 14px;
	font-family: 'Cantarell', sans-serif;
	color: black;
}

.image {
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}

.imagegame {
	margin-right: 21px;
	margin-bottom: 5px;
	margin-top: 40px;
	text-transform: none;
	text-decoration: none;
	float: left;
}


#textlink {
	line-height: 130%;
	font-size: 14px;
	font-family: 'Cantarell', sans-serif;
	color: black;
}

#textlink:hover {
	line-height: 130%;
	font-size: 14px;
	font-family: 'Cantarell', sans-serif;
	color: #00f9b3;
	text-decoration: none;
}



/* -----------------------*/
/* BLOC PRINCIPAL DU SITE */
/* -----------------------*/


#global {
	position: relative;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
  	padding: 0px;
	width: 770px;
	border-style: none;
	border: none;
} 


#header {
	text-align: left;
	border-style: none;
	z-index:90;
	height: 50px;
	margin-top: 40px;
	display:block;
	background: url("design/logo.png") no-repeat;
} 

#header-game{
	margin-top:15px;
	display:block;
}

/* -----------------------*/


.btn, .btn-selected {
	display:block;
	float:left;
	min-width:200px;
	letter-spacing: 3px;
	height: 25px;
	padding-left:20px;
	padding-right:20px;
	margin-left:10px;
	padding-top:3px;
	text-decoration:none;
	text-align:center;
} 

.btn {
	background-color: #d6d3d0;
	color:#000;
}

.btn-selected {
	background-color: #d6d3d0;
	color:#000;
}

.btn:hover{
	background-color: #FFF;
}

/* -----------------------*/

#games-cadre {
	width: 770px;
	height: 650px;
	border-style: none;
	border: none;
	text-align: left;
}

#games-contenu {
	color: black;
	border-style: none;
	border: none;
}

#game-cadre {
	margin:auto;
	text-align:center;
	
	/*
	border-style: none;
	border: none;
	*/
	
	border-style:solid;
	border-width:1px;
	border-color:#111111;
	
	line-height:0px;
	
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-decoration : none;
}

#game-title {
	height:20px;
	background-color: black;
	color: white;
	line-height:15px;
}

#game-info {
	padding: 15px;
	width: 740px;
	height: 200px;
	
	border-style: none;
	border: none;
	background-color: #363635;
}

#game-menu{
	margin:auto;
	text-align:left;
	font-size:0.8em;
}

#game-menu a{
	text-decoration:none;
	color:#000000;
}

#about-box{
	margin:auto;
	text-align:center;
	width:800px;
}

#about-this-game {
	text-align:center;
	letter-spacing: 3px;
	width: 785px;
	height: 25px;
	background-color: black;
	color: white;
}

#about-cadre {
	width: 770px;
	height: 450px;
	border-style: none;
	border: none;
	background-color: #4a4a4a;
} 

#about-contenu {
	color: white;
	text-align: left;
	padding-left: 40px;
	padding-bottom: 50px;
	padding-right: 40px;
	padding-top: 30px;
	border-style: none;
	border: none;

}


/* --------*/
/* NETWORK */
/* --------*/


#network-mail {
	text-align: left;
	position: fixed;
	border-style: none;
	height: 25px;
	width: 25px;
	border: none;
	left: 45px;
	bottom: 30px;
	z-index:50;

} 

#network-mail:hover {
	left: 46px;
	bottom: 29px;
} 

#network-twitter {
	text-align: left;
	position: fixed;
	border-style: none;
	height: 25px;
	width: 25px;
	border: none;
	left: 80px;
	bottom: 30px;
	z-index:50;

} 

#network-twitter:hover {
	left: 81px;
	bottom: 29px;
} 

#network-fcbk {
	text-align: left;
	position: fixed;
	border-style: none;
	height: 25px;
	width: 25px;
	border: none;
	left: 115px;
	bottom: 30px;
	z-index:50;

} 

#network-fcbk:hover {
	left: 116px;
	bottom: 29px;
} 

#footer {
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 2px;
	padding-top: 20px;
	text-decoration : none;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #494949;
	height: 100px; 
	width: 100%; 
}

/* TOOLS */

.clear{
	clear:both;
}
