/* Homepage design */

#imgIntro, #imgTile {
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

#btnIntro {
	background-color: #000;
	color: #FFF;
	padding: 10px;
	margin:40px;
	text-transform: uppercase;
	border: 1px solid #FFF;
	font-weight: bold;
	cursor: pointer;
}

#mnuIntro {
	list-style: none;
	text-align: center;
	font-size: 1em;
	margin: 30px;
	padding: 0;
}

#mnuIntro li {
	list-style: none;
	display: inline-block;
	padding: 10px;
	text-align: center;
}

#mnuIntro li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

.lstMenu {
	margin: 10px 5px 10px 5px;
	padding: 0;
}


/* Inner content appearance */

.txtTitre {
	text-align: center;
	margin-bottom: 50px;
}

.txtContent {
	margin-bottom: 50px;
	text-align: justify;
	line-height: 1.7;
}

.txtMaintenance {
	text-align: center;
	margin: 50px 0px;
	line-height: 1.7;
}

.txtDownload {
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0px;
}

.txtDownload img {
	vertical-align: middle;
}

.leftIcon {
	float: left;
	margin-right: 10px;
}

.rightIcon {
	float: right;
	margin-left: 10px;
}
