

#contain {
	position: relative;
	margin: auto;
	margin-top: 15px;
	height: 500px;
	width: 488px;
}

#opCourantes {
	position: absolute;
	width: 240px;
	left : 0px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	border-top : 2px solid #009933;
	border-left: 2px solid #009933;
	border-right: 2px solid #009933;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	background-color: #EFFFF4
}

#OpExcep {
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	width: 240px;
	left : 245px;
	text-align: center;
	border-top : 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.bloc {
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	top: 47px;
	width: 485px;
}

#blocOpCourantes {
	border-bottom: 2px solid #009933;
	border-left: 2px solid #009933;
	border-right: 2px solid #009933;
	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: #effff4;
	padding: 10px;
	font-weight: bold;
	color: black;
	margin-left: 25px;
	margin-right: 25px;
}



#blocOpExcep {
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	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 {
	position: absolute;
	right: 0;
	width: 30%;
	text-align: right; 
}