/* products */

body {
background-color: #00a0af;
}

/* font sizing */

h2#products_gold {
    padding: 20px 0 0 0;
	margin: 2px 0 2px 0;
    overflow: hidden;
    background: url("../images/hdr_products_gold.gif") no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:20px; /* for IE5.5's bad box model */
}

h2#products_red {
    padding: 20px 0 0 0;
	margin: 2px 0 2px 0;
    overflow: hidden;
    background: url("../images/hdr_products_red.gif") no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:20px; /* for IE5.5's bad box model */
}

h2#products_green {
    padding: 20px 0 0 0;
	margin: 2px 0 2px 0;
    overflow: hidden;
    background: url("../images/hdr_products_green.gif") no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:20px; /* for IE5.5's bad box model */
}

h2#products_clear {
    padding: 20px 0 0 0;
	margin: 2px 0 2px 0;
    overflow: hidden;
    background: url("../images/hdr_products_clear.gif") no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:20px; /* for IE5.5's bad box model */
}

/* header elements */

div#header_left {
	background-image: url(../images/logorp.gif);
	background-repeat: no-repeat;
}

/* layout elements */

div#title {
	padding: 100px 0 0 0;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:100px; /* for IE5.5's bad box model */
	background-image: url(../images/title_tarifs.gif);
	background-repeat: no-repeat;
}

div#title2 {
	padding: 100px 0 0 0;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:100px; /* for IE5.5's bad box model */
	background-image: url(../images/title_commande.gif);
	background-repeat: no-repeat;
}

div.product_row {
float: left;
width: 760px;
height: auto;
margin: 20px 0 0 20px;
display: inline;
}

div.product {
	float: left;
	width: 380px;
	height: 200px;
margin-right: 10px
display: inline;
}

div.product2 {
	float: left;
	width: 600px;
	height: 600px;

margin-right: 10px
display: inline;
}

div.product3 {
	float: left;
	width: 800px;
	height: 600px;

margin-right: 10px
display: inline;
}
img.product {
	float: left;
	display: inline;
	margin-top: 25px;
}

div.product_desc {
	float: left;
	width: 200px;
	height: 200px;
	display: inline;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-left: 10px;
}
div.prix_desc {
	float: left;
	width: 600px;
	height: 200px;
	display: inline;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-left: 10px;
}

div#border_bottom {
	float: left;
	width: 800px;
    padding: 20px 0 0px 0;
    overflow: hidden;
    background: url("../images/border_products_bottom.gif") no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:20px; /* for IE5.5's bad box model */
}

/* header elements */

div#menu {
background: url(../images/nav_bg_products.gif) top left no-repeat;
}

