::-webkit-scrollbar {
	width: 12px;
	height: 10px;
	border-left:1px dashed #000;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: none;
}
 
::-webkit-scrollbar-track-piece  {
	background: rgba(170, 170, 170, 0.80);
}
 
::-webkit-scrollbar-thumb:vertical {
	background: rgba(102, 102, 102, 0.90) url(img/scrollbar_thumb_bg.png) no-repeat center;
	-webkit-border-radius: 7px;
}

@font-face {
    font-family: 'AtariFontFullVersionRegular';
    src: url('fonts/atari-webfont.eot');
    src: url('fonts/atari-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/atari-webfont.woff') format('woff'),
         url('fonts/atari-webfont.ttf') format('truetype'),
         url('fonts/atari-webfont.svg#AtariFontFullVersionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EmulogicRegular';
    src: url('fonts/emulogic-webfont.eot');
    src: url('fonts/emulogic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/emulogic-webfont.woff') format('woff'),
         url('fonts/emulogic-webfont.ttf') format('truetype'),
         url('fonts/emulogic-webfont.svg#EmulogicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HomoarakhnRegular';
    src: url('fonts/homoarak-webfont.eot');
    src: url('fonts/homoarak-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/homoarak-webfont.woff') format('woff'),
         url('fonts/homoarak-webfont.ttf') format('truetype'),
         url('fonts/homoarak-webfont.svg#HomoarakhnRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background:#2000a1 url('img/fond.jpg') repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
    height: 100%;
	margin:0;
	padding:0;
}

a  {
   border:none;
   outline:none;
   color:#777;
}

a:hover {
   color:#999;
}

a img {
	border: none; 
}

.clear {
	clear:both;
}

.cache {
	display:none;
}

.float-left {
	float:left;
	margin: 0 8px 2px 0;
}

.float-right {
     float:right;
     margin: 0 0 2px 8px;
}

.gras {
	font-weight:bold;
	/* text-shadow: 1px 1px 0px #888; */
}

.texte-centre {
	text-align:center;
}

h1 {
	font-size:16px;
	color:#fff;
	text-shadow: 1px 1px 0px #333;
	text-align:left;
}

h2 {
	font-family:EmulogicRegular;
	color:#fff;
	text-shadow: 1px 1px 0px #333;
	text-align:left;
	font-size:13px;
}

h3 {
	font-family:EmulogicRegular;
	color:#111;
	text-shadow: 1px 1px 0px #999;
	text-align:left;
	font-size:13px;
}

li {
	text-align:left;
}

.liste-jeux {
	margin-left:105px;
}

.liste-jeux li {
	text-align:justify;
	margin-top:10px;
}

.colonne-gauche {
	width:120px;
	float:left;
	margin: 0 8px 2px 0;
}

.colonne-droite {
	width:120px;
    float:right;
    margin: 0 0 2px 10px;
}

#conteneur {
	margin:0 auto;
	width:1260px;
	text-align: left;
	vertical-align:top;
	position:relative;
	overflow:hidden;
}

#fond {
	background-color:rgba(149, 149, 149, 0.50);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #000;
	position:relative;
	z-index:10;
}

#contenu {
	line-height:14px;
	z-index:10;
	position:relative;
	bottom:19px;
	margin-bottom:-19px;
	width:100%;
	min-height:500px;
	max-height:1024px;
	height:500px;
	overflow-y:auto;
	overflow-x:hidden;
}

#contenu-chargement {
	background: rgb(149, 149, 149) transparent url('img/pacman.gif') center center no-repeat;
	background: rgba(149, 149, 149, 0.50) url('img/pacman.gif') center center no-repeat;
	width:100%;
	height:100%;
	position:relative;
	z-index:25;
}

#header {
	background: rgb(149, 149, 149) transparent;
	background: rgba(149, 149, 149, 0.60);
	height:40px;
	text-align:left;
}

.header-bordure-inf {
	height:40px;
	border-bottom:1px dashed #000;
	float:left;
	margin-bottom:-39px;
	position:relative;
	bottom:39px;
}

#header-titre {
	display:block;
	float:left;
	font-family: EmulogicRegular;
	margin-left:16px;
	line-height:38px;
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 0px #444;
}

#header-home {
	float:left;
	margin-bottom:-40px;
	padding:4px;
	position:relative;
	bottom:40px;
	text-align:center;
	cursor:pointer;
}

#header-home img {
	width:50px;
	height:51px;
	z-index:40;
	position:relative;
}

#header-credits {
	float:left;
	margin-bottom:-40px;
	padding:4px;
	position:relative;
	bottom:40px;
	text-align:center;
	cursor:pointer;
}

#header-credits img {
	width:51px;
	height:51px;
	z-index:40;
	position:relative;
}

#header-glossaire {
	float:left;
	margin-bottom:-40px;
	padding:4px;
	position:relative;
	bottom:40px;
	text-align:center;
	cursor:pointer;
}

#header-glossaire img {
	width:67px;
	height:51px;
	z-index:40;
	position:relative;
}

#header-share {
	float:left;
	margin-bottom:-40px;
	padding:4px;
	position:relative;
	bottom:40px;
	text-align:center;
	cursor:pointer;
}

#header-share img {
	width:91px;
	height:51px;
	z-index:40;
	position:relative;
}

.fond-icone {
	position:relative;
	bottom:13px;
	margin-bottom:-16px;
	right:5px;
	width:100%;
	height:9px;
	background: rgba(149, 149, 149, 0.60);
	border:1px dashed #000;
	border-top:0;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	padding:4px;
	z-index:30;
}

#menu-partage {
	position:absolute;
	top:58px;
	right:25px;
	padding:4px;
	z-index:50;
	background: rgba(255, 255, 255, 0.85);
	border:1px dashed #000;
	border-top:0;
	border-radius:5px;
	width:91px;
	display:none;
}

#menu-partage hr {
	height:1px;
}

#espace-avant-footer {
	height:8px;
	background: rgb(149, 149, 149) transparent;
	background: rgba(149, 149, 149, 0.60);
	border-top:1px dashed #000;
}

#footer {
	position:relative;
	text-align:center;
	background: rgb(149, 149, 149) transparent;
	background: rgba(149, 149, 149, 0.70);
	z-index:5;
}

#footer-briques {
	position:relative;
	z-index:40;
}

#footer-precedent {
	float:left;
	width:80px;
	height:64px;
	/*margin-left:74px;*/
	position:relative;
	z-index:30;
	top:15px;
	left:3px;
	background-repeat:no-repeat;
}

.footer-precedent-fond {
	cursor:pointer;
	background-image:url('../style/img/tuyau_gauche.png');
}

.precedent-desactive {
	cursor:auto;
	background-image:url('../style/img/tuyau_gauche_off.png');
}

#fleur-precedent {
	margin-left:-64px;
	width:158px;
	height:96px;
	float:left;
	position:relative;
	left:69px;
	bottom:32px;
	margin-bottom:-32px;
	opacity:0;
}

#footer-suivant {
	float:left;
	width:80px;
	height:64px;
	position:relative;
	z-index:30;
	top:15px;
	right:3px;
	background-repeat:no-repeat;
}

.footer-suivant-fond {
	cursor:pointer;
	background-image:url('../style/img/tuyau_droite.png');
}

.suivant-desactive {
	cursor:auto;
	background-image:url('../style/img/tuyau_droite_off.png');
}

#fleur-suivant {
	margin-left:-69px;
	width:131px;
	height:96px;
	float:left;
	position:relative;
	left:27px;
	bottom:32px;
	margin-bottom:-32px;
	opacity:0;
}

#footer-titre {
	padding-bottom:2px;
	width:1260px;
	height:71px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	line-height:34px;
}

#footer-titre span {
	font-family: EmulogicRegular;
	font-size:24px;
}

#footer-titre-fixe {
	color:#fff;
	text-shadow: 2px 2px 0px #111;
}

#footer-titre-temporaire {
	display:none;
	color:#ddd;
	text-shadow: 2px 2px 0px #000;
}

#conteneur-liste-pages {
	background: rgba(255, 255, 255, 0.75);
	border-top:0;
	border-radius:5px;
	border:1px solid #000;
	padding:2px 5px;
}

#conteneur-liste-pages a {
	color:#444;
}

#conteneur-liste-pages ol{
	margin:0;
	list-style-position:inside;
	padding-left:0;
}

#conteneur-liste-pages li{
	padding:0;
	margin:0;
	font-size:11px;
	line-height:normal;
}

.div-brique {
	float:left;
	width:91px;
	height:91px;
	cursor:pointer;
	background-image:url('../style/img/cube_off.png');
}

.div-brique:hover {
	background-image:url('../style/img/cube_on.png');
}

.on {
	background-image:url('../style/img/cube_actif.png');
}

.brique {
	width:100%;
}


.intervenant {
	float:left;
	width:580px;
	margin-bottom:5px;
	padding:4px;
}

.portrait-intervenant {
	width:120px;
	float:left;
}

#u-mad {
	display:none;
    position:fixed;
    top: 50%;
    left: 50%;
    width:606px;
    height:548em;
    margin-top: -303px; 
    margin-left: -274px;
	z-index:9001; /* OVER NINE THOUSAND */
}

#bloc-retour-precedent {
	margin-top:10px;
	margin-left:20px;
	cursor:pointer;
}

.bloc-retour-precedent-fleche {
	font-size: 0px; 
	line-height: 0%; 
	width: 0px;
	border-top: 20px solid transparent;
	border-right: 12px solid #333;
	border-bottom: 20px solid transparent;
	float:left;
}

.bloc-retour-precedent-contenu {
	height:40px;
	background-color:#333;
	color:#fff;
	float:left;
	padding:0 10px 0 10px;
	line-height:38px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-family:EmulogicRegular;
	text-shadow: 1px 1px 0px #999;
	font-size:13px;
}

.bloc-start {
	text-align:center;
	border-radius:10px;
	box-shadow: 2px 2px 3px #333; 
	border:1px solid #000;
	padding:10px;
	color:#fff;
	font-family:EmulogicRegular;
	text-shadow: 1px 1px 0px #999;
	font-size:18px;
	width:400px; 
	height:40px;
	line-height:40px;
	cursor:pointer;
	position:relative;
	left:410px;
}

#mode-emploi {
	cursor:pointer;
}

#mode-emploi h3 {
	margin:4px 0;
}

#icone-mode-emploi {
	float:right;
	margin:4px;
}

.bloc-contenu {
	text-align:justify;
	border-radius:10px;
	box-shadow: 2px 2px 3px #333; 
	border:1px solid #000;
	padding:10px;
	position:absolute;
}

.bloc-contenu-home {
	text-align:justify;
	border-radius:10px;
	box-shadow: 2px 2px 3px #333; 
	border:1px solid #000;
	padding:10px;
	margin:18px;
}

.fond-blanc {
	background: #fff;
	background: rgba(255, 255, 255, 0.92);
}

.fond-bleu {
	color:#fff;
	background: #1b4583;
	background: rgba(27, 69, 131, 0.92);
}

.fond-bleu a {
	color:#ccc;
}

.fond-bleu a:hover {
	color:#eee;
}

.fond-orange {
	background: #f47c2c;
	background: rgba(244, 124, 44, 0.92);
}

.fond-vert {
	color:#fff;
	background: #0f8f45;
	background: rgba(15, 143, 69, 0.92);
}

.fond-vert a {
	color:#ccc;
}

.fond-vert a:hover {
	color:#eee;
}

.fond-noir {
	color:#fff;
	background: #000000;
	background: rgba(0, 0, 0, 0.90);
}
