/* -------------------------------------------------------------- 

	* cClass.css - Base Framework CSS
 
	* @version: 2.0
	* @type:    Screen
	* @year:    2008
	* @author:  CyberGénération - PG

--------------------------------------------------------------- */

	h3						{ color:#f3861c; font-weight:bold; font-size:20px; }
	h4						{ color:#f3861c; font-weight:bold; font-size:16px; margin:8px 0;}
	h5						{ font-size:13px; font-weight:bold; color:#00578e; margin:10px 0 5px;}
	h6						{ font-size:12px; font-weight:bold; }
	.title				{ font-size:13px; font-weight:bold; color:#00578e; margin:10px 0 5px;}
	
/* globalClass.
--------------------------------------------------------------- */ 
					
	body div .fontBold				{ font-weight:bold }
	body div .fontItalic			{ font-style:italic }
	body div .fontNormal			{ font-style:normal }
	body div .fontUnderlined	{ text-decoration:underline; }
	
	body div .separatorDotBorder		{ border-bottom:#999 1px dotted }
		
/* Success, notice and error boxes
-------------------------------------------------------------- */

	.blockError,
	.blockNotice, 
	.blockSuccess    			{ padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
	
	.blockError      			{ background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
	.blockNotice     			{ background: #FFF6BF; color: #514721; border-color: #FFD324; }
	.blockSuccess    			{ background: #E6EFC2; color: #264409; border-color: #C6D880; }
	.blockError a    			{ color: #8a1f11; }
	.blockNotice a   			{ color: #514721; }
	.blockSuccess a  			{ color: #264409; }
	
	
/* customClass for list tag
-------------------------------------------------------------- */
	
	.plusBullet li 											{ list-style-type: none; background:url(../img/listBullets/plusBullet_bw1_9px.gif) no-repeat; background-position: 0 center; padding:0 0 0 15px; }
	.arrowsBullet li 										{ list-style-type: none; background:url(../img/listBullets/arrowBullet_orange2.gif) no-repeat; background-position: 0 4px; padding:0 0 0 10px; margin:5px 0; line-height:1.3em;}
	li.arrowsBullet  										{ list-style-type: none; background:url(../img/listBullets/arrowBullet_orange2.gif) no-repeat; background-position: 0 4px; padding:0 0 0 10px; margin:5px 0; line-height:1.3em;}
	
	p.arrowsBullet  										{ background:url(../img/listBullets/arrowBullet_orange2.gif) no-repeat; background-position: 0 4px; padding:0 0 0 10px; margin:5px 0; line-height:1.3em;}
		
/* customClass for list tag
-------------------------------------------------------------- */

	.plusLink	 					{ background:url(../img/listBullets/plusBullet_bw2_9px.gif) no-repeat; background-position: 0 center; padding:0 0 0 15px; }
	.arrowLink					{ background:url(../img/listBullets/arrowBullet_orange.gif) no-repeat; background-position: 0 center; padding:0 0 0 10px; }
		