/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* {
	margin:0;
	padding:0;
}
body { 
background-color:#f3f3f3;
}

<!--
html {
	overflow-x: hidden;
	overflow-y: auto;
} 
-->


img { 
border:none; }

.topbar{
	width:100%;
	height:50px;
	background-color:#265588;
	
	}
	
	a:focus { 
    outline: none;
}

#bg {
	position:fixed;
	left:50%;
	margin: auto;
	margin-left:-800px;	
	right:0;
	top:0;
	margin-top:30px;
	bottom:0;
}

img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	
.container{
	width:1000px;
	position:relative;
	margin-top:0px;
	left:50%; 
	margin-left:-490px;
	}	
	
.logo{
	position:absolute;
	height:220px;
	width:220px;
	left:50%;
	margin-left:-440px;
	z-index:400;
	top:0px;
	}	
	
.menu{
	height:50px;
	line-height:50px;
	width:1000px;
	text-align:right;
	

	
	}
	
.menu a{
	color:#444;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:11px;
  text-decoration:none;
  padding-left:10px;
  padding-right:10px;
  text-transform:uppercase;
  padding:19px;
	
	
	}	
	
.description{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}	

.description h1 {
	margin-bottom:15px;
	font-size:24px;
}

.description p {
	margin-bottom:10px;
}
	
.menu a:hover{
	color:#fff;
	background-color:#3170b3;
	}	
	
	
	
#marche{
	border-top:1px solid #f3f3f3;
	
}
		
	
.footer{
	height:50px;
	line-height:20px;
  font-family:'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, sans-serif, 'Bitstream Vera Sans';
	font-size:9px;
	color:#999;
	text-align:center;
background-color:#f3f3f3;
letter-spacing:0.8px;
text-transform:uppercase;
padding-top:20px;
margin-bottom:40px

	
	}

.box{
	height:100px;
	width:119px;
	border-right:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	
	}
	
.box2{
	position:absolute; left:140px; width:500px; line-height:100px;   font-family:'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, sans-serif, 'Bitstream Vera Sans';
	font-size:18px; color:#ccc
	
	}	

				

/*------------------
FONTS
------------------*/


@font-face {
    font-family: 'AlrightSansBold';
    src: url('alrightsans-bold-v3-webfont.eot');
    src: url('alrightsans-bold-v3-webfont.eot?#iefix') format('embedded-opentype'),
         url('alrightsans-bold-v3-webfont.woff') format('woff'),
         url('alrightsans-bold-v3-webfont.ttf') format('truetype'),
         url('alrightsans-bold-v3-webfont.svg#AlrightSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINAlternateLightRegular';
    src: url('din_alternate_light-webfont.eot');
    src: url('din_alternate_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_alternate_light-webfont.woff') format('woff'),
         url('din_alternate_light-webfont.ttf') format('truetype'),
         url('din_alternate_light-webfont.svg#DINAlternateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
border:10px solid #000
}


/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:600px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}


/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:600px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:1800px;
    height:500px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
	margin-left:-410px;
}

#slider {
	position:relative;
    width:1800px;
    height:500px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:459px;
	bottom:-12px;
	z-index:1000000000
}
.nivo-controlNav a {
	display:block;
	width:125px;
	height:12px;
	text-indent:-9999px;
	border:0;
	margin-right:1px;
	float:left;
	z-index:1000000000;
	background-color:#fff
	
}
.nivo-controlNav a.active {
	background-color:#3572b1
	
}

.nivo-directionNav a {
	display:block;
	width:60px;
	height:60px;
	margin-top:215px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-60px 0;
	right:460px;
}
a.nivo-prevNav {
	left:460px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;

}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
