@charset "UTF-8";
/* CSS Document */

/* Id */

body, html {
	padding:0;
	margin:0;
	color:#999;
	width:100%;height:100%
}

#first {
	position:absolute;
	background:#000;
	height:100%;
	width:100%;
}

#logo_first {
	position:absolute;
	height:125px;
	width:600px;
	margin-left:-300px;
	margin-top:-65px;
	top:50%;
	left:50%;
	text-align:center;
}


#second {
	position:absolute;
	height:100%;
	width:100%;
	background-color:#000;
	background:url(../img/background.png);
	z-index:1;
}

#header {
	position:absolute;
	top:0;
	height:235px;
	width:100%;
	background:url(../img/header.png) repeat-x;
	z-index:4;
}

#global {
	position:absolute;
	height:100%;
	width:100%;
	background:url(../img/logo_trame.png) no-repeat center center;
	z-index:2;
}

#ville {
	position:absolute;
	width:950px;
	height:50px;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-475px;
	z-index:3;
}

#tinqueux {
	float:left;
}

#centre {
	float:right;
}


#footer {
	position:absolute;
	bottom:0;
	height:235px;
	width:100%;
	background:url(../img/footer.png) repeat-x;
	text-align:right;
	z-index:4;
}

#footer_logo {
	float:right;
	margin-top:135px;
}

#mentions {
	margin-right:20px;
}

/* Classe */

.url {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.url a {
	text-decoration: underline;
	color:#666
}

.url a:hover {
	text-decoration:underline;
	color:#999;
}

.btn_site {
	height:40px;
}

/* BT FADE */

.BT_tinqueux{
	position:relative;
	height: 50px;
    width: 300px;
    cursor:pointer;
    display:block;
    background: url('../img/tinqueux.png') no-repeat top left;
}

.BT_tinqueux span.bg_fade {
    position: absolute;
    display:none;
    top: 0;
    left: 0;
    height: 50px;
    width: 300px;
    background:url('../img/tinqueux_hover.png') no-repeat;
}

.BT_centre {
	position:relative;
	height: 50px;
    width: 300px;
    cursor:pointer;
    display:block;
    background: url('../img/centre.png') no-repeat top left;
}

.BT_centre span.bg_fade {
    position: absolute;
    display:none;
    top: 0;
    left: 0;
    height: 50px;
    width: 300px;
    background:url('../img/centre_hover.png') no-repeat;
}
