/* CSS Document */

body {
	/*padding-top:30px;*/
	margin:0px;
	margin-top:10px;
	background:#000000;
	color:#b1b1b1;
	}
img {
	border:0;
	}
a {
	text-decoration:none;
	color:#b1b1b1;
	}
	
#header {
	width:990px;
	height:136px;
	margin:auto;
	margin-bottom:20px;
	background:url('../images/LOGO_MZ.JPG') no-repeat center;
	}
	
#body {
	width:990px;
	margin:auto;
	}

#footer {
	position:relative;
	top:400px;
	margin:auto;
	width:990px;
	height:100px;
	background:#FFFFFF;
	}
.content {
	float:left;
	width:770px;
	}
.column-left {
	float:left;
	width:220px;
	}
.column-center {
	float:left;
	width:230px;
	margin-left:20px;
	margin-right:30px;
	}
.column-right {
	float:left;
	width:490px;
	text-align:center;
	}

/**************************************/
/*			MENU                                 */
/**************************************/

.menu-cell-title {
	width:178px;
	height:30px;
	padding:10px 0 0 2px;
	background:black;
	border-bottom:1px solid #474747;
	}
.menu-cell-title:hover {
	cursor:pointer;
	color:#36985f;
	border-bottom:1px solid #009E54;
	background:#001a0e;
	}
.menu-cell-subTitle {
	background:#1b1b1b;
	border-bottom:1px solid #474747;
	cursor:pointer;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	width:170px;
	}
.menu-cell-subTitle:hover {
	color:#36985f;
	}
.menu-cell {
	border-bottom:1px solid #474747;
	cursor:pointer;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	width:165px;
	}
.menu-cell:hover {
	color:#36985f;
	}

	
.ambiance {
	border:5px solid #009e54;
	}
.arrow {
	position:relative;
	top:2px;
	margin-right:5px;
	}
.contact {
	width:350px;
	margin:auto;
	position:relative;
	top:100px;
	text-align:center;
	}


/********************************/
/*		Fiche technique		*/
/********************************/
.techTitle {
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
	}
.sectionTitle {
	background:#F6E205;
	color:#39743A;
	font-weight:bold;
	padding-left:5px;
	}
.fiche-produit {
	width:700px;
	margin:auto;
	position:relative;
	text-align:center;
	margin-bottom:10px;
	}
.fiche-produit td {
	padding:3px;
	}
.fiche-produit tr {
	background:#e9e9e9;
	}
.fiche-produit tr:hover {
	background:#FFFFFF;
	cursor:pointer;
	}