a{color:white;text-decoration:none;}
a:hover{color:white;text-decoration:none;}			
a:visited{color:white;font-style:none;text-decoration:none;}
a:active, a:focus{outline:none;}
* {-webkit-font-smoothing: antialiased;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

#slides {	position: 				relative;
			z-index:				1;
			background-color:		white;}
			
#slides .slides-container {
			display: 				none;
			z-index:				1;}

#texte{		font-family:			GothamBook, sans-serif;
			line-height:			18pt;
			font-size:				18pt;
			position: 				absolute;
			top:					25%;
			width:					100%;
			left:					50%;
			transform:				translateX(-50%);
			color:					white;
			text-align:				center;
			max-width: 				100%;
			z-index:				2;}
.texte-book{font-family:			GothamBook, sans-serif;}
.texte-medium{
			font-family:			GothamMedium, sans-serif;}
.name{		font-family:			GothamMedium, sans-serif;
			font-size:				36pt;}
.texte-image img{
			height:					27pt;}

@font-face{	font-family:			'GothamBook';
			font-weight:			normal;
			font-style:				normal;
			src:					url('http://www.paul-roux.com/css/font/GothamBook.eot');
			src:					url('http://www.paul-roux.com/css/font/GothamBook.eot?#iefix') format('embedded-opentype'),
									url('http://www.paul-roux.com/css/font/GothamBook.woff') format('woff'),
									url('http://www.paul-roux.com/css/font/GothamBook.woff2') format('woff2'),
									url('http://www.paul-roux.com/css/font/GothamBook.ttf') format('truetype'),
									url('http://www.paul-roux.com/css/font/GothamBook.svg#font') format('svg');}

@font-face{	font-family:			'GothamMedium';
			font-weight:			normal;
			font-style:				normal;
			src:					url('http://www.paul-roux.com/css/font/GothamMedium.eot');
			src:					url('http://www.paul-roux.com/css/font/GothamMedium.eot?#iefix') format('embedded-opentype'),
									url('http://www.paul-roux.com/css/font/GothamMedium.woff') format('woff'),
									url('http://www.paul-roux.com/css/font/GothamMedium.woff2') format('woff2'),
									url('http://www.paul-roux.com/css/font/GothamMedium.ttf') format('truetype'),
									url('http://www.paul-roux.com/css/font/GothamMedium.svg#font') format('svg');}