body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2d3437;
	background-image:url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ffffff;
}
a {
	color:#00b6e7;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
#global {
	position: absolute;
	width: 670px;
	height:100%;
	top: 0px;
	left:50%;
	margin-left:-335px;
}
#header {
	position: relative;
	height: 50px;
	width: 670px;
	top: 0px;
	left:0px;
}
#logo{
	position:absolute;
	width:210px;
	left:0px;
	top:0px;
}
#slogan{
	position:absolute;
	width:175px;
	text-align:center;
	line-height:18px;
	left:215px;
	top:38px;
	color:#00B6E7;
	font-weight:bold;
}
#searchGoogle{
	position:absolute;
	vertical-align:middle;
	width:254px;
	height:100px;
	text-align:center;
	left:395px;
	top:0px;
	background-image:url(../images/fond-search.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#donnees{
	position: absolute;
	text-align:center;
	height: 400px;
	width: 130px;
	top: 100px;
	left:0px;
}
#donnees p {
	width:125px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:10px;
}
#menu {
	position: relative;
	width: 520px;
	text-align:right;
	top: 60px;
	left:150px;
}
#contenu {
	position: relative;
	min-height: 330px;
	width: 520px;
	top: 60px;
	left:150px;
	background-image:url(../images/fond-contenu.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	z-index:2;
}
#contenu p, dl {
	width:430px;
	margin-left:45px;
	margin-top:0px;
	margin-bottom:10px;
}
#contenu dd {
	margin-bottom:10px;
	margin-top:5px;
	margin-left:20px;
}
#produits{
	width:430px;
	margin-left:45px;
	margin-top:0px;
	margin-bottom:10px;
}
#produits p{
	width:80%;
	margin-right:10px;
	margin-top:4px;
	margin-bottom:1px;
}
#reference{
	width:440px;
	margin-left:45px;
	margin-top:0px;
	margin-bottom:10px;
}
#reference p{
	width:100%;
	margin-left:10px;
	margin-top:4px;
	margin-bottom:1px;
}
#footer {
	position: relative;
	height:15px;
	width: 520px;
	top: 45px;
	left:50%;
	margin-left:-185px;
	text-align:center;
	z-index:1;
}
.txtgras {
	font-weight:bold;
	color:#000000;
}
.txtbleu {
	color:#00B6E7;
}
.txtrouge {
	color:#CC0000;
}

.commentaire {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.btnSearch{
	background-color:#ffffff;
	border:solid 1px #2D3437;
	color:#2D3437;
	font-family:verdana;
	font-size:12px;
	margin-top:5px;
}