/* Feuille de styles pour le site FRIGOR - © 2006 - Axeinformatique */

/* bloc produit */
.blocprod {
	background-image: url(../images/bg_fond_prod.jpg);
	background-repeat: repeat-y;
	width: 580px;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* navigation produits */
#navbar {
	font-size: 1.1em;
	height: 20px;
	color: #00529b;
	width: 580px;
	margin-left: 5px;
	text-align: center;
}

#navbar a:link, #navbar a:visited {
	color: #00529b;
	text-decoration: none;
	padding-right: 5px;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#good {
	padding-right: 5px;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #004389;
}
#navbar a:hover, #navbar a:active {
	color: #FFFFFF;
	background-color: #004389;
}
/* styles textes */
.titreprod {
	color: #00529b;
	font-size: 1.1em;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00529b;
	font-weight: bold;
	margin-left: 160px;
}
.textprod {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 5px;
	padding-right: 10px;
	margin-left: 160px;
}
.liensprod {
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00529b;
	font-size: 0.8em;
	line-height:1.8em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 160px;
	padding-right: 10px;
}
.liensprod a:link, .liensprod a:visited {
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	color: #141414;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../images/down_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.liensprod a:hover, .liensprod a:active {
	color: #FFFFFF;
	background-color: #00529b;
	background-image: url(../images/down_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/* images */
.blocprod img {
	width: 145px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* titre header */
#header_prod h1 {
	font-weight: normal;
	color: #0060B6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 115px;
	top: 10px;
	width: 480px;
	text-align: center;
}
