#content {
	float: left;
	width: 540px;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
}

#content h3 {
	margin-bottom: 16px;
	padding-top: 2px;
	padding-left: 10px;
	background: url(../images/fond-h2.gif) bottom repeat-x;
	color: #FFFFFF;
	font-size: 0.88em;
	font-weight: normal;
	text-transform: uppercase;
}

.bloc {
	float: left;
	width: 170px;
	height: 210px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;
}

.bloc-v {
	float: left;
	width: 170px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.image {
	width: 170px;
	height: 170px;
	padding-bottom: 7px;
	display: block;
}

.photo-categorie {
	float: left;
	width: 250px;
	height: 250px;
	margin: 0px 15px 10px 0px;
	display: inline;
}

.descriptif {	
	float: left;
	width: 250px;
	margin: 0px;
	margin-top: 10px;
	display: inline;
	color: #333333;
	font-size: 0.82em;
	line-height: 1.35em;
	text-align: justify;
}

#produits {
	float: left;
	width: 745px;
	margin-top: 30px;
	margin-left: 40px;
}

#produits table {
	height: auto;
	font-size: 0.82em;
	text-align: center;
}

#produits td.titre {
	height: auto;
	padding: 8px;
	background-color: #EFEFEF; 
	color: #1B6FB4; 
	text-transform: uppercase;
}

#produits td {
	height: auto;
	padding: 8px;
	vertical-align: top;
	text-align: left;
}

#produits td.image {
	width: 75px;
	vertical-align: top;
	text-align: center;
}

#produits td a{
	color: #1B6FB4;
}

#right {
	float: right;
	width: 185px;
	text-align: left;
}

#right-content {
	height: 285px;
	margin-right: 20px;
	background-color: #EFEFEF; 
}

#right-content h2 {
	margin-bottom: 7px;
	padding-left: 10px;
	background: url(../images/fond-h2.gif) bottom repeat-x;
	color: #FFFFFF;
	font-size: 0.88em;
	font-weight: normal;
}	

#right-content p {
	margin-bottom: 7px;
	padding: 0px 10px 5px;
	font-size: 0.82em;
	line-height: 1.5em;
}

#right-content a {
	padding-left: 10px;
	background: url(../images/puce-right.gif);
	background-repeat: no-repeat;
	color: #1B6FB4;
	font-weight: normal;
}

#right-content a:hover {
	padding-left: 10px;
	background: url(../images/puce-right-gris.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-weight: normal;
}

.bleu {
	color: #1B6FB4;
}

.gris {
	color: #333333;
}

.style1 {
	margin-bottom: 10px;
	color: #1B6FB4;
	text-decoration: underline;
}

a.lien-v, a:link.lien-v, a:visited.lien-v, a:active.lien-v {
	color: #1B6FB4;
	font-weight: normal;
}

a.lien-v:hover {
	color: #333333;
	font-weight: normal;
}

