body 
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	margin: 20px auto;
	border: 1px solid black;
	padding: 0;
}

body.impr
{
	width: auto;
}

h1 {
	clear: both;
}

a {
	text-decoration: none;
	color: black;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;

}
a:hover img, input[type=image]:hover {
	opacity: 0.5;
}

a:hover 
{
/*	zoom: 1; */
	filter: Alpha( Opacity=50 );
}
/* Entête */
#entete {
	white-space: nowrap;
	text-align: right;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-image: url(images/pinmaritime.gif);
	background-position: top right;	
}
#logo 
{
	display:inline;
	float: left;
	border: none;
}

#entete h1 
{
	margin: 0; 
	padding: 0; 
}

#entete h1 span 
{
	display: none;
}

#entete h1 a
{
	text-indent: 0;
}

#panierrecherche {
	width: 404px;
	font-weight: bold;
}
#panierrecherche img {
	vertical-align: middle;
	margin-right: 2px;
}
#panier
{
	height: 38px;
	margin: 0;
	background-color: #FFCC33;
	border-left: 1px solid black;
	border-right: none; 
	text-align: left;
}

#panier a 
{
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-color: #F9DE87;
	margin-left: 50px;
	padding: 3px 10px 3px 10px;
	text-align: center;
}

#panier a:hover
{
	text-decoration: underline;
}

#recherche
{
	margin: 0px;
	height: 38px;
	border: 1px solid black;
	border-right: none;
	background-color: white;
	text-align: left;
}
#recherche form
{
	margin: 0;
	padding: 0;
	display: inline;
	position: static;
}


#recherche input, #recherche form input
{
	color: #999999;
	font-size: 11px;
	vertical-align: middle;
	width: 200px;
}

/* menus */
#menu_actus
{
	width: 466px;
	height: 25px;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 13px 0 0 30px;
	background-image: url(images/pictoactu.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

#menu_actus li 
{
	display: inline;
}

.menu_catalogue
{
	background-color: white;
	margin : 17px 0 0 0;
	list-style: none;
	line-height: 2.5em;
	padding: 0;
}

.menu_catalogue li
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 25px;

}

.menu_catalogue li ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu_catalogue li ul li
{
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

.retour-accueil
{
	background-image: url(images/fdmenu-accueil.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
	padding: 3px 0 0 25px;
}
/* Bois d'interieur */
ul.bois_int
{
	background-image: url(images/fdmenu-boisint.gif);
	background-repeat: repeat-y;
}
/* Bois d'exterieur */
ul.bois_ext
{
	background-image: url(images/fdmenu-boisext.gif);
	background-repeat: repeat-y;
}
/* Autres */
.autres li
{
	font-size: 11px;
	font-weight: normal;
}
.autres
{
	background-image: url(images/fdmenu-autres.gif);
	background-repeat: repeat-y;
}

ul.promotions { background-image: url(images/fdmenu-promotions.gif); background-repeat: repeat-y; }

/* détail */
#detail
{
	margin: 0 22px 0 22px;
}

#detail h1
{
	font-size: 14px;
	font-weight: bold;
	padding: 1px 0 1px 0;
	text-align: right;
	border-bottom: 1px solid black;
	margin: 0;
	clear: both;
}

#detail h2
{
	font-size: 11px;
	border-bottom: 1px solid black;
	margin: 0 0 0 120px;
	padding: 0;
}

#detail p
{
	margin : 5px 0;
}
#detail .bois_ext h2
{
	color: #3D7335;
	border: none;
}
#detail .bois_int h2
{
	color: #990000;
	border: none;
}
#actus
{
	margin: 0 22px 0 22px;
}
#actus h1
{
	font-size: 14px;
	font-weight: bold;
	padding: 1px 0 1px 0;
	text-align: right;
	border-bottom: 1px solid black;
	margin: 0;
}
#actus h2
{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#actus h3
{
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
}
#actus p
{
	margin : 5px 0 0 0;
}
.detail_btn
{
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}

#nav
{
	/*float: right; */
	text-align: right;
	font-size: 10px;
	margin-right: 20px; 
}



/* detail : liste des photos */

.photoliste {
	margin: 0 -20px 0 -20px;
	table-layout: fixed;
}

.photoliste td {
	height: 110px;
	width: 110px;
	background-color:#E5E5E5;
	text-align: center;
	vertical-align: middle;
}


.photoliste .bigphoto
{
	height: 240px;
	width:240px;
	margin: 0px;
}

.photoliste .nobg {
	background-color: transparent;
	width: auto;
	height: auto;
}

/* detail : liste de produits */

.liste_produits 
{
	margin: 0 -4px 0 -4px;
	font-size: 10px;
	text-align: center;
	width: 510px;
	border: none;
	border-collapse: separate;
}

.liste_produits .head 
{
	padding: 3px;
	text-align: center;
	background-color: #E5E5E5;
	color: #990000;
	font-weight: bold;
	border: none;
}

.liste_produits input
{
	font-size: 9px;
	text-align: center;
}

.liste_produits input[type="text"] 
{
	width: 25px;
}


.list_produits td 
{
	text-align: center;
	border: none;
}

.liste_produits .item td
{
	background-color: #F9F7EB;
}
.liste_produits .altitem td
{
	background-color: #CCCCCC;
}

.liste_produits .selected, .liste_produits .selected a
{
	color: #990000;
}

/* formulaire de devis */

#devis
{
	float: left;
	margin: 20px;
	border: 1px dashed #3D7335;
	padding: 10px;
	text-align: center;
	background-image: url(images/fond-pub.old.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#devis p.intro
{
		color: #666;
		margin: 5px 0 20px 0;
	text-align: left;
}

#devis label 
{
	float: left;
	margin-bottom: 10px;
	clear:  left;
}


#devis #resultat
{
	display: block;
	font-size: 14px;
}

#resultat strong
{
	color: #900;
}

#devis h2
{
	position: relative;
	left: -30px;
	z-index: 10;
	background-image: url(images/pub.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding: 10px 0 15px 50px;
	margin: -20px 0 0 0;
	font-size: 20px;
	font-family: "Arial Black",Arial, Helvetica, Sans-Serif;
	font-style: italic;
	color: #900;
}


div.pub h1
{
	position: relative;
	z-index: 10;
	background-image: url(images/pub.png);
	background-repeat: no-repeat;
	background-position: left center;

	padding: 10px 0 15px 45px;
	margin: 0;
	font-size: 20px;
	font-family: "Arial Black",Arial, Helvetica, Sans-Serif;
	font-style: italic;
	color: #900;
}

div.pub
{
	overflow: visible;
	margin: -13px 0 0 0;
}


div.pub p
{
	margin: -40px 0 0 0;

}

div.pub a 
{
	text-align: right;
	background-image: url(images/fond-pub.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "trabuchet ms",Arial, Helvetica, Sans-Serif;
	color: #666;
	display: block;
	font-size: 19px;
	line-height: 1.1em;
	font-weight: bold;
	padding: 25px 60px 20px 50px;
	font-style: italic;
	border: 1px solid white;
	height: 190px;
}

div.pub a:hover
{
	text-decoration: none;
	color: #050;
	border: 3px solid #ccc;
	padding: 23px 56px 18px 50px;
	background-image: url(images/fond-pub-hover.jpg);
	
}