/* CSS Document */

/*************************************************
*        Décoration et habillage
***************************************************/

#onglets{ /*navigation dans les catégories produits*/
	position: absolute;
	left: 160px;
	top: 86px;
	width: 646px;
	z-index: 4;
	background-color: #FFFFFF;
	height: 31px;
	text-decoration: none;
	padding-bottom: -5px;
	overflow: hidden;
}
#produit{ /*contenu*/
	position: absolute;
	left: 141px;
	top: 95px;
	min-height: 490px;
	width: 550px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 40px;
}
#plus{
  	width: 90%;
	position: relatif;
        clear:left;
	border-top: 1px solid  #7e7e7e;
	border-left: 1px solid  #7e7e7e;
	border-bottom: 2px solid  #7e7e7e;
	border-right: 2px solid  #7e7e7e;
	padding-top: -5px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:20px;
	background-color: #F7F8CB;

}
#plus td {
        vertical-align:top;
}
#plus table.spip tr.row_odd {
	/*background-color:#EAD5C6;*/
}

#plus table.spip tr.row_even {
	/*background-color: #FFFFCC;*/
}


#sur_logo{
    position: absolute;
	left: 5px;
	top: 100px;
}
/************************************************************
*       habillage en fonction des produits
************************************************************/

.catalogue{
	background-color:#D9E1B5;
	background-image: url(habillage/arbre_decoupe.jpg);
	background-repeat: no-repeat;
	position: absolute;

}

.roulant {
	background-color:#D9E1B5;
	background-image: url(habillage/coin_roulant.jpg);
	background-repeat: no-repeat;
	
}
.battant {
	background-color:#f4c696;
	background-image: url(habillage/coin_battant.jpg);
	background-repeat: no-repeat;
	
}

.persienne {
	background-color:#D2D3E6;
	background-image: url(habillage/coin_persienne.jpg);
	background-repeat: no-repeat;
	}
.garage {
	background-color:#CAEEFF;
	background-image: url(habillage/coin_garage.jpg);
	background-repeat: no-repeat;
}
.fenetre {
	background-color:#FFC4C5;
	background-image: url(habillage/coin_fenetre.jpg);
	background-repeat: no-repeat;
}
.porte {
	background-color:#A5CBF5;
	background-image: url(habillage/coin_entre.jpg);
	background-repeat: no-repeat;
}
.grille {
	background-color:#FFFFBF;
	background-image: url(habillage/coin_grille.jpg);
	background-repeat: no-repeat;
}

/*************************************************
*        Style des pages "print"
***************************************************/
#print{
        width:650px;
        position:absolute;
}