#contain {
	position: relative;
	margin-top: 15px;
	height: 300px;
	width: 612px;
}

#ServEtOp {
	position: absolute;
	width: 200px;
	left : 0px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	border-top : 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}


#DroitEntree {
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	width: 200px;
	left : 205px;
	text-align: center;
	border-top : 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

#OpExcep {
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	width: 200px;
	left : 410px;
	text-align: center;
	border-top : 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.bloc {
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	top: 45px;
	width: 610px;
}

#blocServEtOp {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-bottom: 20px;
}

#blocServEtOp ul {
	margin : 0;
	padding: 20px 20px 5px 20px;
}

#blocServEtOp ul li {
	list-style-type: none;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
	position: relative;
	height: 15px;
}

#blocServEtOp .legende {
	font-style: italic;
	margin-left: 20px;
}

#blocServEtOp .valeur {
	font-size: 8pt;
	margin: 0;
	position: absolute;
	right: 0;
	width: 25%;
	text-align: right; 
}

#blocServEtOp .legende {
	font-style: italic;
	margin-left: 20px;
}

#blocDroitEntree {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-bottom: 20px;
}

#blocDroitEntree ul {
	margin : 0;
	padding: 20px 20px 5px 20px;
}

#blocDroitEntree ul li {
	list-style-type: none;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
	position: relative;
	height: 15px;
}

#blocDroitEntree .label {
	position: absolute;
	left: 0;
	width: 75%;
}

#blocDroitEntree .valeur {
	font-size: 8pt;
	margin: 0;	
	position: absolute;
	right: 0;
	width: 25%;
	text-align: right; 
}

#blocDroitEntree .legende {
	font-style: italic;
	margin-left: 20px;
}

#blocOpExcep {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;	
	padding-bottom: 20px;
}

#blocOpExcep ul {
	margin : 0;
	padding: 20px 20px 5px 20px;
}

#blocOpExcep ul li {
	list-style-type: none;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
	position: relative;
	height: 15px;
}

#blocOpExcep ul .pea {
	height: 25px;
}

#blocOpExcep .legende {
	font-style: italic;
	margin-left: 20px;
}

#blocOpExcep .label {
	position: absolute;
	left: 0;
	width: 50%;
}

#blocOpExcep .valeur {
	font-size: 8pt;
	margin: 0;
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right; 
}

