.container{
	display:block;
	float:left;
	width:80%;
	margin-left:10%;
	box-shadow: 1px 1px 15px #555;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	margin-bottom:10px;
}

.club img{
	width:100%;
	margin-top:5px;
}

.container h3{
	color:#21AB8B;
}

.sous-onglet{
	display:block;
	margin-top:120px;
	position:fixed;
	width:8%;
	border-right: 4px solid #21AB8B;
	font-size:0.8em;
}

.sous-onglet a{
	padding-left:2px;
	display:block;
	margin-left:5px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#000;
	font-size: 1.1vw;
}

.sous-onglet a:hover{
	background-color:#21AB8B;
	color:#FFF;
	font-weight: bold;
}

.container_bureau{
	display:block;
	width:80%;
	margin-left:10%;
}

.user_bureau{
	display:block;
	float:left;
	margin-left:5%;
	width:19%;
	text-align:center;
	height:450px;
}

.user_bureau img{
	width:100%;
}

.user_bureau_imageless{
	display:block;
	float:left;
	margin-left:5%;
	width:19%;
	text-align:center;
	height:200px;
}

.tenue{
	display:block;
	width:90%;
	margin-left:5%;
}

.article_tenue{
	display:block;
	float:left;
	width:45%;
	margin-left:2%;
	text-align:center;
}

.presentation{
	line-height:25px;
}

.article_tenue img{
	height:400px;
}
