.corps
{
	background:url('../pic/lpm/bgCorps.png');
	background-repeat:repeat-y;
}
h2
{
	
	background:url('../pic/lpm/h2.png');
	background-repeat:no-repeat;
	height:37px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	padding-top:8px;
	padding-left:40px;
	margin-bottom:10px;
}
h3
{
	font-size:13px;
	font-weight:bold;
	color:#c92460;
	padding-left:10px;
	border-bottom:1px dotted #c92460;
	background:url('../pic/lpm/square.png');
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:15px;
}
p
{
	font-size:12px;	
	text-align:justify;
	margin-bottom:15px;
}
p strong, li strong
{
	color:#c92460;
	font-weight:bold;
}
p.sep
{
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #c92460;
}
dfn
{
	display:block;
	background:url('../pic/lpm/note.png');
	background-position:50%;
	height:59px;
	padding-left:80px;
	padding-right:60px;
	padding-top:20px;
	background-repeat:no-repeat;
	color:#c92460;
	font-weight:bold;
	font-style:normal;
	margin-bottom:15px;
}
dfn.oneLine
{
	padding-top:35px;
}
form.lpm
{
	position:absolute;
	margin-left:65px;
	margin-top:44px;
}
form.lpm input
{
	width:50px;
	font-size: 12px;
	background-color: #efefef;
	border: 1px solid #ffffff;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	padding: 2px;
	padding-left: 4px;
	margin:0px;
}
form.lpm input:hover
{
	background-color: #dfdfdf;
}
form.lpm input:focus
{
	border: 1px solid #404040;
}
form.lpm p
{
	float:left;
	margin-left:12px;
	margin-right:12px;
}
form div.bouton
{
	position:absolute;
	margin-left:365px;
	margin-top:5px;
}

div.bouton a
{
	background-image:url('../pic/lpm/bouton/leftOff.png');	
	color:#c92460;
}
div.bouton span
{

	background-image:url('../pic/lpm/bouton/middleOff.png');
}
div.bouton span span
{
	background-image:url('../pic/lpm/bouton/rightOff.png');
}
div.bouton a:hover
{
	background-image:url('../pic/lpm/bouton/leftOn.png');
	
}
div.bouton a:hover span
{
	background-image:url('../pic/lpm/bouton/middleOn.png');
}
div.bouton a:hover span span
{
	background-image:url('../pic/lpm/bouton/rightOn.png');
}
.cadre_arrondi {
  /*width: 590px;*/
	background:url('../pic/lpm/div_arrondi.gif') top left no-repeat; 
  padding-top: 5px;
  padding-left: 0px;
  margin: 5px;
}
.cadre_arrondi_contenu {
  padding: 5px;
  margin: 0px;
  border-right : solid 1px #8f9998;
  border-left: solid 1px #8f9998;

}
.cadre_arrondi_bas {
	background:url('../pic/lpm/div_arrondi_bas.gif') bottom left no-repeat; 
  padding-bottom: 3px;
  margin: 0px;
}

.p_arrondi {
  margin: 1em;
  height: 150px;
  overflow-y: auto;
}

.textarea_arrondi_conteneur {
  width: 216px;
  height: 190px;
  text-align: center;
	background:url('../pic/lpm/text_arrondi.gif') center no-repeat; 
  padding: 1em;
  margin-left: 15px;
}

.input_nb {
  text-align: right;
}


p.result
{
	background:url('../pic/lpm/result.png');
	background-repeat:no-repeat;
	height:54px;
	margin-left:40px;
	background-position:center center;
	padding-left:270px;
	padding-top:34px;
	font-weight:bold;
	color:#c92460;
}
span.resultBig
{
	float:right;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	margin-right:135px;
	margin-top:-3px;
}
p.shouldBe
{
	background:url('../pic/lpm/shouldBe.png');
	background-repeat:no-repeat;
	height:54px;
	margin-left:-10px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-position:center center;
	padding-left:270px;
	padding-top:27px;
}

/* liste trangle */
ul.triangle
{
	list-style:none;
	margin-left:40px;
	margin-bottom:15px;
	list-style-image:url('../pic/lpm/triangle.png');
}
ul.triangle li
{
	color:#3e4242;
	margin-bottom:15px;
}

p.little
{
	font-size:11px;
}


td.tdright {
  padding: 1em;
}

td.tdleft {
  padding: 1em;
  background-color: #f0f0ff;
}

td.htdleft {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #b7b7ff;
}

td.htdleft h4 {
  text-align: center;
}

p.align_right {
  text-align: right;
}
