h1, h2, h3, h4, h5, h6, span, p, th, td {
    color: #373737
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 3em;
    line-height: 120%;
}

h2 {
    font-size: 2em;
    line-height: 120%;
}

h3 {
    font-size: 1.7em;
    line-height: 120%;
}

p {
    font-size: 1em;
    line-height: 200%;
}

.bold {
    font-weight: 700;
}


/*
.content {
	min-width: 100%;
    background-color: #FFF;
    overflow: hidden;
}
*/

.header {
    /*display: table;*/
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center top;
}

.event-image {
    /*display: table;*/
    width: 100%;
    height: 100%;
	min-height: 480px;
	background-size: cover;
	background-position: center top;
}

.section {
    width: 100%;
    height: 100%;
	min-height: 300px;
	background-size: cover;
    background-position: center top;
}


.v-wrapper, .v-inner-wrapper {
	/*display: table-cell;*/
    vertical-align: middle;
    padding-top: 50px;
    padding-bottom: 50px;
}



#take-part{	background-color: #506171;}
#take-part h1 { color: #ffffff; }
#take-part p { color: #ffffff; }
#take-part a:link { color: #ffffff; }

.feature-tab{
	min-height: 600px;
}

#tab-labels a {
	text-decoration: none;
	color: #a9a9a9;
}

#tab-labels ul li {
	float: left;
	text-align: center;
	width: 220px;
	height:120px;
	list-style-type: none;
	line-height: 120%;
	margin: 0 0 15px 0;
	padding: 0;
	opacity: 0.25;
	vertical-align: middle;
}

#tab-labels ul li.active{
	opacity: 1;
	display:inline-block;
	position:relative;
}


#tab-labels ul li.active::after{
	content:''; /* Ajout du contenu bidon */
	display:block;
	position:absolute; /* Voil�� pourquoi on a positionn矇 en relative le lien */
	top:135px;
	left:85px; /* La position du triangle par rapport au lien */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #f9f9f9 transparent transparent transparent;
	line-height: 0px;	_border-color: #f9f9f9 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	z-index:1000;
}

#tab-labels ul li a{
	width:220px;
	height:120px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 10px;
}

#tab-labels ul li img{
	width:220px;
	display: inline-block ;
	height:120px;
}

#tab-labels ul li img a:hover{
	opacity: 0,75;
	text-decoration: none;
}

#tab-labels ul li.title-menu{
	opacity :1;
	height:120px;
	vertical-align: middle;
	text-align: left;

}

#nav-event{
	background-color: #f9f9f9;
}

#intro{
	background-color: #f9f9f9;
}

.nav-title{
	display: block;
	padding-top: 40px;
	color: #999999;
}

.nav-arrow:after{
	content:''; /* Ajout du contenu bidon */
	display:block;
	position:relative; /* Voil�� pourquoi on a positionn矇 en relative le lien */
	top: -50px;
	left: 100%;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #999999;
	_border-color: #000000 #000000 #000000 #999999;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	}

#athletes{
	background-color: #f4f4f4;
}

#locations{
	background-color: #f4f4f4;
}

.content{
	overflow-x: hidden;
	padding-top: 100px;
}


@media (max-width: 960px) {
	.content{
		padding-top:0px;
	}
}
