/* 
	Resets defualt browser settings
	reset.css
*/
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline }
:focus { outline:0 }
a:active { outline:none }
body { line-height:1; color:black; background:white }
ol,ul { list-style:none }
table { border-collapse:separate; border-spacing:0 }
caption,th,td { text-align:left; font-weight:normal }
blockquote:before,blockquote:after,q:before,q:after { content:"" }
blockquote,q { quotes:"" "" }
p,ul,a,a:visited,img {margin: 0;padding: 0;text-decoration: none;list-style: none }

/* STYLE */

body {
	color: #fff;
	background: #000 url(../img/bg_background.jpg) no-repeat fixed 0 bottom;
	font: 14px/18px "Arial", Verdana, Arial, sans-serif;
}


	
#content{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#content a{
	color: #fff;
}

#content .copyright{
	text-align: center;
}
#global{
	display: block;
	float: center;
	width: 700px;
	min-height: 700px;
	padding: 10px 20px 20px 15px;
	background-image: url(../img/bg_center-1x1.png);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom: 20px;
	border: 1px solid #6f6f6f;
	margin-top: 30px;
}

#global a{
	color: #fff;
	font-size: 14px;
}

#global h1{
	font: 30px 'Electrolize', sans-serif;
	color: #FF6D00;
	margin-bottom: 15px;
}

#global h2{
	font: 20px 'Electrolize', sans-serif;
	margin-bottom: 10px;
}

#global h3{
	font: 18px 'Electrolize', sans-serif;
}

#global p{
	margin-bottom: 10px;
	text-align: justify;
	color: #E8F4FB;
}

#global p.white{
	color: #fff;
	font-weight: bold;
}

#global .logo{
	display: block;
	float: right;
	margin-left: 10px;
	
	padding: 3px;
}

#global hr{
	margin-top: 15px;
	margin-bottom: 15px;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-top: 1px dashed #c8c8c8;
}

#b_header{
	display: block;
	float: left;
	width: 100%;
	background: url(../img/bg-header.png) no-repeat center bottom;
	margin-bottom: 20px;
}

#sponsors{
	display: block;
	float: left;
	width: 97%;
	margin-bottom: 20px;
	background-image: url(../img/bg_center-1x1.png);
	padding: 10px;
}

#sponsors a{
	text-decoration: underline;
}
#sponsors span{
	display: block;
	float: left;
	background: url(../img/sponsors.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	margin-right: 20px;
}

#sponsors p{
	margin: 2px 0 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

#boutons{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-image: url(../img/bg_center-1x1.png);
}

#boutons span{
	display: block;
	float: left;
	width: 150px;
	height: 80px;
	background: url(../img/penguin.png) no-repeat 0 0;
}

#boutons a{
	margin-right: 40px;
	margin-top: 20px;
}

#global .bt_game{
	display: block;
	float: left;
	width: 176px;
	height: 28px;
	background-image: url(../img/add_bouton.png);
	color: #333;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-top: 11px;
}

#global .bt_game:hover{
	background-position: 0 -39px;
	color: #FF6D00;
}

#def{
	display: block;
	float: left;
}
#def p{
	font-size: 12px;
}
#def a:hover{
	color: #FF6D00;
}
#bg_center{
	display: block;
	float: left;
	width: 100%;
	min-height:500px
}

#b_footer{	
	display: block;
	float: left;
	width: 100%;
	background: url(../img/bg-footer.png) no-repeat center top;
	margin-bottom: 20px;
	height: 70px;
	margin-top: 20px;
	padding-top: 20px;
}

#b_footer img{
	display: block;
	float: left;
	border-style: none;
}

#b_footer .bulle{
	display: block;
	float: left;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	width: 400px;
	height: 70px;
	background-color: #fff;
	padding: 11px 15px 10px;
}

#b_footer p{
	color: #333;
	font: 13px/16px Courier, "Courier New", mono;
}

#b_footer a{
	text-decoration: underline;
	color: #000;
}

/* LIKE RANK */
#like-rank{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	height: 40px;
	padding-top: 20px;
}
/* GAME 01 */
#tunnel {
	background:#000 url(../img/g1_bg_penguin.png) 50% 0;
	border:1px solid #fafafa;
	cursor:crosshair;
	height:500px;
	margin:40px auto 20px;
	position:relative;
	width:500px;
}
#info { 
	margin:0 auto 20px;
	width:500px;
	text-align:right;
}
#info_score {
	float:left;
}
#ship {
	position:absolute;
	top:450px;
	left:234px;
}
.left_wall {
	display:none;
	position:absolute;
	top:0;
	left:80px;
}
.right_wall {
	display:none;
	position:absolute;
	top:0;
	left:400px;
}
.display, .message {
	background:#222;
	color:#fafafa;
	cursor:pointer;cursor:hand;
	display:none;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	z-index:3;
	text-align: right;
}
.display {
	line-height:1.4;
	padding:14px 0;
	margin-top: 200px;
	text-align: center;
	
}
.message {
	line-height:2.0;
	position:absolute;
	top:50%;
	margin-top:-16px;
	text-align: center;
}
#welcome {
	z-index:4;
	text-align: center;
}
#game_over {
	padding-top:14px;
	z-index:5;
}
#score_table {
	z-index:4;
}
#score_table p{
	text-align: center;
}
#high_score {
	cursor:default;
}

/* GAME 02 */
.card{
	float: left;
	height: 70px;
	width: 70px;
}
.card div.off{
	height: 70px;
	width: 70px;
	background: url(../images/card.png) no-repeat center center;
}
.card_ph{
	float: left;
	height: 70px;
	width: 70px;
}

.on{
	display: none;
}

.clear{
	clear:both;
}

#game_board{
	width: 400px;
	height: 400px;
	margin: 10px auto;
}

#player_won{
	display: none;
	background: url(../images/well_done.png) no-repeat center center;
	width: 333px;
	height: 100px;
	margin: 100px auto;
}

#start_again{
	width: 176px;
	margin: 0px auto;
	display: none;
	background: url(../img/add_bouton.png) no-repeat;
	text-align: center;
}

#start_again a{
	color: #333;
	padding: 10px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

#start_again a:hover{
	color: #FF6D00;
}

#control{
	margin: 0px auto;
}

#sfx_movie{
	width: 1px;
	height: 1px;
}
.leblog{
	display: block;
	float: right;
	position: absolute;
	margin-left: 550px;
	margin-top: 55px;
	background-color: #FF6D00;
	padding-right: 10px;
	padding-left: 10px;
}

.leblog:hover{
	background-color: #000;
}