#contain {
	position: relative;
	margin: auto;
	margin: 30px 0 40px 0;
	height: 500px;
	width: 488px;
}

#opCourantes {
	position: absolute;
	width: 240px;
	font-size: 9pt;
	font-weight: bold;
	left : 0px;
	text-align: center;
	margin: 0 2px;
	border-top : 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 15px 0;
	cursor: pointer;
	background-color: #E5E5E5;
}

#OpExcep {
	position: absolute;
	margin: 0 2px;
	font-size: 9pt;
	font-weight: bold;
	width: 240px;
	left : 245px;
	text-align: center;
	border-top : 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 15px 0;
	cursor: pointer;
}

.bloc {
	display: none;
	position: absolute;
	margin: 0 2px;
	top: 45px;
	width: 485px;
}

.labelleft {
	margin-left: 180px;
}

#blocOpCourantes {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-bottom: 20px;
}

#blocOpCourantes ul {
	margin : 0;
	padding: 20px 20px 5px 20px;
}

#blocOpCourantes ul li {
	list-style-type: none;
	margin-bottom: 5px;
	position: relative;
	height: 15px;
}

#blocOpCourantes .legende {
	font-style: italic;
	margin-left: 20px;
}

#blocOpCourantes .modalite {
	background-color: #E5E5E5;
	padding: 10px;
	color: black;
	margin-left: 25px;
	margin-right: 25px;
}

#blocOpExcep {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-bottom: 0px;
}

#blocOpExcep ul {
	margin : 0;
	padding: 10px 20px 5px;
}

#blocOpExcep ul li {
	list-style-type: none;
	margin-bottom: 5px;
	position: relative;
	height: 15px;
}

.label {
	position: absolute;
	left: 0;
	width: 70%;
}

.valeur {
	font-size: 8pt;
	margin: 0;	
	position: absolute;
	right: 0;
	width: 30%;
	text-align: right; 
}

#blocOpExcep ul li.blocmarginbottom {
	margin-bottom: 30px;
}
