/*==================================================*/
/* COMPTE.CSS - GAMEONLY.COM
/*==================================================*/
@import url("base.css");
@import url("coldroite.css");
@import url("header.css");
@import url("menu.css");
@import url("footer.css");
/*==================================================*/
#etapes {
	height:50px;
	width:482px;
	clear:both;
}
#etapes li {
	float:left;
	width:118px;
	height:30px;
	background-image:url(img/compte/etape_off.png);
	margin:3px 2px 15px 0;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	line-height:30px;
}
#etapes li.on {
	background-image:url(img/compte/etape_on.png);
}
label {
	font-weight: bold;
}
#creer_compte {
	margin-top: 1.2em;
}
#valider {
	vertical-align: bottom;
}
#new_pseudo {
	color:#F60;
	font-size:130%;
	line-height:15px;
}
#creer_compte1 p.obligatoire {
	text-align: center;
	font-size: 105%;
	font-weight: bold;
}
#change_photo {
	display:block;
}
#body_charge_photo {
	text-align: center;
	background-color: #FFF;
	padding: 10px;
}
#body_charge_photo .bloc {
	width: 500px;
	margin: 0pt auto;
	position: relative;
	text-align: left;
	font-size: 120%;
}
h3 {
	font-size: 105%;
	color: #059F9F;
	padding-bottom: 6px;
}
/*-------------------------------------------------*/
/* CALENDRIER */
/*-------------------------------------------------*/
#calendrier {
	border: 1px solid #333;
	background: #FFF;
	width: 210px;
	position: relative;
}
#ferme_cal {
	position: absolute;
	top: 2px;
	right: 2px;
}
#nav_cal {
	text-align: center;
	margin: 5px;
}
#nav_cal .t2 {
	text-align: center;
	padding: 0 2px;
}
#calendrier #tb_cal {
	width: 200px;
	margin: 0 0 5px 5px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
}
#tb_cal th, #tb_cal td {
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	padding: 2px;
}
#tb_cal td {
	padding: 2px 4px 2px 0;
	text-align: right;
	cursor: pointer;
}
#tb_cal td:hover {
	background: #DDD;
}
#tb_cal td.aujourdhui, #tb_cal td.aujourdhui:hover {
	background: #Fc0;
}
#tb_cal td.vide {
	background: #FFF;
}
