/*
 * Copyright (c) 2014 AQUILAB
 * Update on 2014/10/2 by thomasg
 */

.home_button {
	text-align: center;
	word-wrap: break-word;
	position: relative;
	font-size: 1em;
	z-index: 1;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px white;
	display: inline-block;
	color: #666666 !important;
	width: 100% !important;
}

.home_button.part_button {
	height: 150px;
	width: 162px;
	margin: 20px;
}

.home_button.disabled
{
	background: rgba(255,255,255, 0.5);
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right:0;
}

.home_button:HOVER, .home_button:ACTIVE {
	cursor: pointer;
	text-decoration: none !important;
	background: #fdfdfd;
	border-color: #aaaaaa;
	color: #333333 !important;
	outline: none !important;
}

.navigation a.home_button.part_button .navigationImg {
	height: 64px;
	line-height: 64px;
	margin-top: 2px;
	padding: 10px;
}

.navigation a.home_button.part_button .navigationImg IMG {
	vertical-align: middle;
}

.navigation a.home_button.part_button .navigationText {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	margin-bottom: 2px;
	font-size: 14px;
}


.navigation a.home_button.part_button .navigationTitle {
	overflow: hidden;
	height: 16px;
	line-height: 16px;
}

.navigation a.home_button.part_button:hover .navigationTitle {

	height: auto;
	background: rgb(253,253,253);
	padding-top:5px;
}

.navigation a.home_button.part_button .navigationSubTitle {
	font-weight: normal;
	color: #ff6600;
	margin-top: 3Px;
	font-size: 12px;
}

/*
 *
 */
.navigation a.home_button.part_button.NavigationWithoutSubtitle .navigationText {
	margin-bottom: 7px;
}
/* .navigation {
    text-align: center;
}
*/

.navigation .navigationZone {
    display:inline-block;
}

/* Particularité de la page d'acceuil */
.main_homepage .navigation {
    text-align: left;
}

.main_homepage .home_button.part_button {
    margin-top : 0;
}

.main_homepage .navigation .navigationZone {
    display: inline;
}

/* .navigationLink{
	width: 20% !important;
}
 */
