@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background:#000;
	font-family:'Lato', Verdana, Geneva, sans-serif;
	height: 100%;
}

html { height: 100%; }

.content
{
	margin:0 auto;
	height: 100%;
}

.slideshow
{
	max-width: 1600px;
	display:block;
	color:#FFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.slideshow > div {
	position: absolute;
	width: 1600px;
	margin: 0 auto;
	right: 50%;
	margin-right: -800px;
	top: 0px;
}

.slideshow > div .address {
	position: fixed;
	top: 440px;
	right: 50%;
	margin-right: -260px;
	width: 200px;
	border-top: solid 1px rgba(255,255,255, .3);
	padding-top: 1em;
}

.slideshow > div .address strong {
	font-weight: 700;
	text-transform: uppercase;
}

.slideshow > div .address a {
	display: inline-block;
	width:26px;
	height:26px;
	text-indent: -9999px;
	margin-top: .5em;
	margin-right: .5em;
}

a.fb {
	background: url('../images/fb.png');
}

a.tw {
	background: url('../images/tw.png');
}

a.in {
	background: url('../images/in.png');
}

.rightbar
{
	display:block;
	top: 0px;
	color:#FFF;
	vertical-align:top;
	padding-top:140px;
	width:260px;
	position: fixed;
	right: 50%;
	margin-right: -320px;
	z-index: 120;
}

.logo
{
	background:url(../images/logo.png);
	width:230px;
	height:82px;
}

.address
{
	font-size:12px;
	opacity:0.6;
	padding-top:30px;
	line-height:16px;	
}

.address a
{
	color:#FFF;
	text-decoration:none;
}

.otherslogos
{
	padding-top:30px;
}

#gestifute
{
	display:inline-block;
	background:url(../images/gestifute.png);
	width:70px;
	height:34px;	
}

#caa
{
	vertical-align:top;
	margin-top:12px;
	margin-left:10px;
	display:inline-block;
	background:url(../images/caa.png);
	width:78px;
	height:17px;	
}

.slideshow img
{
	width:100%;
	height: auto;
}