/* CSS Document */
html, body, p, ul, ol, li, h1, h2, h3, div, span, img, object {
	margin:0;
	padding:0;
}
body{
	background-color:#363531;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.page{
	width:960px; 
	margin:0 auto;
}
div#logo{
	width:260px;
	height:80px;
	float:left;
	position:relative;
	background: url(images/logo.png);
}
div#hi-tech{
	width:700px;
	height:80px;
	float:left;
	position:relative;
	
}
div#hi-bath{
	width:960px;
	height:246px;
	float:left;
	position:relative;
	
}
div#menu{
	width:260px; 
	height:360px;
	float:left; 
	position:relative;
	background-image: url(images/fond-menu.jpg);
}
div#menu ul{
	list-style-type:none;
}
div#menu li{
	width:220px;
	margin-bottom:45px;
	font-size:24px;
	color:#5D5C59;
	padding-left: 40px;
	padding-top:15px;
	font-weight:bold;
	background:  url(images/puces_04.png) center left no-repeat;
}
div#menu li a{
  color: #5D5C59;
  text-decoration:none;
  font-weight:bold;
}
div#menu li a:hover {
  color: #000000;
  text-decoration:none;
  font-weight:bold;
}
.elmt-menu{
	width:200px;
}
.sous-titre{
	font-size:16px;
	font-weight:normal;
}

div#lien a{
	font-size:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333 ;
	padding-left:30px;
	padding-bottom:0px;
	}
div#lien a:hover{
	font-size:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333 ;
	padding-left:30px;
	padding-bottom:0px;
	text-decoration:none;
	}
	
div#anim-flash{
	width:700px;
	float:left;
	position:relative;
}
a:link {
	color: #D6D6D6;
}
div#pied-de-page{
	width:960px;
}
