
/* Classes pour les paragraphes */

.italique {
	font-style: italic;
}

.gras {
	font-weight: bold;
}

.souligne {
text-decoration: underline;
}

.textebleu{
color:#69478C;
}
.texteorange{
color:#FB7D00;
}
.blocdetexte
{
	margin: 5px 0px 5px 0px;
	padding: 0 10px 15px 10px;
	overflow: auto;
	background: #fff;
	border: 1px solid #ffa500;
	border-left-width: 4px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #444;
    }
.blocdetexte2
{
	margin: 5px 0px 5px 0px;
	padding: 0 10px 15px 10px;
	overflow: auto;
	background: #fff;
	border: 1px solid #458FC4;
	border-left-width: 4px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #444;
   }

.citation{

}


/* Classes pour le texte */

span.italique {
	font-style: italic;
}

span.gras {
	font-weight: bold;
}

/* H1 - Generic */
	H1 {
		line-height: normal;
	    padding-top:8px;
		color: #FA7C01;
		font-style: italic;
		font-weight: bold;
		font-size: 13px;
	}
	
	/* H2 - Generic */

		H2 {
	    display:block;
			width: 542px;
			height: 17px;
		line-height: normal;
	    background-image:url(../images/pointille_oranges.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		padding-top:8px;
		color: #FA7C01;
		font-style: italic;
		font-weight: bold;
		font-size: 13px;
		
	}

	/* H3 - Generic */
	H3 {
		color: #909090;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: normal;
		text-decoration: none;
		background-color: inherit;
	}
	
	
	/* H4 - Generic */
	H4 {
	display:block;
			width: 536px;
			height: 19px;
		line-height: normal;
	    background-image:url(../images/titre_bandeau_orange.gif);
		background-repeat:no-repeat;
		color: #FFF;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
	    padding-left:6px;
	}

	/* H5 - Generic */
	H5 {
		color: #719FD9;
		font-style: normal;
		font-weight: bold;
		font-size: 13px;
		line-height: normal;
		text-decoration: none;
		background-color: inherit;
	}

	/* H6 - Generic */
	H6 {
		color: #719FD9;
		font-style: normal;
		font-weight: bold;
		font-size: 13px;
		line-height: normal;
		text-decoration: none;
		background-color: inherit;
	}
	
	/* HR - Generic */
	HR {
		border: none 0; 
		border-top: 1px dashed #908D8D;
		width: 100%;
		text-align: left;
		height: 1px;
		padding-top:3px;
		padding-bottom:3px;
	}

