/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D598A;
	background: #002A5C;
}

#email, #comment{display:none;}

/******* Structure principale et BG *******/

#mainTopBg{
	background: url(images/bg-page1.gif) top repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container{
	width: 778px;
	margin:0px auto;
	padding:0px auto;
}
#topBG{
	background: url(images/bg-top.jpg) no-repeat center top;
	width: 778px;
}
#bottomBG{
	background: url(images/bg-bas.jpg) no-repeat bottom;
	width: 778px;
}
#middleBG{
	width: 778px;
	background: url(images/bg-middle.gif) repeat-y;
}

/******* FIN Structure principale et BG *******/


/******* Structure interne *******/

/* >>> HEADER >>> */

#header{
	height: 285px;
	width: 778px;
}
	#seo{
		float: right;
		width: 250px;
		text-align: left;
	}
		h1{
			font-size: 11px;
			font-weight: bold;
			text-align: right;
			padding: 10px 40px 0px 0px;
			height: 60px;
			line-height: 14px;
		}
			h1 span{
				font-weight: normal;
				font-style: italic;
			}
			
	#menu{
		margin: 0px;
		padding: 0px;
		width: 720px;
		float: left;
		padding-left: 35px;
		height: 54px;
		padding-top: 146px;
	}
		#menu ul{
			margin: 0px;
			padding: 0px;
		}
			#menu ul li{
			list-style: none;
			float: left;
			height: 54px;
			line-height: 54px;
			}
			#menu ul li img{
			float: left;
			margin: 0px;
			}
			#menu ul li a{
			height: 54px;
			float: left;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			color: #002A5C;
			font: bold 13px Arial, Helvetica, sans-serifl;
			line-height: 25px;
			}
			#menu ul li a:hover{
			color: #A72300;
			}
				#menu ul li a span{
				padding: 23px 7px 0px 7px;
				display: block;
				}
		
	

/* >>> FIN HEADER >>> */

				
				
				/* >>> CONTENT >>> */

				#content{
					width: 755px;
					float: right;
					padding: 18px 0px 0px 0px;
				}
				#ElSpacer{
				height: 80px;
				clear: both;
				}
					/*** leftCol */
					#leftCol{
					width: 199px;
					float: left;
					height: 540px;
					margin-bottom: 60px;
					}
						#tCalendar{
							float: right;
							width: 156px;
							text-align: left;
						}
							#tCalendar strong{
							font-size: 17px;
							line-height: 17px;
							color: #FF8200;
							}
								#tCalendar strong span{
								font-size: 18px;
								}
						
						#Calendar{
						margin: 10px 0px 10px 0px;
						background: url(images/bg-calendar.gif) no-repeat;
						width: 199px;
						height: 201px;
						float: right;
						text-align: left;
						}
							#Calendar table{
							margin-left: 8px; 
							text-align: center;
							}
							#Calendar h3{
								font-size: 11px;
								margin: 6px 11px 0px 0px;
								text-align: center;
								padding: 0px;
								color: #FF8200;
							}
								#Calendar h3 a{
								color: #002A5C;
								font-weight: bold;
								font-size: 14px;
								}
							
							#Calendar td{
								background: url(images/calendar1.gif) no-repeat;
								height: 16px;
								width: 20px;
								
							}
								#Calendar table td a{
								display: block;
								padding-top: 1px; 
								height: 15px;
								width: 20px;
								color: #ffffff;
								font-weight: bold;
								text-decoration: none;
								
								}
							.calendHome{
								background: url(images/calendar3.gif);
							}
							.calendVisit{
								background: url(images/calendar2.gif);
							}
							#Calendar th{
							font-size: 11px;
							height: 10px;
							font-weight: normal;
							color: #FF8200;
							}
							#calendarPlus{
							float: left;
							width: 176px;
							text-align: right;
							margin: 3px 0px 10px 0px;
							}
								#calendarPlus a{
								color: #FF8200;
								font-weight: bold;
								text-decoration: none;
								}
								#calendarPlus a:hover{
								color: #002A5C;
								}
							
							
							
						
						#teasNews{
							float: left;
						}
							#teasNews a img{
								border: none;
							}
					
					/*** centerCol */
					#centerCol{
					width: 364px;
					float: left;
					height: auto;
					}
						
						#pageTitle{
						float: right;
						width: 355px;
						clear: both;
						}
						#pageTitle h2{
						margin: 0px 9px 0px 0px;
						padding: 0px;
						background: url(images/bg-title.gif) repeat-x;
						text-align: left;
						height: 29px;
						font-size: 29px;
						font-weight: normal;
						color: #002A5C;
						line-height: 23px;
						}
						
						.info{
							float: right;
							width: 353px;
							text-align: left;
						}
							.info p{
							padding: 12px 0px 0px 0px;
							text-align: justify;
							margin: 0px 10px 0px 0px;
							}
							
						#newsBlock{
							background: url(images/bg-news.jpg) no-repeat;
							height: 339px;
							width: 364px;
							float: right;
							margin: 20px 0px 10px 0px;
							text-align: right;
							
						}
							#newsBlock div{
								width: 280px;
								color: #F6830E;
								font-weight: bold;
								font-size: 11px;
								text-align: left;
								padding: 9px 0px 0px 0px;
								font-family: Verdana, Arial, Helvetica, sans-serif;
								font-weight: bold;
								font-size: 9px;
								float: right;
							}
							#newsBlock p{
								color: #636466;
								font-size: 10px;
								font-weight: normal;
								width: 258px;
								padding: 0px;
								height: 22px;
								line-height: 11px;
							}
							#newsBlock .allNews{
							color: #002A5C;
							font-weight: bold;
							text-decoration: none;
							padding: 2px 0px 0px 0px;
							float: left;
							}
							#newsBlock .allNews:hover{
							color: #577FAE;
							}
							#newsBlock span{
								background: url(images/bg-news2.gif) repeat-x bottom;
								display: block;
								text-align: right;
								width: 258px;
								margin: -2px 0px 9px 0px;
							}
								#newsBlock span a{
									background: #FFFFFF;
									color: #F6830E;
									text-decoration: none;
									padding: 0px 0px 0px 3px;
									font-size: 10px;
									font-weight: normal;
								}
								#newsBlock span a:hover{
								color: #577FAE;
								}
								
						
						/*Page Profil*/	
						#profil{
							background: url(images/bg-profil.jpg) no-repeat;
							height: 201px;
							width: 364px;
							float: right;
							margin: 18px 0px 0px 0px;
							text-align: right;
						}		
						
							#imgPlayer{
								width: 179px;
								float: left;
								text-align: left;
								
							}
							
							#imgPlayer #bluestyle {
							display:block;
							height:164px;
							margin: 10px 0px 0px 22px;
							padding: 1px;
							background:#e1e1e1;
							border: 1px solid #002A5C;
							}
							
							
								#imgPlayer span{
									background: #002A5C;
									display: block;
									width: 132px;
								}
								#imgPlayer span img{
									padding: 1px;
									background: #002A5C;
									border: solid 5px #E1E1E1;
									
								}
							#playerInfo{
								width: 185px;
								float: left;
								text-align: left;
								color: #FF8200;
								font-weight: bold;
							}
								#playerInfo strong{
									display: block;
									margin: 8px 0px -3px 0px;
									font-size: 14px;
									color: #002A5C;
								}
								#playerInfo div{
								background: url(images/bg-profil2.gif) repeat-x bottom;
								
								width: 162px;
								margin: 11px 0px 0px 0px;
								padding: 0px 0px 3px 0px;
								
								}
								#playerInfo div span{
								color: #002A5C; 
								font-weight: normal;
								}
							.nav{
							padding: 12px 0px 0px 0px;
							font-size: 16px;
							font-weight: bold;
							}
								.nav a{
								text-decoration: underline;
								color: #002A5C;
								}
								.nav a:hover{
								text-decoration: none;
								}
							table.infoPlayer, table.playersList, table.persoList, table.photos, table.histoList, table.contactList, table.gameStats, table.teamStats{
							width: 350px;
							margin-left: -3px;
							margin-bottom: 18px;
							}
							table.infoPlayer td, table.playersList td, table.persoList td,  table.photos td, table.histoList td, table.contactList td, table.gameStats td, table.teamStats td{
								border: 1px solid #002A5C;
								background: #FFFFFF;
								padding: 4px 4px 4px 10px;
							}
								
								table.photos td{
								padding: 4px;
								}
								table.photos td img{
								border: 1px solid #002A5C;
								}
							.sTitre2, .sTitre3{
							font-size: 14px;
							font-weight: bold;
							margin: 16px 0px 4px 14px;
							}
							.sTitre3{
							margin: 16px 0px 4px 2px;
							}
							table.infoPlayer td.td1{
							font-weight: bold;
							width: 136px;
							}
							table.playersList td.td1{
							font-weight: bold;
							width: 12px;
							}
								table td.td0{
								color: #ffffff;
								background: #B6B6B6;
								font-weight: bold;
								}
								
							table.persoList td.td1{
							width: 160px;
							}
							table.histoList td.td1{
							width: 160px;
							font-weight: bold;
							}
							table.histoList{
							margin: 10px 0px 0px -2px; 
							}
							table.contactList td.td1{
							width: 110px;
							}
							table.teamStats td{
							padding: 4px;
							}
							table.teamStats td.bgOrange{
							background: #FFB300;
							color: #ffffff;
							text-align: center;
							}
							table.gameStats td img{
								margin-right: 4px;
							}
								
							.td2{
							font-weight: bold;
							width: 136px;
							}
							.td3{
							font-weight: bold;
							width: 136px;
							}
								
					
					/*** rightCol */
					#rightCol{
					width: 181px;
					float: left;
					text-align: left;
					}
						#photos{
						margin: 0px 0px 10px 0px;
						}
						#puck{
						float: right;
						width: 148px;
						text-align: left;
						}
				

				/* >>> FIN CONTENT >>> */



								/* >>>  FOOTER >>> */
				
								#footer{
									background: #002A5C;
									color: #ffffff;
									text-decoration: none;
									font-size: 10px;
									padding: 7px 0px 12px 0px;
								}
									#footer a{
									color: #ffffff;
									text-decoration: none;
									font-size: 10px;
									}
									#footer a:hover{
										color: #FFA300;
										padding: none;
									}
								
								#topPage{
									position: relative;
									text-align: left;
								}
									#btnTop{
										position: absolute;
										left: 343px;
										top: -45px;
										z-index: 2;
										display: block;
										height: 32px;
										width: 92px;
										background: none;
									}
									#btnTop:hover{
										background-image: url(images/topOn.gif);
									}
								
								/* >>>  FIN FOOTER >>> */

/******* FIN Structure interne *******/



/******* Elements d'intégration *******/

p{
	margin: 0px;
	padding: 0px;
}
img{
border: 0px;
}
a{
	text-decoration: underline;
	color: #FF8200;
}
a:hover{
	text-decoration: none;
}
.img1{
	
	float: left;
	margin: 16px 0px 0px 0px;
}
.block1{
	background: #EFEFEF;
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	padding: 5px;
	margin: 0px 10px 5px 0px;
	clear: left;
}
	.block1 .sTitre{
	font-size: 14px;
	display: block;
	text-align: left;
	clear: right;
	}
	p.news1{
	padding: 5px;
	margin-bottom: 18px;
	background: #ECECEC;
	height: 60px;
	}
		p.news1 span{
		display: block;
		color: #FF8200;
		font-weight: bold;
		}
		p.news1 a{
			color: #F6830E;
			text-decoration: none;
			font-size: 11px;
			float: right;
			margin: 0px;
		}
		p.news1 a:hover{
		color: #577FAE;
		}
	a.nextPrev{
	text-decoration: underline;
	color: #2D598A;
	}

.blockNews{
background: #ECECEC;
margin: 0px 10px 0px 0px;
padding: 0px 0px 5px 5px;
}

.blockNews p{
	padding: 10px 0px 0px 0px;
	margin-right: 7px;
}
.newsDate{
padding: 5px 0px 0px 0px;
color: #F6830E;
}
	

.lnkNews{
	display: block;
	width: 120px;
	margin: 0px 0px 10px 0px;
	float: left;
}
.blockNews img{
	padding: 6px;
	margin: 5px 0px 5px 0px;
	background: #FFFFFF;
	border: 1px solid #002A5C;
}


	
	/*FORM*/
	select{	
		color: #ffffff;
		font-weight: bold;
		background: #FFB300;
	}
	#selAlbum{
	margin: 10px 0px 20px 0px;;
	padding: 0px;
	}
	
			/*page CONTACT*/
			#fContact{
			margin: 16px 0px 10px 0px;
			}
			#fContact input, #fContact .tArea{
			color: #FF3366;
			width: 172px;
			background: url(images/bg-form.gif) repeat-y;
			padding-left: 10px;
			font-size: 11px;
			color: #2D598A;
			}
			#fContact .tArea{
			margin: 8px 0px 6px 0px;
			width: 305px;
			height: 100px;
			background: none;
			}
			#fContact .btnForm{
			background-image: none;
			width: 70px;
			font-weight: bold;
			background: #AAB8C8;
			color: #ffffff;
			margin: 0px 0px 5px 0px;
			text-align: center;
			padding: 0px;
			}
			
			
			/************************************************/
			/***********  Pour les pages FULL Largeur  ******/
			/************************************************/
			
			#centerColFULL{
			width: 510px;
			float: left;
			height: auto;
			}
			#pageTitleFULL{
			float: right;
			width: 501px;
			clear: both;
			}
			#pageTitleFULL h2{
						margin: 0px 9px 0px 0px;
						padding: 0px;
						background: url(images/bg-title.gif) repeat-x;
						text-align: left;
						height: 29px;
						font-size: 29px;
						font-weight: normal;
						color: #002A5C;
						line-height: 23px;
						}
						
			.infoFULL{
					float: right;
					width: 500px;
					text-align: left;
				}
				.infoFULL p{
							padding: 12px 0px 0px 0px;
							text-align: justify;
							margin: 0px 10px 0px 0px;
							}
			table.calendarTab{
							width: 498px;
							margin: 10px 0px 18px -3px;
							font-size: 11px;
							vertical-align: top;
							}
							table.calendarTab .tTitle{
								color: #ffffff;
								background: #B6B6B6;
								font-weight: bold;
								text-align: center;
								}
							
							table.calendarTab td{
								border: 1px solid #002A5C;
								background: #FFFFFF;
								padding: 4px 4px 4px 4px;
							}
							table.calendarTab .td1{
								width: 12px;
								font-weight: bold;
								text-align: center;
							}
							
							table.calendarTab .td2{
								width: 148px;
								text-align: center;
								font-weight: normal;
							}
								table.calendarTab .td2 span{
								color: #F6830E;
								}
							table.calendarTab .td3{
								width: 160px;
								text-align: center;
								font-weight: normal;
							}
							table.calendarTab .td4{
								text-align: center;
								font-weight: normal;
							}
			
			
			
			/************************************************/
			/************************************************/
			/************************************************/
			
			
			
	
	
	

/******* FIN Elements d'intégration *******/





/****************************************************/
/********  Fix pour les différents browsers  ********/
/****************************************************/

.ie .example {
}
.ie7 .example {
}
.gecko #menu{
	/*margin-top: 178px;*/
}
.win.gecko .example {
}
.mac.gecko #menu{
	/*margin-top: 176px;*/
}

.opera .example {
}
.konqueror .example {
}

.webkit #menu{padding-top: 147px;}
.ie6 #menu, .ie7 #menu{padding-top: 142px;}
.example {
}
.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block }

/*********************************************************/
/********  FIN Fix pour les différents browsers   ********/	
/*********************************************************/