/*=======================================
CSS Layout / arena.fr
=======================================*/

html, body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: underline;	
}
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%;
}

.clear {
	clear: both;
}

/*============== Header ===============*/
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000000;
}

	#main_menu_nav_mir {
		display: block;
		background: url(menu_bg2.jpg) bottom repeat-x;
	}
		#main_menu_nav_mir-inner {
			width: 965px;
			height: 140px;
			margin: 0 auto;
			padding: 0 0 0 15px;
		}
		
	#mir_menu_vis {
		background: url(menu_bottom2.png) repeat-x;
		border: 0;
	}
		#mir_menu_vis-inner {
			width: 980px;
			height: 120px;
			margin: 0 auto;
		}
		#mirador_logo {
			display: block;
			width: 354px;
			height: 99px;
			background: url(mirador.png) no-repeat;
			text-decoration: none;
			float: left;
			cursor: pointer;
			cursor: hand;
		}
		#mirador_logo img {
			display: none;
			visibility: hidden;
			text-indent: -50000px;
		}
		#breadcrumb {
			width: 265px;
			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(menu_search_bg.gif) no-repeat;
				float: left;
			}
			#quick_search .btn-ok {
				border: 0;
				border: none;
				margin: 0;
				float: left;
			}
			
		#deco-nav {
			width: 150px;
			height: 41px;
			float: left;
		}
	
#picture_top {
	padding: 94px 0 0 0;
	background-color: #22507C;
	background-position: left 94px;
	background-repeat: repeat-x;
}
	#picture_top-inner {
		width: 980px;
		height: auto !important;
		height: 250px;
		min-height: 250px;
		margin: 0 auto;
	}
.picture_top-bg-small {
	background-image: url(top_repeat_small.jpg);
}
.picture_top-bg-big {
	background-image: url(top_repeat_big.jpg);
}


/*============== Sub Menu ===============*/		
#submenu {
	height: 70px;
	background: #fff;
}
#submenu-sub {
	height: 75px;
	background: #fff;
}
#submenu-inner {
		width: 935px;
		margin: 0 auto;
		padding: 7px 0 0 45px;
	}
#submenu-home {
	width: 980px;
	height: 75px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#submenu-home-sub {
	width: 960px;
	height: 70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}

/*============== Content ===============*/		
#conteneur-content {
	background: url(content_repeat.jpg) repeat-x;
	padding: 20px 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: 980px;
		height: auto !important;
		height: 180px;
		min-height: 180px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 120%;
		color: #fff;
		padding: 0 0 0 0px;
	}
	.content-640 {
		width: 640px;
	}
	.content-640-right {
		width: 200px;
		position: relative;
		float: right;
		margin: -20px 0 0 0;
		padding: 0 20px 0 0;
	}	
		.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(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(tit_underline2.gif) bottom left no-repeat;
				color: #00213D;
			}
			#comments h3.tit-fonce-big {
				margin-top: 24px;
				background: url(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;
		}
			
	
	.btn-type1 {
		display: block;
		width: 120px;
		margin: 5px auto 0 auto;
		background: url(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(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-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
		}
			.content-one-col h3 {
				position: relative;
				background: url(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;
			}
#main-footer {
	width: 980px;
	height: 90px;
	margin: 0 auto;
}
#footer {
	bottom: 0;
	width: 980px;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}