		@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,600,400italic|Open+Sans:400,300&subset=latin,latin-ext);

		html {
		 overflow-y: scroll;
		}

		body {
		 margin: 0;
		 padding: 0;


		 background-attachment:scroll;
		 background-position:center top;
		background: url('../images/container_bg.jpg');
		 /*background-attachment: fixed;*/

	    font-family: 'Open Sans';
	    font-size: 14px;
	    font-weight: 300;
	    line-height: 150%;
		 color: #86AAE8;
		}

		a {
			color: #fff;
			/*text-decoration: none;*/
		}

		a:hover {
			color: #c3cce0;
			text-decoration: underline;
		}	

		.noBorder{
			border: 0px !important;
		}
		
		section.page
		{
		 width: 100%;
		 height: 100%;
		 margin: auto;
		 line-height: 130%;
		 /*min-height: 1800px;*/
		 /*background: #fff;*/
		 z-index: 0;
		}

		h1, .logo {
		 width: 450px;
		 height: 180px;
		 margin: 0px;
		 position: absolute;
		 top: 16px;		 
		 z-index: 1;
		 /*background: url('../images/logo_sw.png') no-repeat;*/		 
		}

		h1 img {
			cursor: pointer;
			vertical-align: baseline;
		}

		.noborder {
				border: 0px;
		}

		.top1 {
			height: 28px;
			background: #000;
			z-index: 0;
			position: relative;
		  /*	border-bottom: 1px solid #233350; */
		}
		
		#headerNav, .top2 {
			height: 153px;
			display: block;
			background-image: url('../images/top2_bg_a.jpg');
			background-position: top left;
			background-repeat: no-repeat,
			z-index: 0;
			position: relative;
		}

			ul.topmenu {
				list-style: none;
				margin-left: 553px;
    			margin-bottom: 0;
    			margin-left: 546px;
    			margin-top: 0;
    			padding: 74px 0 0;
			}

			ul.topmenu li {
				display: inline-block;
			}

			ul.topmenu li a {
			   font-family: 'Open Sans';
				color: #fff;
				display: block;
				text-decoration: none;

				 font-size: 12px;
			    min-width: 69px;
			    padding-left: 7px;
			    padding-top: 19px;
			}

			ul.topmenu li a.m1 {
				margin-right: 4px;
			}
			ul.topmenu li a.m2 {
				margin-right: 24px;
			}
			ul.topmenu li a.m3 {
				 margin-right: 24px;
			}
			ul.topmenu li a.m4 {
				 margin-right: 8px;
			}
			ul.topmenu li a.m5 {
				 margin-right: 0px;
			}

			ul.topmenu li a:hover {
				color: #c3cce0;
				background: url('../images/hover.png') no-repeat top left;
			}

			ul.topmenu li:hover {

			}

		.top3 {
			height: 411px;
			/*background: url('../images/top3_pic.jpg') top left no-repeat #000;*/
			background: #000;
			z-index: 0;
			position: relative;
			border-bottom: 1px solid #253552;
			/* border-top: 1px solid #233350; */
		}

		.fiche {
			width: 300px;
			height: 56px;
			background-color: rgba(40,7,36,0.5);
			padding: 18px 30px 16px 0px;
			position: absolute;
			top: 321px;
			z-index: 2;

			color: #fff;
			text-align: right;
			-moz-box-shadow: 0 0 3px #4167CD;
			-webkit-box-shadow:  0 0 3px #4167CD;
			box-shadow: 0 0 3px #4167CD;

		}

		 .fiche span:first-child {
			font-family: 'Open Sans';
			text-transform: uppercase;
			font-size: 20px;
			display: block;

		}

		 .fiche span:last-child {
			font-family: 'Crimson Text';
			font-style: italic;
			font-size: 16px;
			display: block;
			margin-top: 5px;
		}
		
		.bootomLine{
			height: 1px;
			width:100%;
			border-bottom: 1px solid #253552;
		}
		.container{
			background: url('../images/container_left_top_bg.jpg') top left no-repeat;
			clear: both;
			display: inline-block;
			position: relative;
			width: 1038px;
		}
			nav.social {
				width: 46px;
				height: 100.5%;
				position: absolute;
				background-color: rgba(0,0,0,0.3);
				filter: Alpha(Opacity=30);
				margin: 0px;
				padding: 0px;

			}

			.social a {
				display: block;
				margin: 5px 2px 5px 1px;
			}

			.social a:first-child{
			margin-top: 50px;
			}

			.social img {
	 			border: none;
				padding: 1px;
				opacity: 0.3;
			}

			.social img:hover {
			opacity: 1;
			padding: 0px;
			border: 1px solid #41486D;

			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			}

			.news {
				width: 550px;
				float: left;
			}

				.news ul {
					list-style: none;
					padding: 0px;
					margin: 59px 0 0 88px;
				}

				.news ul li {
					margin-top: 50px;
				}

				.news ul li:last-child {
					margin-bottom: 50px;
				}

				h2 {
					color: #3c4f75;
					font-family: 'Open Sans';
					font-weight: 400;
					font-size: 25px;
					text-transform: uppercase;
					line-height: 120%;
				}

				.info {
					font-family: 'Crimson Text';
					font-size: 15px;
					font-style: italic;
					color: #fff;
				}

				.short_text {
					color: #86aae8;
					font-family: 'Open Sans';
					font-size: 14px;
					font-weight: 300;
					text-align: justify;
					line-height: 150%;

				}

				.link  {
					color: #fff;
					font-family: 'Open Sans';
					font-size: 14px;

					text-transform: uppercase;
				}

 				.link a {
					color: #fff;
					text-decoration: none;
				}

 				.link a:hover {
					color: #6f8bbd;
					text-decoration: underline;
				}

		.col2 {
			width: 455px;
			float: left;
			margin-top: 60px;
			padding-left: 33px;
		}

			.col2 .quota {
				width: 422px;
				height: 110px;
				background: url('../images/quota1.jpg') no-repeat;
			}

			.col2 .gallery {

			}

				 .gallery a, figure a {
				 	display: inline-block;
				 	margin: 2px;
					padding: 0px;
				 }


				 a img, figure img, .border3px {
					border: 3px solid #071023;
				 }

				 a img:hover {
					border: 3px solid #fff;
				 }

			.col2 .movie {
				width: 422px;
				margin: 20px 0 0;
			}

			.title {
					font-family: 'Crimson Text';
					font-size: 32px;
					font-weight: 400;
					font-style: italic;
					color: #5a6271;
					margin: 50px 0 0;
			}

			.title_bottom {
				margin: 0 0 30px;
				display: block;
				height: 20px;
			}


		.bottom {
			display: block;
			height: 190px;
			background: #0d0b0d;
			clear: both;
			padding-top: 21px;
			padding-left: 87px;
		}

		.disclamer
		{
		margin-top: 30px;
		font-size: 14px;
		}
		.clear {
		clear: both;
		}

	.content {
		/*width: 950px;*/
		margin: 35px 33px 0 88px;
		min-height: 500px;
		float: left;
	}

figure {
    float: left;
    height: 166px;
    margin:0 33px 0 0;
    overflow: hidden;
    width: 279px;
}

.talign_right {
	text-align: right;
}

.member {
	float: left;
	width: 458px;
	margin-bottom:  33px;

}

.member img {
	float: left;
	margin-right: 33px;
}

.member .name {
	font-family: 'Crimson Text';
	font-style: italic;
	font-size: 32px;
	color: #fff;
}

.member ul {
	font-family: 'Crimson Text';
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 180%;
	list-style: none;
	padding: 0px;
}
img.member_detail_img {
float: left;
}

.member_detail_container {
	margin-left: 245px;
}


.member_detail_container span {
	color: #fff;
	font-size: 15px;
}