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

html {
	height:100%;
}

body {
	margin:0;
	top:0;
	left:0;
	padding:0;
	background-color:#000;
	height:100%
}

#container {
	width:100%;
	height:170px;
	opacity:0.7;
	background-color:#000;
	position:absolute;
	z-index:1;
}

#header {
	z-index:1;
	position:relative;
}

#logo {
	padding: 20px 0 0 40px;
	opacity:1 !important;
}

.nom {
	padding: 30px 40px 0 0;
	float:right;
}

#footer {
	bottom: 40px;
    left: 100%;
    margin-left: -120px;
    position: absolute;
}

#footer a {
	color:#fff;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

#footer a:hover {
	text-decoration:underline;
}

/* PAGE CONTACT */

#contact {
	width:50%;
	position:absolute;
	left:50%;
	background-color:#000;
	height:100%;
	min-height:100%;
}

#contenu {
	margin:80px 80px 0 0;
	width:250px;
	float:right;
	text-align:center;
	color:#fff;
	}

.adresse {
	text-align:left;
	display:block;
}

#ultra {
	bottom: 40px;
    left: 100%;
    margin-left: -180px;
    position: absolute;
}

#contact a {
	color:#fff;
	text-decoration:none;
}

#contact a:hover {
	color:#fff;
	text-decoration:underline;
}
