@charset "utf-8";
@font-face {
	font-family: 'SlabTa';
    src: url('slabtallx-medium-webfont.eot');
    src: url('slabtallx-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('slabtallx-medium-webfont.woff') format('woff'),
         url('slabtallx-medium-webfont.ttf') format('truetype'),
         url('slabtallx-medium-webfont.svg#SlabTallXMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brannboll_fetregular';
    src: url('brannbollfet-webfont.eot');
    src: url('brannbollfet-webfont.eot?#iefix') format('embedded-opentype'),
         url('brannbollfet-webfont.woff') format('woff'),
         url('brannbollfet-webfont.ttf') format('truetype'),
         url('brannbollfet-webfont.svg#brannboll_fetregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	font-family: 'Carme', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;}
html { height: 100%; }
body {
	min-height: 100%;
	width:100%;
	height:100%;
	text-align: center;
background: url('../images/background2.jpg') no-repeat center center fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;

}
img {border : 0;}
a{
      border:none;
      outline:none;
}


#bar {
	background-image: url(../images/barre.png);
	position: absolute;
	height: 50px;
	top: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 15px;
	color: #FFF;
	width: 100%;
	z-index: 9999;
}
.bartxt {
margin:0 auto;
font-size:20px;
font-family: 'brannboll_fetregular';
padding-top:5 px;
}
#barb {
	background-image: url(../images/barreb.png);
	position: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	bottom: -10px;
	height:50px;
		width: 100%;
margin-bottom: 0;
	z-index: 9999;
}

.contenu {
	display: inline-block;
	margin-right: 50;
	margin-left: 50;
	padding:0;
	margin-top: 100px;
	margin-bottom:0;
	overflow:visible;
}
.img1 {
	max-height:70%;
	max-width:90%;
	}
.img2 {
	overflow: visible;
	position: absolute;
	top:-60px;
	right: 40%;
	z-index:500;
	width:40px;
	}
	.img3 {
	overflow: visible;
	position: absolute;
	top:-30px;
	left: 35%;
	z-index:500;
	width:40px;
	}	
.menu1	{
	max-width:90%;
	max-height:70%;
	}	
	
	#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	overflow:hidden;
}

	#mask {
		width:500%;
		height:100%;
	}

	.item {
		width:20%;
		height:100%;
		float:left;
	}
	
	
	.content {
		width:500;
		height:300;
		top:15%;
		margin:0 auto;
		position:relative;
	}
	
	.selected {
		font-weight:700;
	}

	.clear {
		clear:both;
	}