@import url(statistiques.css);
/* Les boxes pour la page carriere */
.career_leader_box {
	float: left; 
	width: 467px; 
	border: 1px solid #A4A4A4;
	padding: 5px ;
	background-color:#CECECE; 
}
.career_leader_box.light {
	background-color:#dfdfdf;
	border: 1px solid #c0c0c0; 
}

/* Les tableaux leaders pour la page carriere */
.table.tabbox_stat_table {
	font-size:14px;
	margin-left:30px;
	width:281px;
}
.career_leader_box thead tr th {
	border-bottom: 0px solid #A4A4A4;
}
.career_leader_box tbody tr td {
	border-bottom: 0px solid #A4A4A4;
}
div.leader_container.goalie {
	margin-top: 0;
}
.imgContainer {
	background-image: url('../images/photos_joueurs/nophoto.jpg');
	background-repeat: no-repeat;
	width: 120px; 
	height: 155px;
	float: left;
}
.pic_frame {
	float: left;
	width: 120px; 
	height: 150px;
	background-image: url('../images/photos_joueurs/nophoto.jpg');
	background-repeat: no-repeat;
}
.stats.cost {
	width: 75%;
	margin: auto
}
.gmnoprint {
	line-height: 20px;
}
.contact_form {
	border: 1px solid #9F9F9F;
	padding: 15px;
	background-color: #CECECE;
	width: 90%;
	text-align: left;
	margin: auto;
}
.contact_form div {
	margin: 20px 0 0 0;
}
.bg {
	background-image: url(../images/inscription_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.subscription_info {
	background: #bdd2d2 url(../images/logo_subscription.gif) no-repeat 10px 50%;
	padding: 30px 30px 30px 70px;
	border: 1px solid #9f9f9f;
	text-align: left;
}
.subscription_confirm {
	background: #99d194 url(../images/logo_mailConfirmation.gif) no-repeat 10px 50%;
	padding: 30px 30px 30px 100px;
	border: 1px solid #76a172;
	text-align: left;
	display: none;
}
.inscription h1, h2 {
	text-align: left;
}
.inscription table {
	border: none;
	border-collapse: collapse;
	padding: 5px;
}
.inscription table td {
	width: 300px;
	padding: 3px;
}
.inscription table td input {
	width: 100%;
}
.inscription table td input.hours {
	width: 25%;
}
.inscription table td.label {
	width: 200px;
	text-align: right;
	padding: 0 10px 0 0;
}
.inscription .error {
	padding:5px 10px;
	margin: 0 0 0 10px;
}
/* Page articles */
.pastArticles {
	background-color: #563A47;
	border:1px solid #CCCCCC;
	width: 300px;
	float: right;
	padding: 10px;
}
.featuredArticle {
	margin-right: 360px;
}
.playerArticle {
	border: 0;
	width: auto;
	margin-bottom: 25px;
	background: none;
}
