/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

@font-face {font-family: 'FFClanWebBold';src: url('font/2FB894_0_0.eot');src: url('font/2FB894_0_0.eot?#iefix') format('embedded-opentype'),url('font/2FB894_0_0.woff2') format('woff2'),url('font/2FB894_0_0.woff') format('woff'),url('font/2FB894_0_0.ttf') format('truetype');}  
@font-face {font-family: 'FFClanWebNews';src: url('font/2FB894_1_0.eot');src: url('font/2FB894_1_0.eot?#iefix') format('embedded-opentype'),url('font/2FB894_1_0.woff2') format('woff2'),url('font/2FB894_1_0.woff') format('woff'),url('font/2FB894_1_0.ttf') format('truetype');}  
@font-face {font-family: 'FFClanWebMedium';src: url('font/2FB894_2_0.eot');src: url('font/2FB894_2_0.eot?#iefix') format('embedded-opentype'),url('font/2FB894_2_0.woff2') format('woff2'),url('font/2FB894_2_0.woff') format('woff'),url('font/2FB894_2_0.ttf') format('truetype');}


.relative { position: relative; }

/* Floats */
.left { float: left; }
.right { float: right; }

/* Clearing floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0; 
	height: 0;
}

body{
	font: 13px Arial; 
	color: #58585A;
	background: #F4F4F4;
}

a{
	color: #58585A;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.wrapper{
	width: 1050px;
	margin: auto;
	background: #FFFFFF;
	padding-bottom: 30px;
}

.h1{
	color: #B1B2B4;
	font: 14px 'FFClanWebNews';
	padding: 63px 0 0 48px;
	text-transform: uppercase;
}

.h2{
	font: 18px 'FFClanWebMedium';
	color: #0af;
  padding-left: 48px;
}

.btn-close{
	background: url("../medias/fermer.png") no-repeat scroll right top;
	color: #0af;
	font: 14px "FFClanWebNews";
	height: 30px;
	padding-right: 40px;
	padding-top: 5px;
	position: absolute;
	right: 50px;
	text-transform: uppercase;
	top: 58px;
}

p{
	color: #3D3D40;
	font: 13px 'FFClanWebNews';
	margin: 25px 48px 15px;
}

.schema{
	height: 420px;
	margin: 10px auto 0;
	text-align: center;
  width: 951px;
}

.footer{
	border-top: 1px solid #d8d9da;
	margin: 28px auto 0;
	padding: 40px 0 0;
	width: 950px;
}

.footer p{
	margin: 0;
}

.footer .title{
	color: #00AAFF;
	font: 14px 'FFClanWebNews';
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer .links{
	color: #868789;
	font: 13px 'FFClanWebNews';
}

.footer .links .active{
	color: #00AAFF;
}

.footer .gotoWebsite{
	background: url("../medias/logo.png") no-repeat scroll left top;
	display: block;
	height: 57px;
	margin: 50px auto 0;
	text-indent: -9999px;
	width: 108px;
}

.copyright{
	color: #868789;
	font: 9px 'FFClanWebNews';
	text-align: center;
	margin: 10px 0 0;
}