

#contain {
	position: relative;
	margin: auto;
	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 : 2px solid #009933;
	border-left: 2px solid #009933;
	border-right: 2px solid #009933;
	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 : 2px solid #000099;
	border-left: 2px solid #000099;
	border-right: 2px solid #000099;
	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 : 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: 610px;
}

#blocServEtOp {
	border-bottom: 2px solid #009933;
	border-left: 2px solid #009933;
	border-right: 2px solid #009933;
	padding-bottom: 20px;
}

#blocServEtOp ul {
	margin : 0;
	padding: 20px 20px 5px 20px;
}

#blocServEtOp ul li {
	list-style-type: none;
	border-bottom: 1px solid #009933;
	margin-bottom: 5px;
	position: relative;
	height: 15px;
}

#blocServEtOp .legende {
	font-style: italic;
	margin-left: 20px;
}

#blocServEtOp .valeur {
	position: absolute;
	right: 0;
	width: 25%;
	text-align: right; 
}

#blocServEtOp .legende {
	font-style: italic;
	margin-left: 20px;
}

#blocDroitEntree {
	border-bottom: 2px solid #000099;
	border-left: 2px solid #000099;
	border-right: 2px solid #000099;
	padding-bottom: 20px;
}
#blocDroitEntree ul {
	margin : 0;
	padding: 20px 20px 5px 20px;
}

#blocDroitEntree ul li {
	list-style-type: none;
	border-bottom: 1px solid #000099;
	margin-bottom: 5px;
	position: relative;
	height: 15px;
}

#blocDroitEntree .label {
	position: absolute;
	left: 0;
	width: 75%;
}

#blocDroitEntree .valeur {
	position: absolute;
	right: 0;
	width: 25%;
	text-align: right; 
}

#blocDroitEntree .legende {
	font-style: italic;
	margin-left: 20px;
}


#blocOpExcep {
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;	
	padding-bottom: 20px;
}
#blocOpExcep ul {
	margin : 0;
	padding: 20px 20px 5px 20px;
}

#blocOpExcep ul li {
	list-style-type: none;
	border-bottom: 1px solid #000000;
	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 {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right; 
}
