/*=======================================
CSS Layout
=======================================*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #4083BA;
}
body, div, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans serif;
}

#site {
	position: absolute;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../images/footer.jpg) bottom center repeat-x;
}

.clear {
	clear: both;
}

/*============== Header ===============*/
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000000;
}

	#menu-hidded {
		display: block;
		background: url(../images/menu_bg.jpg) bottom repeat-x;
	}
		#menu-hidded-inner {
			width: 965px;
			height: 130px;
			margin: 0 auto;
			padding: 0 0 0 15px;
		}
		
	#menu-visible {
		background: url(../images/menu_bottom.png) repeat-x;
		border: 0;
	}
		#menu-visible-inner {
			width: 980px;
			height: 68px;
			margin: 0 auto;
		}
		#logo-arena {
			display: block;
			width: 300px;
			height: 68px;
			background: url(../images/arena.png) no-repeat;
			text-decoration: none;
			float: left;
			cursor: pointer;
			cursor: hand;
		}
		#logo-arena img {
			display: none;
			visibility: hidden;
			text-indent: -50000px;
		}
		#breadcrumb {
			width: 565px;
			height: 30px;
			padding: 12px 180px 0 0;
			font-size: 13px;
			color: #0059A3;
			float: left;
		}
			#breadcrumb a {
				color: #0059A3;
				text-decoration: none;
			}
			#breadcrumb span.level-0 {
				font-size: 15px;
				text-transform: uppercase;
			}
	
	#conteneur_quick_search {
		position: absolute;
		height: 68px;
		width: 160px;
		left: 50%;
		margin: -68px 0 0 230px;
	}
		form#quick_search {
			padding: 12px 10px 0 10px;
		}
			#quick_search .search {
				border: 0;
				border: none;
				width: 111px;
				margin: 0;
				padding: 1px 4px 2px 4px;
				font-size: 10px;
				color: #0059A3;
				background: url(../images/menu_search_bg.gif) no-repeat;
				float: left;
			}
			#quick_search .btn-ok {
				border: 0;
				border: none;
				margin: 0;
				float: left;
			}
			
		#deco-nav {
			width: 113px;
			height: 41px;
			float: left;
		}


/*============== Illustration top ===============*/		
#illus-top {
	padding: 70px 0 0 0; /* Espaçamento do flash da home - largura */
	background-color: #22507C;
	background-position: left 41px;
	background-repeat: repeat-x;
}
	#illus-top-inner {
		width: 980px;
		height: auto !important;
		height: 250px;
		min-height: 250px; /* Largura Interna */
		margin: 0 auto;
	}
.illus-top-bg-small {
	background-image: url(../images/top_repeat_small.jpg);
}
.illus-top-bg-big {
	background-image: url(../images/top_repeat_big.jpg);
}


/*============== Sub Menu ===============*/		
#submenu {
	height: 20px;
	background: #fff;
}
	#submenu-inner {
		width: 935px;
		margin: 0 auto;
		padding: 7px 0 0 45px;
	}
	#submenu-home {
		width: 980px;
		margin: 0 auto;
		padding: 8px 0 0 0;
	}
	
	.catalog-sscat {
		width: 780px;
		position: absolute;
		padding: 0 0 0 200px;
		margin: -50px 0 0 0;
	}
		.catalog-sscat li {
			list-style: none;
			display: inline;
			padding: 0;
			margin: 0;
		}
			.catalog-sscat li a {
				display: block;
				float: left;
				width: 100px;
				height: 22px;
				background: url(../images/onglet.gif) no-repeat;
				padding: 8px 0 0 0;
				margin: 0 5px;
				font-size: 12px;
				color: #0059A3;
				text-align: center;
				text-transform: uppercase;
			}
			.catalog-sscat li a:hover {
				background-image: url(../images/onglet_over.gif);
				color: #fff;
			}
			.catalog-sscat li a.active {
				background-image: url(../images/onglet_on.gif);
				color: #fff;
			}
			
	.myarena-sscat {
		position: absolute;
		padding: 0 0 0 243px;
		margin: -50px 0 0 0;
	}
		.myarena-sscat li {
			list-style: none;
			display: inline;
			padding: 0;
			margin: 0;
		}
			.myarena-sscat li a {
				display: block;
				float: left;
				width: 131px;
				height: 22px;
				background: url(../images/onglet2.gif) no-repeat;
				padding: 8px 0 0 0;
				margin: 0 5px;
				font-size: 12px;
				color: #0059A3;
				text-align: center;
				text-transform: uppercase;
			}
			.myarena-sscat li a:hover {
				background-image: url(../images/onglet2_over.gif);
				color: #fff;
			}
			.myarena-sscat li a.active {
				background-image: url(../images/onglet2_on.gif);
				color: #fff;
			}
			.myarena-sscat li span {
				display: block;
				float: left;
				width: 131px;
				height: 22px;
				background: url(../images/onglet2_off.gif) no-repeat;
				padding: 8px 0 0 0;
				margin: 0 5px;
				font-size: 12px;
				color: #666;
				text-align: center;
				text-transform: uppercase;
			}


/*============== Content ===============*/		
#conteneur-content {
	background: url(../images/content_repeat.jpg) repeat-x;
	padding: 5px 0 0 0;
}
	.content-home {
		width: 960px;
		height: auto !important;
		height: 180px;
		min-height: 180px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 120%;
		color: #fff;
		padding: 0 0 0 20px;
	}
	.content {
		width: 935px;
		height: auto !important;
		height: 180px;
		min-height: 180px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 120%;
		color: #fff;
		padding: 0 0 0 45px;
	}
	.content-640 {
		width: 640px;
	}
	.content-640-right {
		width: 200px;
		position: relative;
		float: right;
		margin: -20px 0 0 0;
		padding: 0 20px 0 0;
	}
	
/*============== Commentaires ===============*/
#comments {
	width: 730px;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 120%;
	color: #fff;
	padding: 25px 0 0 250px;
}
	.comments-list {
		width: 460px;
		padding: 0 10px 0 20px;
		float: left;
	}
		.one-comment {
			padding: 2px 15px 20px 0;
		}
		.comments-list em {
			color: #BFD5E8
		}
	.add-comment {
		width: 215px;
		padding: 0 0 0 20px;
		float: left;
	}
	
	#comments  p {
		margin: 2px 0;
		padding: 0;
	}

	
	.pad-type1 {
		width: 200px;
		padding: 0 0 6px 0;
		margin : 0 0 15px 0;
		background: url(../images/pad_type1_bottom.gif) center bottom no-repeat;
	}
		.pad-type1-inner {
			background: #fff url(../images/pad_type1_top.gif) center top no-repeat;
			padding: 6px 10px 15px 10px;
			color: #0059A3;
		}
			.pad-type1-inner img {
				border: 0;
				margin: 10px 0 0 0;
				padding: 0;
			}
			
	.pad-type2 {
		width: 300px;
		padding: 5px 0 0 0;
		margin : 0 10px 10px 0;
		background: url(../images/pad_type2_top.gif) center top no-repeat;
		float: left;
	}
		.pad-type2-bottom {
			background: url(../images/pad_type2_bottom.gif) center bottom no-repeat;
			padding: 0 0 5px 0;
		}
		.pad-type2-inner {
			height: auto !important;
			height: 100px;
			min-height: 100px;
			background: #BFD5E8;
			padding: 10px 10px 10px 20px;
			color: #0059A3;
		}
		
	.pad-type3 {
		width: 380px;
		height: 20px;
		margin: 18px 0 0 0;
		padding: 10px;
		background: url(../images/pad_type3.gif) center top no-repeat;
	}
	.pad-type-search {
		width: 380px;
		height: 20px;
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	.pad-type4-vide {
		position: relative;
		width: 200px;
		padding: 5px 0 0 0;
		margin: 0 21px 0 -15px;
		float: left;
	}
	
	.pad-type4 {
		position: relative;
		width: 200px;
		padding: 5px 0 0 0;
		margin: 0 21px 0 -15px;
		background: url(../images/pad_type4_top.gif) center top no-repeat;
		float: left;
	}
		.pad-type4-bottom {
			background: #fff url(../images/pad_type4_bottom.gif) center bottom no-repeat;
			padding: 0 0 5px 0;
		}
		.pad-type4-inner {
			height: auto !important;
			height: 100px;
			min-height: 100px;
			background: #fff;
			padding: 10px 10px 2px 10px;
			color: #0059A3;
		}
		.pad-type4 h3 {
			font-size: 13px;
			color: #7FACD1;
			text-transform: uppercase;
			margin: 0;
			padding: 0 0 10px 7px;
		}
		.pad-type4 p {
			margin: 0 0 5px 0;
			padding: 0 0 0 7px;
		}
		ul.menu-athlete, .menu-athlete li {
			list-style: none;
			margin: 0;
			padding: 0;
			font-size: 13px;
			color: #0059A3;
		}
			.menu-athlete a {
				display: block;
				border-top: 1px solid #BFD5E8;
				padding: 3px 0 3px 7px;
				color: #0059A3;
				text-decoration: none;
			}
			.menu-athlete a.activ, .menu-athlete a:hover {
				font-weight: bold;
				background: url(../images/puce1.gif) center right no-repeat;
			}
		
		.col-375 {
			width: 300px;
			padding: 0 50px 0 20px;
			float: left;
		}
		.col-350 {
			width: 330px;
			padding: 0 0 0 20px;
			float: left;
		}
			.col-375 h3, .col-350 h3, #comments h3, .content-one-col h3 {
				position: relative;
				background: url(../images/tit_underline.gif) bottom left no-repeat;
				margin: 12px 0 0 -20px;
				padding: 0 0 10px 20px;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				color: #fff;
			}
			.col-375 h3.tit-fonce, .col-350 h3.tit-fonce, #comments h3.tit-fonce {
				margin-top: 24px;
				background: url(../images/tit_underline2.gif) bottom left no-repeat;
				color: #00213D;
			}
			#comments h3.tit-fonce-big {
				margin-top: 24px;
				background: url(../images/tit_underline3.gif) bottom left no-repeat;
				color: #00213D;
			}
				#comments h3.tit-fonce-big span {
					color: #0059A3;
				}
			
			.col-375 p, .col-350 p {
				padding: 0;
				margin: 5px 0 15px 0;
			}
		.col-710 {
			width: 710px;
			padding: 0;
			float: left;
		}
		
			h2.tit-blanc {
				position: relative;
				background: url(../images/tit_underline.gif) bottom left no-repeat;
				margin: 0;
				padding: 0 0 10px 20px;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				color: #fff;
			}
			
	
	.btn-type1 {
		display: block;
		width: 120px;
		margin: 5px auto 0 auto;
		background: url(../images/btn_1.gif) center top no-repeat;
		color: #0059A3;
		font-size: 11px;
		text-align: center;
		line-height: 16px;
		text-decoration: none;
	}
	.btn-type1:hover {
		color: #00213D;
	}
	.btn-type2 {
		display: block;
		width: 120px;
		margin: 5px auto 0 auto;
		background: url(../images/btn_2.gif) center top no-repeat;
		color: #0059A3;
		font-size: 11px;
		text-align: center;
		line-height: 16px;
		text-decoration: none;
	}
	.btn-type2:hover {
		color: #00213D;
	}
	
	.btn-localiser {
		display: block;
		width: 140px;
		border: 0;
		margin: 13px 0 0 0;
		float: right;
	}
		.btn-localiser img {
			padding: 0;
			margin: 0;
			border: 0;
		}

		
		.content-one-col {
			padding: 0 0 0 40px;
		}
			.content-one-col h3 {
				position: relative;
				background: url(../images/tit_underline.gif) bottom left no-repeat;
				margin: 24px 0 0 -20px;
				padding: 0 0 10px 20px;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				color: #fff;
			}


/*============== Footer ===============*/
#conteneur-footer {
	width: 980px;
	height: 98px;
	margin: 0 auto;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 935px;
	height: 28px;
	padding: 70px 0 0 45px;
	z-index: 20000;
}
#footer .mentions {
	float: left;
}
#footer .advisa {
	float: right;
}