/****************************/
/* STRUCTURE DU SITE */
/***************************/

*{
	padding:0;
	margin:0;
}
body{
	background: #FFF url(../img/header_background.png) repeat-x top;
	color: #333;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 14px;	
}

#container{
	width: 960px;
	margin: auto;
}

#footer{
	width: 1009px;
	height: 200px;
	background: url(../img/footer.png);
	position: relative;
	top:-30px;
	left: -24px;		
	color:#444545;
	font-size: 13px;
}

#header{
	height: 180px;
	background: url("../../header-img.php");
	/*background: url("../img/header.png");*/
}

#haut_main{
	width: 960px;
	height: 15px;
	background: url(../img/arrondis_main.png) no-repeat;
	padding-top: 3px;
}

#main{
	height: auto;
	background: #eef9fe;
	border: #DBE7EC solid 1px;
	border-top: none;
	padding: 20px 0 20px 0;
	margin-top: -3px;
}

#menu{
	height: 25px;
	position: fixed;
	right: 0;
	margin-right: 30px;
	bottom: 0;
	font-size: 13px;
}
#menu_left{
	float: right;
	background-color: #f4f4f4;
	height: 25px;
	width: 30px;
	background: url('../img/menu-left.png') no-repeat;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-right: 1px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}
	#menu_left a{
		width: 30px;
		height: 25px;
		display: block;
	}
#menu_right{
	float: right;
	text-align: center;
	background: url("../img/menu.png") repeat-x;
	height: 22px;
	width: 310px;
	border-top: 1px solid #999999;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
}
	#menu_right a{
		color: white;
	}
		#menu_right a:hover{
			color: #FF8011;
		}
	#menu_right span{
		margin-right: 5px;
	}
		#menu_right span:hover{
			cursor: pointer;
			color: #FF8011;	
		}
	#menu_right form{
		display: inline;
	}
#menu_develop{
	width: 210px;
	height: 290px;
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 25px;
	background-color: #f4f4f4;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	display: none;
	padding: 5px 10px 5px 10px;
}
	#menu_develop_game{
		font-size: 13px;
		display: none;
	}
		#menu_develop_game p{
			color: #88888d;
			margin-left: -5px;
			margin-top: 20px;
		}
		#menu_develop_game a:hover{
			color: #3592AF;
		}
		#menu_develop_game ul{
			list-style: square;
			margin-left: 10px;
			margin-top: 10px;
		}
			#menu_develop_game li{
				margin-bottom: 1px;
			}
				#menu_develop_game li:hover{
					color: #3592AF;
				}
		#menu_develop_top{
			font-size: 13px;
			display: none;
		}
			#menu_develop_top p{
				color: #88888d;
				margin-top: 10px;
				margin-left: -5px;
			}
			#menu_develop_top a:hover{
				color: #3592AF;
			}
			#menu_develop_top div{
				margin-top: 10px;
			}
			#menu_develop_top ul{
				list-style: square;
				margin-left: 10px;
				margin-top: 10px;
			}
				#menu_develop_top li{
					margin-bottom: 1px;
				}
					#menu_develop_top li:hover{
						color: #3592AF;
					}
		
		#menu_develop_commentaires{
			display: none;
			font-size: 10px;
		}
			#menu_develop_commentaires p{
				color: #88888d;
				margin-top: 10px;
				margin-left: -5px;
				font-size: 13px;
			}
			
			#menu_develop_commentaires ul{
				margin-left: 10px;
				margin-top: 20px;
			}
				#menu_develop_commentaires li{
					list-style: square;
					margin-bottom: 10px;
				}
					
					#menu_develop_commentaires li > a{
						color: #3592AF
					}	
			

/**********************************/
/* MISE EN FORME GENERAL */
/*********************************/
.clear{
	clear: both;
}

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

a img{
	border: none;
}

.little_img{
	max-height: 100px;
	width: 150px;
}

#main h3{
	margin-bottom: 10px;
}

textarear{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 14px;
}

/***************************************/
/* MISE EN FORME DU HEADER */
/**************************************/
/* Header.php */
#header a{
	display: block;
	height: 180px;
}
#header #beta{
	width: 73px;
	height: 74px;
	background: url("../img/beta.png") bottom no-repeat;
	float: right;
	margin-right: 10px;
	padding-top: 40px;
}


/***************************************/
/* MISE EN FORME DU CONTENU */
/**************************************/

/* Slide */

#slide_register{ display: none; }
#slide_presentation{
	color: white;
	font-size: 13px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#slide_form{
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #e0dfdf;
	padding: 10px 20px 10px 20px;
	border: 4px solid #9e9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#slide_form_login_title{
	font-size: 17px;
	font-weight: bold;
	color: #635e5e;
	margin-left: 10px;
}
#slide_form_login{
	margin-top: 8px;
}
#slide_form_login input{
	margin-left: 10px;
	height: 15px;
}
#slide_form_password{
	margin-top: 10px;
}
#slide_form_password input{
	margin-left: 10px;
	height: 15px;
}
#slide_form_submit input{
	background: url(../img/boutton.png);
	width: 80px;
	height: 30px;
	color: white;
	border: none;
	margin-left: 50px;
	margin-top: 10px;
	cursor: pointer;
}
#slide_form_subscribe_title{
	border-top: 1px solid #aeacaa;
	padding-top: 10px;
	margin-top: 10px;
	color: #a5a5a5;
	font-size: 15px;
}
#slide_form_subscribe_text{
	color: #aaa9a9;
	margin-top: 5px;
}
#slide_form_subscribe_text a{
	color: #3592af;
}
#slide_logout{
	background: url("../img/cancel.png") no-repeat left 0;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 25px;	
}
#slide_tab_logout{
	margin-bottom: -42px;
}

#slide_register{
}
div.slide_register_container{
	width: 500px;
	height: 200px;
	background-color: #e0dfdf;
	padding: 10px 20px 5px 20px;
	border: 4px solid #9e9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
div.slide_register_container #etape2, #etape3, #etape4{ display: none; }
div.slide_register_container div.etape-content{
	height: 180px;
}

#slide_register_submit{
	background: url(../img/boutton.png);
	width: 80px;
	height: 30px;
	border: none;
	color: white;
	cursor: pointer;
}

#slide_connect_register{
	color: #15ADFF;
	cursor: pointer;
}

div.slide_register_container div.etape-footer{
	height: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
div.etape-content h3{
	font-size: 17px;
	font-weight: bold;
	color: #635e5e;
	text-align: center;
	margin-bottom: 15px;
}
div.etape-content div.input{
	margin-top: 10px;	
}
div.etape-content .check img{ margin-left: 3px; vertical-align: -2px; }
div.etape-content div.input input[type=text]{ width: 120px; }
div.etape-content div.input input[type=password]{ width: 120px; }
#etape1-radio{ text-align:center; }
#etape1-radio span{ margin-left: 5px; }

#etape2 .etape-content{ width: 400px; margin-left: auto; margin-right: auto; }
#etape2 div.input{ clear: both; }
#etape2 h3{ margin-bottom: 30px; }
#etape2 div.input .etape-left{ float: left; width: 100px; margin-left: 70px; margin-top: 10px; }
#etape2 div.input .etape-right{ float: right; margin-right: 70px; margin-top: 10px; }
#etape2-buttonNext{ display: none; }

#etape3-prenom{ float: left; margin-left: 50px;}
#etape3-prenom input{ margin-left: 46px; }
#etape3-nom{ float: left; }
#etape3-nom span{ margin-left: 20px; }
#etape3-nom input{ margin-left: 10px; }
#etape3-adresse{ clear: both; padding-top: 10px; margin-left: 50px; }
#etape3-adresse input{ margin-left: 31px; }
#etape3-cp{ float: left; margin-left: 50px; }
#etape3-cp input{ margin-left: 10px; }
#etape3-ville{ float: left; }
#etape3-ville span{ margin-left: 20px; }
#etape3-ville input{ margin-left: 14px; }
#etape3-pays{ clear: both; padding-top: 10px; margin-left: 50px; }
#etape3-pays select{ margin-left: 61px; }
#etape3-pays select option{ margin-left: 10px; }
#etape3-buttonNext{ display: none; }

#etape4 .etape-content div{ width: 380px; margin-left: auto; margin-right: auto; }
#etape4-newsletter{ margin-top: 50px; }
#etape4-newsletter input{ margin-left: 30px; }
#etape4-newsletter small{ color: #666; margin-left: 5px;}
#etape4-submit{ margin-top: 20px; text-align: center; }
		
div.etape-footer .button{ font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; }
div.etape-footer .button:hover{ cursor: pointer; }
div.etape-footer .buttonCancel{
	float: left;
	width: 58px;
	height: 19px;
	background: url("../img/button-register.png") no-repeat;
	padding-left: 13px;
	padding-top: 2px;
}
div.etape-footer .buttonBackNext{
	float: right;
	width: 14px;
	height: 19px;
	background: url("../img/button-register-little.png") no-repeat;
	margin-left: 5px;
	padding-left: 6px;
	padding-top: 2px;
	font-weight: bold;
	}

#language{ margin-left: 5px; }
#language form{ cursor: pointer; display: inline; margin-left: 3px; }

/* Page INDEX.PHP */

.erreur div{
	color: #BF4D51;
	background-color: #FFC0C0;
	border: #E37D80 solid 2px;
	width: 700px;
	margin: 0px auto 10px auto;
	padding: 10px;
	text-align: center;
}
.success div{
	color: #264409;
	background-color: #E6EFC2;
	border: #C6D880 solid 2px;
	width: 700px;
	margin: 0px auto 10px auto;
	padding: 10px;
	text-align: center;
}
.message{
	display:none;
}
.erreur_min div{
	width: 350px;
}

#jeux{
	width: 450px;
	margin: auto;
}

#jeux li{
	list-style-type: none;
	float: left;
	width: 150px;
	height: auto;
	text-align: center;
	margin-top: 20px;
}

#jeux li > img{
	margin: auto;
	border: none;
}


/* Page PAGE.PHP */

#mapTable{
	text-align:center;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#mapTable td{
	padding: 5px 10px 5px 10px;
	height: 170px;	
}
.mapDl{
	background: url('../img/button-dl.png') no-repeat;
	width: 100px;
	height: 24px;
	margin-left: 5px;
	color: white;
	font-size: 12px;
	padding-top: 10px;
	cursor: pointer;
}
.mapInstall{
	background: url('../img/button-install.png') no-repeat;
	width: 76px;
	height: 24px;
	margin-left: 5px;
	color: white;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 24px;
	cursor: pointer;
}
.mapInstallDisabled{
	background: url('../img/button-install-disabled.png') no-repeat;
	width: 76px;
	height: 24px;
	margin-left: 5px;
	color: white;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 24px;
}
a.mapName{
	color: #3592af;
	font-weight: bold;
}
a.mapName:hover{
	color: #333333;
}

div#pagination{
	margin-top: 15px;
	margin-left: 10px;
}

#pagination .pagination{
	height: 18.5px;
	background-color: #F7F9FD;
	float: left;
	margin-left: 5px;
	text-align:center;
	padding-top: 1.5px;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px solid #CEEFF5;
}

.bold{
	font-weight: bold;
}

.pagination{
	height: 18.5px;
	/*background-color: #F7F9FD;*/
	float: left;
	margin-left: 5px;
	text-align:center;
	padding-top: 1.5px;
	padding-left: 1px;
	padding-right: 1px;
	/*border: 1px solid #CEEFF5;*/
}

.pagination a{
	color: #333333;
	text-decoration:none;
}
.pagination a:hover{
	text-decoration:underline;
}

#sortByName:hover{ cursor: pointer; }
#sortByDl:hover{ cursor: pointer; }
#sortByRate:hover{ cursor: pointer; }
#sortByDl{ width: 200px; padding-right: 2px; }
#sortByRate{ width: 100px; }


#recherche_container{
	background-image:url('../img/search.png');
	width: 1009px;
	height: 43px;
	padding-top: 47px;
	position: relative;
	left: -25px;
	top: -10px;
	bottom: 20px;
}
#recherche{
	margin-left: 40px;
	float: left;
}
#recherchePagination{
	float: right;
	margin-right: 35px;
}
#recherchePagination .pagination{
	
}

#erreur-install-connect{
	display:none;
}
#erreur-install{
	display:none;
}
#success-install{
	display:none;
}

/* Page FICHE.PHP */
#galleryClearbox{
	display: none;
}

#erreur-note-deja{
	display: none;
}
#erreur-note-connect{
	display:none;
}
#erreur-not-con-desc{
	display:none;
}
#success-note{
	display:none;
}
#success-dl{
	display:none;
}
#post_description{
	display:none;
}

#post_commentaire{
	display:none;
}

#success_signErreur{
	display: none;
}
#rating{
	position: relative;
	left: 43px;
	bottom: 18px;
	height: 18px;
}
#dialog{
	display: none;
}
#dialog-confirm{
	display: none;
}

#title{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

#infos{
	width: 600px;
	margin: 0 auto 20px auto;
}

#images{
	float: left;
}
#images img{
	border: 5px solid grey;
}

#miniImages{
	float: left;
	margin-left: 2px;
	margin-top: -2px;
}

#miniImages .smallImg{
	border: 2px solid grey;
	display: block;
	margin-top: 2px;
}

#informations{
	float: left;
	margin-left: 37px;
	width: 170px;
	height: 70px;
}

#telecharger{
	float: left;
	margin-left: 38px;
}

#telecharger .mapInstall{
	padding-left: 38px;
}
#telecharger .mapDl{
	padding-left: 12px;
}
#telecharger .mapInstallDisabled{
	padding-left: 38px;
}

#signErreur{
	background: url(../img/signErreur.png) no-repeat;
	font-size: 11px;
	height: 16px;
	width: 130px;
	line-height: 15px;
	margin: -20px 0 20px 180px;
	padding-left: 18px;
	cursor: pointer;
}


#Description{
	width: 600px;
	margin: 0 auto 20px auto;
}

#Description .modifier, #Description .modifierNC{
	cursor: pointer;
}

#Description textarea{
	width: 600px;
	height: 200px;
	font-size: 14px;
}

#Description #button_description{
	text-align: center;
	margin: 20px auto 20px auto;
	width: 100px;
}

#button_description input{
	background: url(../img/boutton.png);
	width: 80px;
	height: 30px;
	border: none;
	color: white;
	cursor: pointer;
}

#commentaires{
	width: 600px;
	margin: 0 auto 20px auto;
}

#ajoutCom{
	margin: 0 auto 0 auto;
	width: 600px;
}

#ajoutCom textarea{
	width: 600px;
	height: 200px;
	font-size: 14px;
}

#ajoutCom #button_commentaire{
	width: 100px;
	text-align: center;
	margin: 20px auto 20px auto;
}

#ajoutCom img{
	margin-right: 5px;
	margin-bottom: -5px;
}

#button_commentaire input{
	background: url(../img/boutton.png);
	width: 80px;
	height: 30px;
	border: none;
	color: white;
	cursor: pointer;
}

.commentaire{
	margin-bottom: 10px;
}

.commentaire > img{
	margin-right: 5px;
	margin-bottom: -2px;
}

.commentaire .posteur{
	heigh: 100px;
	font-weight: bold;
	width: auto;
	padding-bottom: 15px;
	background: url(../img/fleche_commentaire.png) no-repeat bottom;

}

.commentaire .date{
	font-size: 11px;
	text-align: right;	
	margin-top: 15px;
	padding: 10px 10px 5px 0;
	background-color: #e0e8ec;
}

/* Rêgle pour ie7 */
.date img{
	_float: right;
}
.date p{
	height: 16px;
	line-height: 16px;
	float: right;
	margin-left: 5px;
	background-color: #e0e8ec;
}



.commentaire .core_comment{
	background-color: #e0e8ec;
	padding: 0 0 10px 10px;
}


table.serveurChoice{
  margin-top: 20px;
  border-collapse: collapse;
  border: 1px solid #333333;
  width: 250px;
  float: left;
}
table.serveurChoice td{
  border: 1px solid #333333;
  padding: 5px 10px 5px 10px;
}
.serveurChoiceTitle{
  font-weight: bold;
  text-align: center;
}
div.serveurChoice{
  float: left;
  margin-top: 75px;
  margin-left: 100px;
}
#serveurChoiceSubmit{
    clear:both;
    padding-top: 20px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
#serveurChoiceSubmit input{
  width: 150px;
}
#loader-dialog{
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}


/* Page RANDOM.PHP */
#random{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 30px;
}
	#random div{
		width: 150px;
		height: 100px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 4px solid #808080;
		text-align: center;
	}
	#random img{
		width: 150px;
		height: 100px;
	}
#random_choose{
	padding-left: 20px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
	#random_choose input{
		margin-left: 5px;
	}


/***************************************/
/* MISE EN FORME DU FOOTER */
/**************************************/

/* Page FOOTER.PHP */

#credits{
	float:left;
	margin-top: 50px;
	margin-left: 30px;
}
	#credits img{
		margin-right: 1px;
		vertical-align: -1px;
	}

#footer a {
	color:#444545;
}

#footer a:hover{
	border-bottom: #444545 dashed 1px;
}

#footer h3{
	font-size: 14px;
}

#liste_jeux{
	float: left;
	margin-top: 50px;
	margin-left: 70px;
}

#liste_jeux ul{
	float: left;
	margin-left: 20px;
	font-size: 12px;
}

#liste_jeux li{
	list-style-type: none;
	margin-bottom: 2px;
}

#LienTopOf{
	float: right;
	margin-top: 120px;
	margin-right: 30px;
	cursor: pointer;
}

/***************************************/
/* MISE EN FORME DE LA PAGE 404 */
/**************************************/

/* Page 404.PHP */

#contain404{
	width: 800px;
	height: 403px;
	background: url(../img/404_heavy.png) no-repeat bottom right;
	position: relative;
	top: 19px;
}

	#contain404 p{
		font-size: 40px;
		font-weight: bold;
	}

		#contain404 #not_found404{
			position: relative;
			left: 180px;
			top: 50px;
		}

		#contain404 #Erreur404{
			position: relative;
			left: 275px;
			top: 130px;
		}
		
		#contain404 #num404{
			position: relative;
			top: 200px;
			left: 275px;
			font-size: 60px;
		}
