html.pop{overflow-y:auto;height:auto;}
html.pop body{overflow-y:hidden;height:auto;}
html,body
{
	overflow-x:hidden;
}
body
{
	background-color:#FFFFFF;
	background-image:url(../img/body-background.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	overflow-y:auto;
}



#page
{
	background-position:bottom center;
	background-repeat:no-repeat;
}
	#page .block
	{
		width:1000px;
		margin:auto;
	}
	#header
	{
		height:100px;
		width:100%;
		background-color:#FFFFFF;
		background-image:url(../img/header-background.gif);
		background-position:top center;
		background-repeat:no-repeat;
		text-align:right;
	}
		#header a#home
		{
			display:block;
			height:100px;
			width:305px;
			float:left;
		}
		#header #slogan
		{
			position:relative;
			top:20px;
			right:19px;
			font-size:18px;
			/*font-weight:bold;*/
			letter-spacing:1px;
			color:#7E7E7E;
		}
		#header ul
		{
			margin:-20px 0 0 0;
			padding:0;
			list-style-type:none;
		}
			#header ul li
			{
				display:inline;
			}
				#header ul li a
				{
					display:block;
					float:left;
					padding:60px 12px 5px 12px;
					text-decoration:none;
					text-align:center;
					font-weight:bold;
					color:#000000;
				}
				#header ul li.uneligne a{padding:73px 12px 7px 12px;}
				#header ul li a:hover, #header ul li.in a
				{
					background-color:#C40F0F;
					color:#FFFFFF;
				}
		#header ul ul
		{
			display:none;
			z-index:2;
			position:absolute;
			top:97px;
			margin:0;
			padding:10px;
			background-color:#FFFFFF;
			text-align:left;
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			opacity:0.8;
		}
			#header ul ul li
			{
				text-align:left;
			}
			#header ul ul li a
			{
				display:inline;
				clear:left;
				margin:0;
				padding:3px 0 3px 0 !important;
				background-color:#FFFFFF !important;
				text-align:left;
				color:#000000 !important;
			}
				#header ul ul a:hover
				{
					color:#C40F0F !important;
				}
			#header ul li:hover > ul
			{
				display:block;
			}
			/*#header ul li.n a{padding-bottom:7px;}*/
			#header ul li.n ul{margin-left:305px;}
			#header ul li.n1 ul{margin-left:398px;}
			#header ul li.n2 ul{margin-left:477px;}
			#header ul li.n3 ul{margin-left:579px;}
			#header ul li.n4 ul{margin-left:651px;}
			#header ul li.n5 ul{margin-left:766px;}
			#header ul li.n6 ul{margin-left:886px;text-align:right;}
	#slideshow
	{
		height:198px;
		width:100%;
		margin:0 auto 0 auto;
		background:#D8D8D8;
		background-image:url(../img/slideshow-background.jpg);
		background-position:left top;
		background-repeat:repeat-x;
		text-align: center;
	}
		.slides
		{
			position:absolute;
			z-index:1;
			display:none;
			height:200px;
			width:100%;
			margin:auto;
			background-position:center top;
			background-repeat:no-repeat;
		}
		#slide1{display: block;}
	#line
	{
		height:30px;
		background:#FFFFFF;
	}
	#content
	{
		height:100%;
		width:100%;
	}
		#menu2
		{
			float:left;
			height:100%;
			width:191px;
			margin:46px 0 0 20px;
			padding:0 15px 0 0;
			list-style-type:none;
			text-align:right;
		}
			#menu2 li a
			{
				display:block;
				padding:5px 15px 5px 0;
				text-decoration:none;
				color:#FFFFFF;
			}
			#menu2 li a:hover, #menu2 li a:active, #menu2 li.in a
			{
				background:#000000;
				font-weight:bold;
			}
		#text
		{
			margin:0 20px 0 20px;
		}
	#footer
	{
		
	}
		#footer .block div
		{
			margin:0 20px 0 20px;
			padding:5px 0 0 0;
			border-top:1px solid #D8D8D8;
		}
			#footer img
			{
				float:left;
				margin:3px 10px 10px 0;
			}
			#footer
			{
				font-size:11px;
			}
	#popup
	{
		position:absolute;
		top:0px;
		display:none;
		width:100%;
		height:100%;
		z-index:5;
		overflow:hidden;
	}
		#popmap, #popmapiframe{
			position:absolute;
			z-index:1000;
			margin-left:auto;
			margin-right:auto;
			height:100%;
			width:100%;
			text-align:center;
			top:0px;
			padding-top:50px;
			background-color:#000000;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			opacity: 0.7;
		   -khtml-opacity: 0.7;
		}
		#popmapiframe img{
			border:2px solid #000000;
		
		}
		#popmapiframe{
			background-color:transparent;
			filter:alpha(opacity=100);
			-moz-opacity:1;
			opacity: 1;
		   -khtml-opacity:1;
		   z-index:1001;
		}
		#popmapiframe iframe{
			border:1px solid #000000;
			background-image:url(../../../img/load.gif);
			background-repeat:no-repeat;
			background-position:center;
			background-color:#FFFFFF;
		}
		#popmapiframe a{
			display:block;
			width:100px;
			height:23px;
			margin-left:auto;
			margin-right:auto;
			background-color:#000000;
			color:#FFFFFF;
			font-size:12px;
			font-weight:bold;
		}


