* {
	padding:0;
	margin:0;
}

html {
	background: #005BA2;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
body{
	font-family: "trebuchet MS",helvetica, arial, sans-serif;
}
img { border:0; }

/* On centre l'image de fond */
#img_fond {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1280px;
}

/* On place l'image de l'eau qui bouge */
#eau_ondule {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1280px;
}

/* On place le drapeau qui bouge */
#flag, #flag_accueil {
	width:800px;
	height:160px;
	position: absolute;
	left: 50%;
	bottom: 245px;
	margin-left: -396px;
	z-index: 10;
}


#scrat {
	position: absolute;
	left: 50%;
	margin-left: -509px;
	bottom: 234px;
	z-index:10;
}
#acorn {
	position: absolute;
	left: 50%;
	margin-left: -270px;
	bottom: 150px;	
}

.fb-like {
	position:absolute;
	top:0;
	left:0;
	color:#FFF;
}


/* Menu de navigation flottant en bas de page */
#buttons {
	width: 100%;
	position: absolute;
	bottom: 5px;
	right: 150px;
}
#buttons a, #buttons input {
	display: block;
	width: 211px;
	height: 67px;
	float: right;
	border: none;
	font-size: 0px;
	cursor: pointer;
}


#btn_appli {
	background: url(img/btn_appli.png);
}
#btn_score {
	background: url(img/btn_score.png);
}
#btn_contact {
	background: url(img/btn_contact.png);
}
#btn_appli:hover, #btn_score:hover, #btn_contact:hover {
	background-position: 0 -67px;
}

#btn_appli, #btn_score, #btn_contact {
	position: relative;
	z-index: 1000;
}




/* ATTENTION /!\ Toute modif de #appli et #application doitêtre faite dans les deux css */
#appli {
	width: 800px;
	height: 600px;	
}
#applicatio {
	width: 800px;
	height: 600px;
	position: absolute;
	right: 0;
	margin-right: 13%;
	bottom: 100px;
	opacity: 0;
	display: none;
	-moz-transition-duration: 0.5s, 0.5s;
    -moz-transition-property: margin-left, margin-right;
    -moz-transition-timing-function: linear, linear;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-property: margin-left, margin-right;
	-webkit-transition-timing-function: linear, linear;
	-o-transition-duration: 0.5s, 0.5s;
	-o-transition-property: margin-left, margin-right;
	-o-transition-timing-function: linear, linear;
	-moz-box-shadow: inset 0 0 10px #ffffff, 0 0 10px #ffffff;
	-webkit-box-shadow: inset 0 0 10px #ffffff, 0 0 10px #ffffff;
	box-shadow: inner 0 0 10px #ffffff, 0 0 10px #ffffff;
	z-index:10000;
}
/* ATTENTION /!\ Toute modif de #appli et #application doitêtre faite dans les deux css */

#contact {
	width: 800px;
	height: 547px;
	position: absolute;
	left: 50%;
	margin-left: -340px; 
	bottom: 100px;
	display: none;
	opacity: 0;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

#contact a {
	color:#FFF;
}

#score, #accueil {
	width: 800px;
	height: 408px;
	position: absolute;
	left: 50%;
	margin-left: -340px; 
	bottom: 230px;
	display: none;
	opacity: 0;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

/******** MENUS SCORES ********/
#score div.img {
	width: 125px;
	height:100px;
	/*border:1px solid #005ba2;*/
	border-radius: 10px;
	margin-left:25px;
	margin-top:32px;
	display:inline-block;
	position:relative;
	z-index: 20;
	background-color: #ffffff;
}
.no_select{
	-moz-transition-duration: 0.5s, 0.5s;
    -moz-transition-property: opacity, margin-top;
    -moz-transition-timing-function: linear, linear;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-property: opacity, margin-top;
	-webkit-transition-timing-function: linear, linear;
	-o-transition-duration: 0.5s, 0.5s;
	-o-transition-property: opacity, margin-top;
	-o-transition-timing-function: linear, linear;
	opacity: 0;
	position:relative;
	z-index: 25;
}
.select, .no_select:hover {
	/*opacity: 1;
	box-shadow: 0 0 20px #0000ff;*/
	cursor: pointer;
}
.liste_score1, .liste_score2, .liste_score3, .liste_score4, .liste_score5, .liste_score6 {
	margin-left: 0px;
}
.liste {
	margin-top: 10px;
	width: 800px;
	height: 350px;
	display:none;
	/*border-right:1px solid #005ba2;
	border-bottom:1px solid #005ba2;
	border-left:1px solid #005ba2;*/
	position:absolute;
	z-index: 1;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left:2px;
	margin-left: 25px;
}
.liste span{
	text-align:center;
	display:inline-block;
	width:70px;
}
.first {
	font-weight:bold;
	font-size: 1.7em;
	color: #f6ff15;
}
.second{
	font-weight:bold;
	font-size: 1.4em;
	color: #dbd7d7;
}
.third{
	font-weight:bold;
	font-size: 1.1em;
	color: #cd9b77;
}
.titre {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
.visible {display:block;}
.invisible {display:none;}
/*.liste_score li a:hover{padding:15px 10px; font-weight:bold;}*/


/***** fin menu scores *****/

/*** intèrieur cadre score ***/
.classement{
	/*border: 2px solid;*/
	float:right;
	border-collapse:collapse;
	border-radius:10px;
	-moz-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	-webkit-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	box-shadow: inner 0 0 5px #ffffff, 0 0 5px #ffffff;
	background:url(img/fond_glace.png) center center no-repeat;
	font-size:1.18em;
	margin-top: 15px;
	margin-right: 35px;
	position:relative;
	z-index: 50;
}
.classement td{
	-moz-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	-webkit-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	box-shadow: inner 0 0 5px #ffffff, 0 0 5px #ffffff;
	
}
.podium {
	width: 450px;
	height: 310px;
	float:left;
	background:url(img/podium.png) center bottom no-repeat;
	position: absolute;
}
.titre_colonne{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.pseudo {min-width: 170px;max-width:200px;}
.pseudo2 {padding-left: 5px;font-weight:bold;}
.score {width: 100px;}
.centrer, .pos1,  .pos2, .pos3 {text-align:center;}
.place {width: 30px;}

.pos1 {
	width:450px;
	position:absolute;
	margin-top:100px;
	font-size:1.9em;
	line-height: 30px;
}
.pos2{
	width:275px;
	position:absolute;
	margin-top:183px;
	line-height:27px;
	font-size:1.6em;
	margin-left: -30px;
}
.pos3 {
	width:275px;
	position:absolute;
	margin-top:240px;
	margin-left: 210px;
	line-height:24px;
	font-size:1.3em;
}
.pos1, .pos2, .pos3 {
	text-shadow: 2px 2px 3px #000000, -1px -1px #2fbdff;
	font-weight: bold;
}
.nom_jeu{
	display:block;
	border-radius:0 0 10px 10px;
	-moz-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	-webkit-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	box-shadow: inner 0 0 5px #ffffff, 0 0 5px #ffffff;
	width:250px;
	color:#ffffff;
	text-shadow: 1px 1px 5px #000000, -1px -1px #2fbdff;
}
.bouton_score_histoire {
	margin-left: 27px;
	position: absolute;
	margin-top: -165px;
	border-radius:10px 10px 0 0;
	-moz-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	-webkit-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	box-shadow: inner 0 0 5px #ffffff, 0 0 5px #ffffff;
	width:250px;
	color:#ffffff;
	text-shadow: 1px 1px 5px #000000, -1px -1px #2fbdff;
	text-align: center;
	z-index:1;
	cursor:pointer;
}

/***** CONTACT *****/
#cadremail {
	border-radius:  10px 10px 10px 10px;	
	box-shadow: 0px 0px 15px #00477e;	
	/*min-height: 400px;	*/
	width: 100%;
	padding-top: 1px;
	/*margin-top: 20px;*/
	padding-bottom: 10px;
	height: 458px;
	background:url(img/fond_mail.png)
}
.textemail {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}
.texte_a_propos {
	text-align: justify;
	color: #ffffff;
	width: 550px;
	float:left;
}
#mail {
	margin-top: 10px;
	color: #ffffff;
	width: 410px;
	/*border: outset 2px;*/
	min-height: 253px;
	display:inline-block;
}
#descriptif_mail {
	color: #ffffff;
	width: 380px;
	/*border: outset 2px;*/
	min-height: 253px; 
	display:inline-block;
	float:left;
}
#textarea1{
	max-width: 405px;
	max-height: 167px;
	min-width: 405px;
	min-height: 167px;
}
#envoyermail {
	position: absolute;
	margin-left: 95px;
	margin-top: 20px;
	z-index: 1;
	-moz-transition-duration: 0.2s;
    -moz-transition-property:  background-image;
    -moz-transition-timing-function: linear;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property:  background-image;
	-webkit-transition-timing-function: linear;
	-o-transition-duration: 0.2s;
	-o-transition-property:  background-image;
	-o-transition-timing-function: linear;
	background: url(/img/btn_envoyer.png) no-repeat;
	width: 210px;
	height: 67px;
	border:none;
	font-size:0px;
}
#envoyermail:hover {
	background: url(/img/btn_envoyer.png) 0 -67px no-repeat;
}
hr.separateur1 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 2px;
	border:none;
	/*box-shadow: 0 0px 5px #00477e;*/
	box-shadow: 0 0px 5px #ffffff;
}
hr.separateur2 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 2px;
	border:none;
	/*box-shadow: 0 0px 5px #00477e;*/
	box-shadow: 0 0px 5px #ffffff;

}
#a_propos {
	width: 780px;
	height: 200px;
	padding:10px 10px 0px 10px;
}
.placement_lien {
	width: 200px;
	display:inline-block;
	margin-left:25px;
}
#logo_hackorn , #logo_iceage{
	width:200px;
}
#logo_iceage {
	margin-top: 20px;
}
.th {
	font-size: 0.6em;
	font-weight: normal;
	vertical-align: super;
}
#envoi_success {
    border-radius: 30px 30px 30px 30px;
    font-size: 2em;
    font-weight: bold;
    height: 205px;
    line-height: 205px;
    text-align: center;
    width: 400px;
	-moz-box-shadow: inset 0 0 10px #ffffff, 0 0 10px #ffffff;
	-webkit-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	box-shadow: inner 0 0 5px #ffffff, 0 0 5px #ffffff;
}
#afficher_formulaire input, #afficher_formulaire2 input{
    border: none;
	background: none;
	color: #FFFFFF;
	
    font-weight: normal;
	height: 30px;
    margin-left: 200px;
    position: absolute;
    text-decoration: none;
	-moz-box-shadow: inset 0 0 10px #ffffff, -1px -1px 10px #ffffff;
	-webkit-box-shadow: inset 0 0 5px #ffffff, -1px -1px 5px #ffffff;
	box-shadow: inner 0 0 5px #ffffff, -1px -1px 5px #ffffff;
	border-radius: 30px 0px 30px 0px;
	opacity: 1;
	
	display:block;
	width: 200px;
	cursor: pointer;
}
#afficher_formulaire input{
	font-size: 0.5em;
	margin-top: -30px;
}	
#afficher_formulaire2 input{
	font-size: 0.7em;
	margin-top: 175px;
}

#envoi_fail {
	border-radius: 30px 30px 30px 30px;
    font-size: 1.5em;
    font-weight: bold;
    height: 205px;
    line-height: 35px;
    text-align: center;
    width: 400px;
	-moz-box-shadow: inset 0 0 10px #ffffff, 0 0 10px #ffffff;
	-webkit-box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
	box-shadow: inner 0 0 5px #ffffff, 0 0 5px #ffffff;
}
