
	#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/gris/bg_header.gif');
		}
		
			#bloc_nav {
				background: url('../img/gris/bg_menu_on.gif') 0 0 no-repeat;
				float:left;
				width:783px;
				height:22px;
			}

			#bloc_nav ul li{
				background-image:url('../img/gris/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/gris/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:247px;				
			}
			
/* BLOC LEFT */
		#main #bloc_left{
			float:left;
			width:355px;
			height:261px;
			background-color:#000000;
			background:url('../img/gris/bg_left.gif');
			display:block;
		}
			
						
	/*CONTENT */
		#main #bloc_content{
			float:left;
			width:428px;
			height:261px;
			display:block;
			background:url('../img/gris/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;
			}
		
		#bloc_content #frame h1, h2, h3{
						font-size: 12px;
						
					}
			
		
	/*FOOTER */
		#main #bloc_footer{
			width:783px;
			height:112px;
			background-color:#000000;
			background:url('../img/gris/bg_footer.gif');
		}
		#bloc_footer p{
			text-align:center;
			font-size:11px;
			color:#fff;
			margin-left:200px;
			/*margin-top:15px;*/
			}
		#bloc_footer a:link, a:visited{
			color:#FFFFFF;
			text-decoration: none;
			font-weight: bold;
			}
		#bloc_footer a:hover {
			color: #656565;
			text-decoration: none;
			font-weight: bold;
			}
		
	