.image_clip { 
  clip: rect(0px, 50px, 50px, 0px);
  position: absolute; 
}

p#coinsArrondis {
-moz-border-radius : 0 10px 0 10px;
  background-color : #0f0;  
  color: #333333;
} 
.greentext{
  font-size: small;
  color: #008080;
  font-weight: bold;
}
.italic_exemple{
  font-style: italic;
}
.espace5px{
  letter-spacing: 5px;
}
.align_left{
  text-align: left;
}
.align_right{
  text-align: right;
}
.align_center{
  text-align: center;
}
.align_justify{
  text-align: justify;
}
.underline { text-decoration:underline; }
.overline { text-decoration:overline; }
.line_through { text-decoration:line-through; }
.blink { text-decoration:blink; }
.indent {
text-indent: 30px;
}
.transform_caps {text-transform: capitalize;}
.transform_up {text-transform: uppercase;}
.transform_low {text-transform: lowercase;}

.normal{ white-space: normal };
.pre { white-space: pre; }
.nowrap { white-space: nowrap ;}
.word_space {word-spacing: 5px;}

p.special:first-line {font-size: medium; color: #ff0000;}
p.special_letter:first-letter {font-size: x-large; font-weight: bold; color: #ff0000;}

.oblique_exemple {font-style: : oblique;}
.small-caps { font-variant: small-caps ;}
#overflow_box {width:250px; height:100px; border-top: 1px solid #eee; border-left: 1px solid #eee; border-bottom: 1px solid #eee; padding: 10px; overflow: auto;}
p.special:first-line {font-size: medium; color: #ff0000;}
p.special_letter:first-letter {font-size: x-large; font-weight: bold; color: #ff0000;}
.font_weight_bolder { font-weight: bolder ;}
.test_de_police { font: italic bold Verdana, sans-serif; } 
.feuille { height:30px; border-width:1; }


.greenboldtext{
  font-size: small;
  color: #008080;
  font-weight: bold;
}

.commentbox
{
	background-color: #ececec;
	width: 425px;
	padding: 10px;
}

.commentfooter
{
	background: url(images/arrow.gif) 20px 0 no-repeat;
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 75%;
	color: #4A4A4A;
} 
