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

html, body {
	height:100%;
	min-width:900px;
	min-height:700px;
	font-family: 'Exo 2', Verdana, sans-serif;
	background-color:#666;
	margin:0;
	-webkit-text-size-adjust: 100%;
}

.content {
	width: 100%;
	min-width: 900px;
	max-width: 1200px;
	min-height:700px;
	margin:0;
	height:100%;
	overflow:hidden;
	background: url(../images/BgAcceuil.jpg) no-repeat center top; 
	background-size: cover;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0px 0px 15px #000;
}

#parallax {
	position:relative;
	margin-top:-800px;
	width:100%;
	height:900px;
    
}

.masqueParallax {
	position:relative;
	margin-top:0px;
	width:100%;
	height:600px;
	background-image: url(../images/masquePipettes_01.png);
	background-repeat:no-repeat;
	background-size:contain;
	z-index:2
}

.logo {
	position:relative;
	float:right;
	margin-top:25px;
	margin-right:5%;
	margin-bottom:100px;
	width:35%;
	height:40%;
	background: url(../images/Logo-SiaMedXpress.png) no-repeat right top; 
	background-size: contain;
	z-index:3;
}

.text {
	position:relative;
	margin:0px;
	width:100%;
	min-height:500px;
	height:auto;
	background:url(../images/Interieur-SiaMedXpress-body.jpg) repeat-y,;
	background-size:contain;
}

.bandeauMenu {
	position:relative;
	float:left;
	width:100%;
	min-width:800px;
	height:80px;
	margin-top:5%;
	text-align:center;
	background-color: rgba(0, 36, 82, 0.8);
	z-index:3;
}

ul {
	list-style:none;
	text-align:center;
	font-size:24px;
	font-weight: 400;
	color:#FFFFFF;
	margin-top:0px;
	margin-left:5%;
}

ul a {
	text-decoration:none;
	color:#FFFFFF;
}

.contentHover {
	height:50px;
	width:100%;
	padding-top:5px;
	text-align:center;
}

.hover {
	width:0%;
	height:100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-42px;
	margin-top:0px;
	opacity:0;
}

.menuAccueil {
	position:relative;
	float:left;
	text-align:center;
	width:15%;
	height:70px;
	border-left:1px solid #FFF;
	padding-top:10px;
}

#menuDroit {
	border-right:1px solid #FFF;
}

.footer {
	position:relative;
	float:left;
	width:38%;
	margin-left:8.5%;
	margin-top: 2%;
	text-align:left;
	color:#FFFFFF;
	font-size:1em;
	font-weight:200;
	text-shadow:  0px 0px 10px #000000;
	z-index:2;
}

.footer a {
	text-decoration:none;
	color:#FFFFFF;
}

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

.footerInfo a {
	text-decoration:none;
	color:#FFFFFF;
}

.footerInfo p {
	margin:0;
	padding:0;
}

.link:hover {
	text-decoration:underline;
}

#news {
	background-color:#920077;
	z-index:5;
	margin-top:-200px;
}

.footerInfo {
	position:relative;
	float:right;
	width:38%;
	min-width:30%;
	margin-right:8.5%;
	text-align: justify;
	color:#FFFFFF;
	font-size:1em;
	font-weight:200;
	text-shadow:  0px 0px 10px #000000;
	z-index:2;
	margin-left:0px;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	background-color: rgba(0, 0, 0, 0.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}