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

			#bloc_nav ul li{
				background-image:url('../img/bleu/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/bleu/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/bleu/bg_left.gif');
			display:block;
		}
			
						
	/*CONTENT */
		#main #bloc_content{
			float:left;
			width:428px;
			height:261px;
			display:block;
			background:url('../img/bleu/bg_right.gif');
		}
		
		#bloc_content #frame{
			float:left;
			width:336px;
			height:246px;
			overflow:auto;
			margin-top:10px;
			margin-left:10px;
		}
		
		#main #bloc_content #frame p{
			margin-right:10px;
			margin-top:10px;
			margin-bottom: 10px;
			text-align:justify;
			/*letter-spacing: 0.1em;*/
			/*word-spacing: 0.5em;*/
			}
		
		#main #bloc_content #frame p a:link, a:visited {
			color:#0084c1;
			text-decoration: none;
			font-weight: bold;

			}
		#main #bloc_content #frame p a:hover {
			color: #fff;
			text-decoration: none;
			font-weight: bold;

			}
			
		a.blue,  a.blue:visited  {font-family: Arial; font-size: 12px; color: #0084c1; font-style: normal; text-decoration: none;}
		a.blue:hover {color: #fff; font-size: 12px; font-style: normal; text-decoration: none;}
		
		#main #bloc_content #frame h1, h2, h3, h4, h5{
		margin-top:20px;
			font-size: 12px;
			text-transform:uppercase;
			color: #000;
			letter-spacing: 1px;
			}

	/*FOOTER */
		#main #bloc_footer{
			width:783px;
			height:112px;
			background-color:#000000;
			background:url('../img/bleu/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:#fff;
			text-decoration: none;
			font-weight: bold;
			}
		#bloc_footer a:hover {
			color: #0084c1;
			text-decoration: none;
			font-weight: bold;
			}
		
	