h3{border-left:2px solid #B37A00; border-bottom:1px solid #B37A00;display:inline;padding-left:1px;margin-left: 3px;font-size: 110%;}
h4{text-decoration:underline;margin-left:3px;font-size: 105%;}


.gras
{
	font-weight:bold;
}

.raye
{
	text-decoration: line-through;
}

.souligne
{
	text-decoration: underline;
}


.italique
{
	font-style: italic;
}

div.titrespoil
{
	margin-left:25px;
	margin-bottom: 1px;
}

div.spoil
{
	background-color: #F3DC80;
	color: #F3DC80;
	border:1px solid #B37A00;
	padding:5px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:0;
}
blockquote
{
	background-color: #F3DC80;
	border-bottom:1px dashed #B37A00;
	border-top:1px dashed #B37A00;
	border-right:1px dashed #B37A00;
	border-left:3px solid #B37A00;
	padding:5px;
	margin-left:15px;
	margin-right:15px;
	margin-top: 2px;
	margin-bottom:0;
	clear:both;
	max-height: 150px;
	overflow:auto;
}
.titrequote
{
	margin-left:15px;
}
/*positions */
.centre
{
	text-align: center;
}


.droite
{
	text-align: right;
}

.gauche
{
	text-align: left;
}

/* flottant */ 

.floatdroit
{
	float: right;
	margin-top:0;
	margin-left:2px;
}

.floatgauche
{
	float: left;
	margin-top:0;
	margin-right:2px;
}

.stop_float
{
	clear: left;
}
