#content {
	position: relative;
}

#content ul {
	list-style: none;
}
.floatable {
	position: fixed;
	top:60px;
}
#contenu {
	display:inline-block;
	 width: 66%;
}

#backtotop {
	position: fixed;
	bottom:0;
	right:0;
	display:none;
	z-index: 10;
}

.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
}
.sommaire ul {
	margin-left: 20px;
}
/* QUESTION */

.question {
	position: relative;
	border-top: 1px solid #efefef;
	padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    float: left;
}

.question p {
	text-align: justify;
}

.titre {
	font-style: italic;
	padding: 20px 40px;
	font-size: 30px;
	color: #3484b4;
	background-image: url(../images/quote-droite.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-weight: normal;
	line-height: 110%;
	display: inline-block;
}

.sur-titre {
	position: relative;
	background-image: url(../images/quote-gauche.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.question hr {
	margin-bottom: 20px;
}

.vignette {
	float:left;
	width:190px;
	margin-top:-20px;
	margin-left:10px;
	margin-right:20px;
}

.screen-unique {
	position: relative;
	padding: 0;
	margin: 20px auto;
	width: 399px;
	height: 310px;
	border: 1px solid #cacaca;
	box-shadow: 0px 5px 7px #d6d4cd;
}

.screen-unique img {
	width: 399px;
	height: 310px;
	margin: 0;
	padding: 0;
	position: relative;
}		
/* MODULE */

.module {
	position: relative;
	padding: 0;
	margin: 20px auto;
	width: 402px;
}
.module .idTabsContent{
	
	box-shadow: 0px 5px 7px #d6d4cd;
	border: 1px solid #cacaca;
}
.module img {
	width: 399px;
	height: 310px;
	margin: 0;
	padding: 0;
	position: relative;
}

.module ul.idTabs {
	margin: 0 !important;
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0;
	overflow: hidden;
}

.module a {
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	vertical-align: center;
	position: relative;
	float: left;
	width: 132px;
	height: 40px;
	padding: 0;
	margin: 0;
	display: block;
	border-left: 1px solid #cacaca;
	font-family: arial black;
	font-size: 20px;
	color: #bcbcbc;
	box-shadow: 0px -4px 17px #d7d7d7 inset;
	border: 1px solid #cacaca;
	line-height: 40px;
}	

a.selected {		
	background-color: white;
	color: #7f7f7f;
	transition: all ease 0.3s;
	box-shadow: none;
}
