
	#main {
		width:783px;
		position:absolute;
		top:0px;
		left:50%;
		margin-left:-407px;
	}
/* HEADER */
		#main #header{
			float:left;
			width:783px;
			height:148px;
			background-color:#000000;
			background:url('../img/jaune/bg_header.gif');
		}
		
			#bloc_nav {
				/*background: url('../img/jaune/bg_menu_on.gif') 0 0 no-repeat;*/
				float:left;
				width:783px;
				height:22px;
			}
			#bloc_nav ul{
				margin:0 0 0 0;
			}
			#bloc_nav ul li{
				background-image:url('../img/jaune/bg_menu_off.gif');
				background-repeat:no-repeat;
				display:block;
				float:left;
				height:22px;
			}
			#bloc_nav ul a span{
			visibility:hidden;
			width:100%;
			height:100%;
			}	
			#bloc_nav ul li:hover{
				cursor:pointer;
			}
			#bloc_nav ul li:hover,
			#bloc_nav ul li.selected{
				background-image:url('../img/jaune/bg_menu_on.gif');
			}
			#bloc_nav ul a{
				display:block;
				width:100%;
				height:100%;
			}
			#bloc_nav ul #entreprise{
				background-position:0 0;
				width:325px;
			}
			#bloc_nav ul #produits{
				background-position:-325px 0;
				width:99px;
			}
			#bloc_nav ul #references{
				background-position:-424px 0;
				width:112px;
			}
			#bloc_nav ul #devis{
				background-position:-536px 0;
				width:220px;				
			}
			
/* BLOC LEFT */
		#main #bloc_left{
			float:left;
			width:355px;
			height:261px;
			background-color:#000000;
			background:url('../img/jaune/bg_left.gif');
			display:block;
		}
			
						
	/*CONTENT */
		#main #bloc_content{
			float:left;
			width:428px;
			height:261px;
			display:block;
			background:url('../img/jaune/bg_right.gif');
		}
		
		#bloc_content #frame{
			float:left;
			width:336px;
			height:246px;
			overflow:auto;
			margin-top:10px;
			margin-left:10px;
		}
		
		#bloc_content #frame p{
			text-align:justify;
			margin-right:10px;
			margin-top:10px;
			margin-bottom: 10px;
			}
		
		a.yellow,  a.yellow:visited  {font-family: Arial; font-size: 11px; color: #ff9000; font-weight: bold; font-style: normal; text-transform: uppercase; text-decoration: none;}
		a.yellow:hover {color: #fff; font-size: 11px;font-weight: bold; font-style: normal; text-transform: uppercase; text-decoration: none;}
		
		#bloc_content #frame h1{
				width:163px;
				height:42px;
				background:url('../img/jaune/tt_votre_projet.gif') 0 0 no-repeat;
					}
		 #bloc_content #frame h1 span{
				display:none;
					}
			
		#bloc_content #frame h2{
				width:163px;
				height:42px;
				background:url('../img/jaune/tt_tournage.gif') 0 0 no-repeat;
					}
		#bloc_content #frame h2 span{
				visibility:hidden;
				}
		#bloc_content #frame h3{
				width:163px;
				height:42px;
				background:url('../img/jaune/tt_montage.gif') 0 0 no-repeat;
				}
		#bloc_content #frame h3 span{
				visibility:hidden;
				}
		#bloc_content #frame h4{
				width:163px;
				height:42px;
				background:url('../img/jaune/tt_diffusion.gif') 0 0 no-repeat;
				}
		#bloc_content #frame h4 span{
				display:none;
				}
		#bloc_content #frame h5{
				width:163px;
				height:42px;
				background:url('../img/jaune/tt_traduction.gif') 0 0 no-repeat;
				}
		#bloc_content #frame h5 span{
				display:none;
				}		
	/* navprod */		
			
		#bloc_content #frame ul{
			margin:0 0 0 0;
			width:273px;
			height:236px;
		}
		
		#bloc_content #frame ul a{
			display:block;
			width:100%;
			height:100%;
		}
		#bloc_content #frame ul li{
			display:block;
			height:32px;
			width:273px;
			background-image:url('../img/jaune/li_bg_produit_nav_off.gif');
			background-repeat:no-repeat;
		}
		#bloc_content #frame ul li:hover,
		#bloc_content #frame ul li.selected{
			background-image:url('../img/jaune/li_bg_produit_nav_on.gif');
		}
		#bloc_content #frame ul a span	{
			visibility:hidden;
		}		
		#bloc_content #frame ul #entreprise{
			background-position:0 0;
		}
		#bloc_content #frame ul #formation{
			background-position:0 -32px;
		}
		#bloc_content #frame ul #jingle{
			background-position:0 -64px;
		}
		#bloc_content #frame ul #clip{
			background-position:0 -96px;
		}
		#bloc_content #frame ul #evenementiel{
			background-position:0 -128px;
		}
		#bloc_content #frame ul #interview{
			background-position:0 -160px;
		}
		#bloc_content #frame ul #produit{
			background-position:0 -192px;
		}
	
	/*FOOTER */
		#main #bloc_footer{
			width:783px;
			height:112px;
			background-color:#000000;
			background:url('../img/jaune/bg_footer.gif');
			}
		#bloc_footer p{
			text-align:center;
			font-size:11px;
			color:#fff;
			margin-left:200px;
			}
		#bloc_footer a:link, a:visited{
			color:#fff;
			text-decoration: none;
			font-weight: bold;
			}
		#bloc_footer a:hover {
			color: #ff9000;
			text-decoration: none;
			font-weight: bold;
			}
			
			
			
			
			
			
			

