/* -------------------------------------------------------------- 
	
	* screen.css - monsite.com

	* @type:    Screen
	* @langue:  Français
	* @year:    2008
	* @author:  CyberGénération - PG
	
--------------------------------------------------------------- */
	
	@import url("../commun/screen.css");		/* Set up the base layout for the site. */
	
/* pageHeader
--------------------------------------------------------------- */

	#pageHeader h1 a			{ background: url(img/logo_pageHeader.jpg) no-repeat; display:block; height:140px; width:450px; }
	#quickMenu a		 		{ background: url(img/btn_english.jpg) no-repeat; display:block; width:90px; height:40px; margin-left:748px }
/* topMenu
--------------------------------------------------------------- */
	
	#mainMenu .menu01			{ background: url(img/pageMenu/btn_accueil.gif) no-repeat; width:77px; }
	#mainMenu .menu02			{ background: url(img/pageMenu/btn_qui_nous_sommes.gif) no-repeat; width:116px; }
	#mainMenu .menu03			{ background: url(img/pageMenu/btn_arbitrage.gif) no-repeat; width:118px; } 
	#mainMenu .menu04			{ background: url(img/pageMenu/btn_tarifs.gif) no-repeat; width:71px; }
	#mainMenu .menu05			{ background: url(img/pageMenu/btn_code_deontologie.gif) no-repeat; width:135px; }
	#mainMenu .menu06			{ background: url(img/pageMenu/btn_contactez_nous.gif) no-repeat; width:113px; }
	
	#mainMenu li.mm				{ padding: 0 16px; }

/*pageTitle
--------------------------------------------------------------- */
	
	#blog h3 	{ background: url(img/pageContent/pageTitle/blog_pageTitle.jpg) no-repeat; display:block; height:90px; }
	#phone h3 	{ background: url(img/pageContent/pageTitle/phone_pageTitle.jpg) no-repeat; display:block; height:92px; }
	#news h3 	{ background: url(img/pageContent/pageTitle/news_pageTitle.jpg) no-repeat; display:block; height:105px; }
	
	#pageAccueil #pageColumn2 h3{
		background: url(img/pageContent/pageTitle/title_pourquoi.gif) no-repeat;
		width:157px;
		height:38px;	
		margin:25px 0 0 45px;
	}

