#help-content{
	width:auto;
	margin:0 auto;
}
.helpheader {
	display:inline-block;
	width:100%;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	border-bottom:2px solid #F9F9F9;
	background-color:#FDFDFD;
	cursor: pointer;
	padding-left:4px;
}
.helpheader:hover {
	border-bottom:2px solid #EAEAEA;
	background-color:#F2F2F2;
}
.helpseparateurheader{
	height:10px;
}
.helpheader i{
	margin-right:10px;
	margin-top:8px;
}
.helpheader h2 {
	/*
	color:#FF0004;
	*/
}

.coordinates td.actions .btn-toolbar {
	visibility:none;
	opacity:0;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}


.coordinates td.details-row {
	padding:0;
}

.coordinates tr.collapse.in {
	display:table-row;
}

.panel-body {
	background-color:#ffffff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.45);
	
	border:1px solid #F9F9F9;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.sectionaide, .sectionaide td{
	width:100% !important;
}	

tr[data-toggle="collapse"] div{
	background-image:url(/img/moins.png);
	background-repeat:no-repeat;
	background-position:4px 2px;
	
}
tr[data-toggle="collapse"].collapsed div {
	background-image:url(/img/plus.png);
	background-repeat:no-repeat;
}
.question {
	font-weight:bold;
	cursor:pointer;
	
}

.question div{
	margin:10px 0;
	padding-left:0px;
	min-height:22px;
}
.question div span{
	margin-left:34px;
}
.question:hover {
	font-weight:bold;
	color:#000000;
	background-color:#FDFDFD;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.question:hover span{
	text-decoration:underline;
}
.helpseparateurdivisions{
	height:32px;
}
li {
	margin-left:20px;
}
