html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:76%;
	font-family:trebuchet ms, tahoma, verdana, arial, sans-serif; 
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
  	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background:#FFF;
}

h1 {
	color: White;
	font-size: 10px;
}

#contenu {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:100px;
	bottom:38px;
	left:207px;
	right:0;
	background:transparent;
}

* html #contenu {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:1;
	border-top:100px solid #fff;
	border-bottom:38px solid #fff;
	border-left:207px solid #fff;
}


#haut {
	position:absolute;
	margin:0;
	padding-left:20px;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100px;
	background-image:url("../images/fond_haut.png");
	background-repeat:repeat-x;
	background-position:right;
	font-size:4em;
	z-index:5;
	overflow:hidden;
	color:#fff;
}

#logo {
  	height:100px;
  	background-image:url("../images/logo.jpg");
  	background-repeat:no-repeat;
  	background-position:-1px;
  	text-align:right;
}

#logo>img {
  	margin-right:20px;
}

#bas {
	position:absolute;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	bottom:0;
	left:0;
	right:40px;
	display:block;
	width:100%;
	height:38px;
	font-size:1em;
	z-index:5;
	overflow:hidden;
  	background-color:#052C7D;
  	background-image:url("../images/bas_rond.png");
  	background-repeat:no-repeat;
  	background-position:bottom right;
	color:#fff;
}

body>#bas {
	background-image:url("../images/bas_rond2.png");
}

#bas p {
  	margin:0;
  	padding:0;
  	text-align:center;
  	height:18px;
}

#bord {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:18px;
	z-index:6;
	overflow:auto;
	color:#fff;
	border-right:2px solid #666;
}

* html #bord {
	height:100%;
	top:0;
	bottom:0;
	width:20px;
	border:0;
	border-right:2px solid #666;
	color:#fff;
}

#produits {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight:bold;
	color:#052C7D;
  	}
	
#produitscont {
	margin-left: 35px;
	padding-left: 15px;
	padding-top: 5px;
	border-left-style:solid;
	border-left-width: thin;
	border-left-color:#FF0000;
	font-size: 12px;
	color:#000000;
}

#menu {
	position:absolute;
	left:0;
	top:100px;
	bottom:38px;
	width:207px;
	color:#052C7D;
  	background-image:url("../images/menu1.jpg");
  	background-repeat:no-repeat;
  	background-position:19px top;
	font-size:1em;
	z-index:4;
	overflow:auto;
}

#side {
	position:absolute;
	left:0;
	top:100px;
	bottom:38px;
	width:207px;
	height:100%;
  	background-image:url("../images/side.jpg");
  	background-repeat:repeat-y;
  	background-position:20px top;
	font-size:1em;
	z-index:4;
	overflow:auto;
}

* html #menu {
	height:100%;
	top:0;
	bottom:0;
	border-top:100px solid #fff;
	border-bottom:38px solid #fff;
	color:#fff;
}

#contenu p {
	padding:10px;
}

.bold {
	font-size:1.2em;
	font-weight:bold;
}

h2 {
	font-size:1.6em;
	margin:0;
	padding:0;
}

ul#titres {
  	padding: 28px 0 0 20px;
	margin: 0;
	list-style-type: none;
}

ul#titres li {
	margin: 0 0 4px 0;
	padding: 0;
}

ul#titres li a {
	display: block;
	width: 100px;
	line-height: 20px;
	color: #093687;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-indent: 28px;
	text-decoration: none ;
}

ul#titres li a:hover {
	color: #708090;
}