/**
 * @copyright Larraldia 2008
 * Style du texte
 */
h1,h2,h3,h4,h5,h6{
	margin-right:10px;
	padding-right:5px;
}
 
h1{
	background: #074632 url(images/h1-bg.gif) no-repeat scroll 0 0;
	margin-left:25px;
	padding-left:35px;
	margin:10px;
	color : white;
	font-family : Helvetica;
	font-weight : bold;
	font-size : 22px;
	height:27px;
}

*{
	color : #006600;
	text-decoration : none;
}

a:hover{
	text-decoration : underline;
}

h2{
	
	color:#BC0C05;
	margin-left:5px;
	padding-left:5px;
	border:1px solid #006600;
	font-style:italic;
}

h3{
	border-bottom:1px solid;
}

h4{
	text-decoration : underline;
}

h5{

}
#tinymce{
	background-color:#FBFCDA;
}
.Important{
	color : #BC0C05;
	font-weight : bold;
	font-size : 12px;
}
