body {
	font: normal small Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/background.jpg) top center repeat-y;
}
img {
	border: 0;
}
b {
	color: #006DB5;
}
.breaker {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

#background {
	width: 960px;
}
#container{
	width: 918px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}
#header {
	height: 256px;
	width: 918px;
	background-image: url(../images/header.jpg);
	position: relative;
} 	
	#time {
		position: absolute;
		top: -10px;
		right: 5px;
		color: #006DB5;
		font-weight: bold;
		font-size: x-small;
	}
	#logo {
		height: 98px;
		margin-right: 15px;
		padding-top: 20px;
	}
		#logo h1 {
			margin: 0;
			padding: 0;
			height: 98px;
			background-image: url(../images/logo.gif);
			background-position: right top;
			background-repeat: no-repeat;
		}
			#logo span#logotext  {
				display: none;
			}
#navigation {
	height: 65px;
	padding-top: 15px;
	background: #c8001c;
} 
	#bla {
		height: 25px;
		background: #a00000;
	}	
	#bli {
		height: 40px;
		background: ##c8001c;
		
	}	
		#links {
			width: 918px;
			height: 40px;
			margin: 0;
			padding: 0;
		}
			#links ul {
				height: 40px;
				margin: 0 94px;
				padding: 0;
				overflow:hidden;
			}
			#links li {
				display: inline;
				height: 40px;
				line-height: 40px;
				margin: 0;
				padding: 0;
			}
			#links a {
				text-decoration: none;
			}
			#links h2 {
				display: block;
				float: left;
				height: 40px;
				line-height: 40px;
				margin: 0;
				padding: 0;
				font-size: large;
				color: #00BFFF;
				margin-right: 15px;
				margin-top: 14px;
				cursor: pointer;
			}
			.hidden {
				display: none;
			}
			#home {
				width: 56px;
				height: 13px;
				background-image: url(../images/accueil.gif);
				background-repeat: no-repeat;
			}
			#company {
				width: 75px;
				height: 13px;
				background-image: url(../images/societe.gif);
				background-repeat: no-repeat;
			}
			#products {
				width: 100px;
				height: 13px;
				background-image: url(../images/produits.gif);
				background-repeat: no-repeat;
			}
			#certification{
				width: 102px;
				height: 13px;
				background-image: url(../images/certification.gif);
				background-repeat: no-repeat;
			}
			#distribution {
				width: 98px;
				height: 13px;
				background-image: url(../images/distribution.gif);
				background-repeat: no-repeat;
			}
			#references{
				width: 115px;
				height: 13px;
				background-image: url(../images/reference.gif);
				background-repeat: no-repeat;
			}
			#contact {
				width: 63px;
				height: 13px;
				background-image: url(../images/contact.gif);
				background-repeat: no-repeat;
			}
			h2#home {}
			h2#compagny {}
			h2#products {}
			h2#certification {}
			h2#distribution {}
			h2#references {}
			h2#contact {}
#content {
	width: 918px;
	margin: 20px 0;
	overflow: hidden;
} 
.main {
	margin: 0 20px;
}
#footer {
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #2c61af;
	color: #fff;
	font-weight: bold;
	font-size: x-small;
	position: absolute;
	width: 100%;
	bottom: -80px;
} 


.pointbreaker {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	background: url(../images/dotted.gif);
	width: 80%;
	margin: 20px auto;
	clear: both;
}