/* CSS Document */

/* ---------------------------------------------------- PRODUITS ---------------------------------------------------- */

#produits {
	position: relative;
	float: left;
	margin: 0;
	margin-top: 15px;
	padding: 0;
}

#produits div.produit {
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#produit1 {
	height: 290px;
}

#produit1bis {
}

#produit2 {
	height: 100%;
	background-color: #eeeeee;
}

#produits .contenu {
	position: relative;
	height: 100%;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#produit1 .contenu, #produit1bis .contenu {
	margin-left: 0;
	margin-right: 0;
}

#produits .contenu p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align:justify;
}

#produits .contenu .plus {
	padding-top: 15px;
	padding-bottom: 5px;
}

#produits .contenu ul {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	/* padding-left: 0; !important */
	padding-left: 5px;
}

#produits .contenu li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
}

table.tb_produit {
	margin-top: 10px;
	margin-bottom: 5px;
}
table.tb_produit .flotte {
	position: relative;
	top: 0;
	left: 0;
}
table.tb_produit .image_flottante {
	position: absolute;
	top: -40px;
	left: 10px;
}
table.tb_produit .prix_flottant {
	position: absolute;
	top: -15px;
	left: -60px;
	width: 103px;
	height: 103px;
	background: transparent url('../images/cadre_prix.gif') top left no-repeat;
}
table.tb_produit tr.gris {
	background-color: #eeeeee;
}
table.tb_produit tr.blanc {
	background-color: #fff;
}
table.tb_produit td.contenu {
	margin: 0;
	padding: 0;
}
table.tb_produit td.contenu .texte {
	padding-left: 5px;
	padding-right: 10px;
	text-align: justify;
}
table.tb_produit td.contenu .images {
	padding: 15px;
}
table.tb_produit td.contenu .captures {
	padding-left: 0; /* 15px; */
}
table.tb_produit td.contenu .captures img{
	margin-bottom: 5px;
}
table.tb_produit td.contenu .config {
	margin-left: 0;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #0c3960;
}
table.tb_produit div.rectangle {
	position: relative;
	width: 450px;
	margin-left: 5px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #808080;
	text-align: justify;
	margin-top:0;
}

table.tb_produit div.presse {
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
}

table.tb_produit div.presse p {
	font-size: 0.88em;;
}

table.tb_produit div.presse img {
	margin-right: 0;
}


/* ---------------------------------------------------- TEXTE ---------------------------------------------------- */

h1 {
	color: #0c3960;
}

sup {
	font-size: 10px;
}

.normal, li {
	color: #3e444e;
}
.normal a {
	color: #0c3960;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c3960;
	font-size: 18px;
	font-weight: bold;
}
.titre span.normal {
	color: #0c3960;
	font-size: 12px;
	font-weight: normal;
}
.titre a {
	color: #0c3960;
	text-decoration: none;
}
.titre a:hover {
	color: #0c3960;
	text-decoration: underline;
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c3960;
	font-size: 14px;
	font-weight: bold;
}

.petit {
	font-size: 9px;
	color: #3e444e;
}
.petit a {
	color: #0c3960;
}

.gras, b {
	color: #0c3960;
	font-weight: bold;
}
.gras a {
	color: #0c3960;
	text-decoration: none;
}
.gras a:hover {
	color: #0c3960;
	text-decoration: underline;
}

.gros {
	color: #0c3960;
	font-size: 24px;
	font-weight: bold;
}

.petit {
	font-size: 10px;
}

.prix {
	color: #063960;
	font-size: 24px;
	font-weight: bold;
}

.encadre {
	padding: 5px;
	border: 1px solid #0c3960;
}

.legende {
	color: #3e444e;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

#share {
    position: absolute;
    right: 10px;
	margin-top:10px;
	width:140px;
}
