#tinymce h1{
	color: #008071;
	font: bold 23px Verdana,Arial,Tahoma;
	text-align: center;
	margin: 0 0 15px 0;
}
#tinymce h2{
	color: #808080;
	font: 17px Verdana,Arial,Tahoma;
	margin: 10px;
}
#tinymce h3{
	background:  url(/site/images/puce-orange.jpg) no-repeat 0 1px ;
	padding: 0 0 0 20px;
	color: #999999;
	font: bold 13px Verdana,Arial,Tahoma;
	float: left;
}
#tinymce h4{
	color: #808080;
	background:  url(/site/images/puce-orange.jpg) no-repeat 0 3px ;
	padding: 0 0 0 20px;
	font: Verdana,Arial,Tahoma;
}
#tinymce h4 a:hover{
	color:red;
}

#tinymce .gauche{
	float: left;
	margin: 20px 10px 10px 10px;
}

#tinymce p{
	color:#008071;
	font: 11px Verdana,Arial,Tahoma;
	text-align: justify;
	line-height: 1.2em;
}
#tinymce p.noir{
	color:black;
}
#tinymce a img{
	border:none;
}
#tinymce a{
	text-decoration: none;
	color:#008071;
}
#tinymce a:hover{
	text-decoration: underline;
	color:#008071;
}
#tinymce label{
	width: 140px;
	float:left;

}
#FormContact p{
	margin: 10px 0;
}
#FormContact textarea{
	width: 280px;
	border: 1px solid #ccc;
}
#FormContact input{
	width: 280px;
	border: 1px solid #ccc;
}
#texte{
	float: left;
	width: 420px;
}