#tinymce h2, .title-orange-18{
	font-weight: bold;
	color: #f47321;
	font-size: 18px;
	line-height: 20px;
}

#tinymce h3, .title-purple-18{
	font-weight: normal;
	color: #54075b;
	font-size: 18px;
	line-height: 20px;
}

.title-purple-16{
	font-weight: normal;
	color: #54075b;
	font-size: 16px;
}


#tinymce h4{
	font-weight: normal;
	color: #54075b;
	font-size: 12px;
}

.title-purple-12{
	color: #54075b;
	font-size: 12px;
}

.title-orange-12{
	font-weight: normal;
	color: #f47321;
	font-size: 12px;
}
.title-orange-16{
	color: #f47321;
	font-size: 16px;
}

.title-grey-11{
	font-size: 11px;
	color: #333;
	font-weight: normal;
}

.gras{
	font-weight: bold;
}

.black-11{
	color:#000000;
	font-size:11px;
}

#tinymce ul{
	list-style-type: none;
	padding-left: 0;
}
#tinymce ul li{
	background: url(../images/commun/puce-carre-orange.gif) 10px 6px no-repeat;
	display: block;
	padding: 0 0 0 25px;
}

		/*------------------- Home page : nos services ------------------------*/
		ul#nos-services{
			width: 918px;
			/*height: 127px;
			background:url(../images/commun/sprite.png) 0 -340px no-repeat;*/
      background:#f1eff1 url('../images/commun/bg-nos-services.gif') no-repeat 0 0;
			list-style-type: none;
			margin: 0;
			padding: 0;
			font-size: 12px;
			line-height: 14px;
		}
    ul#nos-services:after{
      clear:both;
      display:block;
      content:'';
    }
		
		ul#nos-services li{
			float: left;
			/*height: 107px;*/
			width: 198px;
			padding: 10px;
			margin-left: 12px;
			}
			ul#nos-services li:first-child{margin-left: 0}
			
		ul#nos-services img{
			float: left;
			padding: 25px 0 15px 0;
			margin-right: 10px;
		}
		
		ul#nos-services h3, ul#nos-services h2{
			margin: 0 0 10px 0;
			padding: 0;
			font-size: 12px;
			font-weight: bold;
			color: #5a0f56;
			text-transform: uppercase;
		}
		
			
		