/****************************************************************************
* FONDS PANIER
****************************************************************************/
.fondpanierdroit {
	background: #FFFFFF url(../../images/panier/fond_droit.gif) repeat-y left top;
}
.fondpanierbleu {
	background: #1F4A7F;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:6px;
	font-size:10px;
	border-bottom: #FFFFFF 2px solid;
}
.fondpanierbordure1 {
border-left: #FFFFFF 1px solid;
}
.fondpanierbordure2 {
border-left: #D6D6D6 1px solid;
}
.fondpaniergris1 {
	background: #FAFAFA;
	color:#1F4A7F;
	text-decoration:none;
	padding-left:6px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:15px;
	font-size:10px;
	border-bottom: #FFFFFF 2px solid;
	border-top: #FFFFFF 2px solid;
}
.fondpaniergris2 {
	background: #F3F3F3;
	color:#1F4A7F;
	text-decoration:none;
	padding-left:6px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:15px;
	font-size:10px;
	border-bottom: #FFFFFF 2px solid;
	border-top: #FFFFFF 2px solid;
}
.fondpaniergris3 {
	background: #1F4A7F;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:6px;
	font-size:10px;
}
.fondpaniergrispromo {
	background: #FFE1C4;
	color:#1F4A7F;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:6px;
	font-size:10px;
}
.fondpanierpromo {
	background: #DFE9F8 url(../../images/panier/fond_promo.gif) no-repeat left top;
	color:#1F4A7F;
	text-decoration:none;
	padding-left:6px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:15px;
	font-size:10px;
}
.fondpanierpromouni {
	background: #DFE9F8;
	color:#1F4A7F;
	text-decoration:none;
	padding-left:6px;
	padding-top:5px;
	padding-bottom:4px;
	padding-right:15px;
	font-size:10px;
}
.fondpanierbordure3 {
border-top: #1F4A7F 1px solid;
}
.fondpanierorange {
	background: #FFFFFF url(../../images/panier/fond_valider.gif) repeat-x left top;
	color:#FF7200;
	text-decoration:none;
	padding-top:6px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.fondpanieraccessoires {
	background: #FFFFFF url(../../images/panier/fond_accessoires.gif) repeat-y right top;
	padding-top:6px;
	padding-right:20px;
	font-size:10px;
}
.chCommandeNonValide {
	border: solid 1px red;
}
/****************************************************************************
* FONDS RAMEUR C2
****************************************************************************/
.fondrameurc2 {
	background: #FFFFFF url(../../images/rameurc2/fond_rameurc2.jpg) no-repeat left top;
}
.fondrameurc2bleu {
	background: #758FB4;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:8px;
	padding-right:15px;
	font-size:10px;
}
.fondrameurc2bleuclair {
	background: #F0F3F7;
	color:#1F4A7F;
	text-decoration:none;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:8px;
	padding-right:11px;
	font-size:10px;
}
.fondrameurc2blanc {
	background: #FFFFFF;
	color:#1F4A7F;
	text-decoration:none;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:8px;
	padding-right:11px;
	font-size:10px;
}
.fondrameurc2orange {
	background: #FF7F00;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:8px;
	padding-right:11px;
	font-size:10px;
}
.fondrameurc2bordure {
border-left: #CAD5E2 1px solid;
}

.nomproduitrameur{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF7F00;
text-decoration:none;
font-size:22px;
}
a.nomproduitrameur{
text-decoration:none;

}
a.nomproduitrameur:hover{
text-decoration:none;

}

.typeproduitrameur{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#5173A0;
text-decoration:none;
font-size:18px;
}

/****************************************************************************
* ENCART DROIT (ENCADRE EXPLICATIF)
****************************************************************************/
#cadre_centrage
{
    position:absolute;
    text-align: left;
    Z-Index: 250;
    top: 0px;
}
#encart_droit img
{
    border: none;
}
#encart_droit img.suivant
{
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    cursor: pointer;
}
#encart_droit img.precedent
{
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    cursor: pointer;
}
#encart_droit
{
    position: relative;
    width: 260px;
    height: auto;
    top: 300px;
    left: 460px;
    margin: 0px;
    padding: 1px;
    border: solid 1px #CCCCCC;
    background-color: #F5F5F5;
    Z-Index: 250;
}
#encadre_conseils, #encadre_entretien
{
    width: 260px;
    height: auto;
    padding: 2px;
    border: solid 1px #E5E5E5;
    background-color: #FFFFFF;
}

#encadre_conseils
{
    display: block;
    visibility: visible;
}
#encadre_entretien
{
    display: none;
    visibility: hidden;
}
#encadre_conseils caption, #encadre_entretien caption
{
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.2em;
    padding: 2px;
    background-color: #F5F5F5;
    border: solid 2px #E5E5E5;
}

#encadre_entretien td, #encadre_conseils td
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px #F5F5F5;
}
#encadre_conseils h1
{
    text-align: center;
    padding: 2px;
    text-transform: uppercase;
    font-weight: normal;
    border: solid 1px #003366;
    background-color: #F5F5F5;
    margin-top: 2px;
    margin-bottom: 2px;
}
#encadre_entretien ul
{
    margin-left: 12px;
    margin-right: 4px;
    padding: 0px;
}
#encadre_entretien li
{
    list-style-type: square;
}
#encadre_entretien p, #encadre_conseils p
{
    margin-top: 6px;
    margin-bottom: 6px;
}

/************************/

#contenu h1.nomproduit {
    margin: 6px 0 0;
    padding: 6px 6px 0;
    color: #B30838;
    font-size: 1.9em;
    font-weight: 401;
}
#contenu h2.nomproduit {
    margin: 6px 6px 0;
    color: #003D79;
    font-weight: normal;
    font-size: 1.95em;
    border: none;
}
#contenu h1.nomproduit .prix_barre {
  display: block;
  position: absolute;
  top: 48px;
  right: 6px;
  width: 150px;
  font-variant:normal;
  font-size: 0.6em;
  text-align: center;
  font-weight: normal;
}
#contenu h1.nomproduit .prix {
    position: absolute;
    top: 16px;
    right: 6px;
    width: 150px;
    padding: 4px;
    text-align: center;
    font-size: 0.75em;
    color: #FF7F00;
    font-variant: normal;
    border: solid 1px #F08B1D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}
#contenu #navigation_produits {
    display: block;
    margin: 10px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 4px;
    padding-left: 16px;
    padding-right: 6px;
    color: #666666;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
    text-align: left;
    border: solid 1px #eeeeee;
    border-bottom-color: #999999;
    -moz-border-radius: 16px;
    -webkit-border-radius: 12px;
}
#contenu #navigation_produits strong, #contenu #navigation_produits a {
    margin-left: 16px;
    margin-right: 16px;
}
#contenu #navigation_produits strong {
    font-size: 1.1818em;
    color: #222222;
}
#contenu #navigation_produits a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#contenu #navigation_produits a:hover {
    color: #B30838;
}
#contenu #produit {
    position: relative;
    margin: 6px;
    border: solid 2px #dddddd;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
#contenu #produit hr {
    border-color: #DDDDDD;
    margin-top: 4px;
    margin-bottom: 6px;
}
#contenu #produit #infos {
    width: 495px;
    min-height: 500px;
    padding: 6px;
    color: #666666;
    border-right: dotted 1px #dddddd;
}
#contenu #produit #infos .textbox {
    color: #333333;
}
#contenu #produit #infos .textbox ul li {
    list-style-position: inside;
    list-style-type: square;
}
#contenu #produit #infos .textbox hr {
    clear: none;
}
#produit #infos .box, #produit .column {
    width: 180px;
    padding: 6px;
    padding-top: 4px;
    padding-bottom: 6px;
    float: left;
    border-bottom: solid 1px #999999;
    background-color: #FFFFFF;
}
#produit .column {
    width: 32%;
    margin-top: 4px;
    margin-left: 4px;
    padding: 0;
    float: left;
    clear: none;
    border: solid 2px #dddddd;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
		#liste_accessoires .accessoire {
			width: 330px;
			padding: 6px 10px 16px 4px;
			margin: 6px;
			border: solid 1px #eeb211;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px 6px;
			float: left;
		}
		#liste_accessoires .accessoire h2 {
			margin: 0;
			padding: 0;
		}
		#liste_accessoires .accessoire .image {
			width: 120px;
			height: 140px;
			margin: 4px;
      position: relative;
			float: left;
			text-align: center;
			z-index: 0;
		}
		#liste_accessoires .accessoire .image img {
		  display: block;
			width: 120px;
			height: 90px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
		}
		#liste_accessoires .accessoire .rupture {
			display: block;
			width: 100px;
			padding: 6px;
			position: absolute;
			top: 120px;
			left: 6px;
			color: #ffffff;
			text-align: center;
			font-size: 1.1em;
			font-weight: bold;
			font-variant: small-caps;
			background-color: #990000;
			z-index: 20;
			opacity: 0.9;
		}
		#liste_accessoires .accessoire .prix {
			display: block;
			width: 108px;
			padding: 6px;
			position: absolute;
			top: 75px;
			left: 0;
			color: #ffffff;
			text-align: center;
			text-decoration: none;
			font-weight: bold;
			background-color: #f08b1d;
			z-index: 10;
			clear: both;
		}
		#liste_accessoires .accessoire .description {
			width: 190px;
			padding: 6px;
			text-align: justify;
			float: right;
		}
		#liste_accessoires .accessoire .ajout_produit {
			padding: 6px;
			position: absolute;
			top: 120px;
			left: 6px;
			color: #ffffff !important;
			font-style: normal !important;
			font-weight: bold;
			text-decoration: none;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px 6px;
			background-color: #f08b1d;
		}
		#liste_accessoires .accessoire .ajout_produit:hover {
			background-color: #afbd22;
		}
#produit #infos h3 {
    margin:0;
    margin-bottom: 4px;
    padding: 0;
    color: #222222;
    text-align: left;
    font-size: 1.0909em;
    border-bottom: none;
}
#produit #infos .textbox h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-variant: small-caps;
    font-size: 1.4545em;
}
#produit #infos a {
    color: #B30838;
}
#produit #infos .box h4, #produit .accessoires h3 {
    margin: 0;
    margin-top: 6px;
    margin-bottom: 2px;
    padding: 0;
    color: #333333;
    text-align: left;
    border-bottom: none;
}
#produit #infos .box p {
    margin: 6px;
    margin-top: 0;
    margin-left: 4px;
    padding: 0;
    line-height: 1.6363em;
}
#produit #infos .box p:first-letter {
    margin: 0;
}
#produit #infos strong {
    color: #000000;
}
#produit #infos a strong {
    color: inherit;
}
#produit #infos .box h5 {
    display: inline;
    color: #444444;
    font-size: inherit;
    line-height: 1.6363em;
    font-variant: small-caps;
}
#contenu #produit #achat {
    position: absolute;
    width: 210px;
    top:0px;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#contenu #achat a.btn {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 1.1818em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#achat .promo {
	display: block;
    width: 186px;
    margin-left: auto;
    margin-right: auto;
}
#achat .promo strong {
	display: block;
    color: #FFFFFF;
    font-size: 1.0909em;
    padding-bottom: 6px;
    border-bottom: solid 1px #FF7F00;
}
#achat .promo .top-promo {
	display: block;
    height: 51px;
    background-image: url('../images/boutique/bloc-promo-haut.gif');
    background-position: top center;
}
#achat .promo .texte-promo {
	display: block;
    color: #FFFFFF;
    min-height: 100px;
    margin: 0;
    padding: 4px;
    background-image: url('../images/boutique/fond-bloc-promo.gif');
    background-position: top center;
}
#achat .promo .bottom-promo {
	display: block;
    height: 64px;
    background-image: url('../images/boutique/bloc-promo-bas.gif');
    background-position: bottom center;
}
/****************************************************************************
* COMPARATIF DE PRODUITS
****************************************************************************/
#comparatif {
    display: block;
    width: 726px;
    margin: 4px;
    margin-top: 10px;
    padding: 2px;
    border: solid 1px #E5E5E5;
}
#comparatif a {
    text-decoration: none;
}
#comparatif h3 {
    margin: 0px;
    padding: 2px;
    color: #B30838;
    font-size: 1.1818em;
    font-variant: small-caps;
    border: none;
}
#comparatif h3 a {
    color: inherit;
}
#comparatif h3 a:hover {
    color: #FF7F00;
}
#comparatif p {
    padding: 0;
    margin: 0;
}
#comparatif thead {
    text-align: center;
    font-variant: small-caps;
    background-color: #FFFFFF;
}
#comparatif thead th:first-child {
    font-size: 1.2727em;
    background-color: #F7F7F7;
}
#comparatif thead th:first-child h1 {
    color: #FFFFFF;
}
#comparatif thead th, #comparatif tfoot th {
    padding: 4px;
    padding-bottom: 6px;
    color: #003366;
    border-right: solid 1px #F5F5F5;
    border-bottom: #EFF3F4;
}
#comparatif thead.enligne th, #comparatif tfoot.enligne th {
    font-size: 1.2727em;
    color: #003D79;
    background-color: #FCFCFC;
}
#comparatif .borderbottom th {
    border-bottom: solid 2px #003D79;
}
#comparatif .bordertop th {
    border-top: solid 2px #003D79;
    border-bottom: none;
}
#comparatif thead th a, #comparatif tfoot th a {
    color: #B30838;
}
#comparatif thead th a:hover, #comparatif tfoot th a:hover {
    color: #FF7F00;
}
#comparatif tbody {
    background-color: #FFFFFF;
}
#comparatif tbody td {
    padding: 4px;
    border: none;
    color: #666666;
    border-right: solid 1px #EFF3F4;
    border-bottom: solid 1px #EFF3F4;
}
#comparatif tbody td strong {
    color: #444444;
}
#comparatif tbody .sectionline td {
    color: #333333;
    background-color: #B8D1D8;
    border-top: inset 2px #91B0D5;
    border-bottom: inset 2px #91B0D5;
}
#comparatif tbody .greyline td {
    background-color: #F7F7F7;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #EEB211;
}
#comparatif tbody td {
    border-bottom: solid 1px #FF7F00;
}
#comparatif .important td, #comparatif .comparer{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #FF7F00;
}
#comparatif .greyline .comparer {
    background-color: #EEB211;
}
#comparatif tbody td.caracteristiques {
    padding-left: 6px;
}
#comparatif tbody td.caracteristiques strong {
    width: 130px;
    color: #444444;
    font-size: 1.0909em;
    font-variant: small-caps;
}
#comparatif tbody .sectionline td.caracteristiques strong {
    color: #000000;
}
#comparatif tbody .important td {
    color: #FFFFFF;
}
#comparatif .important td.caracteristiques strong {
  color: #ffffff;
}
#comparatif .important td.prix {
  text-align: center;
  font-size: 1.1em;
}
#comparatif strong.prix {
    display: block;
    width: 70px;
    padding: 2px;
    padding-right: 6px;
    padding-left: 4px;
    margin-bottom: 6px;
    text-align: center;
    color: #B30838;
    text-decoration: none;
    font-size: 1.1818em;
    border: solid 2px #F08B1D;
    -webkit-border-radius: 14px;
    -moz-border-radius: 16px;
}
#comparatif .btn {
    margin: 0 !important;
}
iframe.selecteur {
    width: 724px;
    height: 560px;
    margin: 4px;
    padding: 2px;
    border: solid 1px #E5E5E5;
    font-size: 0.9090em;
}
#commande {
    position: relative;
    margin-top: 0;
}
#commande #contenu {
	width: 730px;
	min-height: 720px;
	border-left: none;
	border-right: solid 1px #dddddd;
	float: none;
}
#commande #droite {
	position: absolute;
	width: 220px;
	top: 0;
	right: 0;
	font-size: 0.915em;
}
#commande #recapitulatif, #commande #coordonnees table {
    width: 96%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #DDDDDD;
    -moz-border-radius: 10px;
}
#commande #recapitulatif thead {
    color: #FFFFFF;
    text-align: center;
    background-color: #003F79;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    overflow: hidden;
    border-collapse: collapse;
}
#commande #coordonnees table {
    border: solid 1px #B30838;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
#commande #coordonnees table thead, #commande #coordonnees table tfoot {
    color: #FFFFFF;
    text-align: center;
    font-variant: small-caps;
    font-size: 1.2727em;
    border-collapse: collapse;
}
#commande #coordonnees table th, #commande #coordonnees table td {
    padding: 4px;
}
#commande .bordurerouge {
    border-right: solid 2px #B30838;
    border-collapse: collapse;
}
#commande #recapitulatif th, #commande #recapitulatif th {
    padding: 4px;
    border-left: solid 1px #DDDDDD;
    border-bottom: solid 1px #999999;
}
#commande #recapitulatif th:first-child {
    border-left: none;
    border-bottom: none;
}
#commande #recapitulatif th, #commande #recapitulatif td {
    padding: 4px;
    padding-right: 10px;
    line-height: 1.4545em;
}
#commande #recapitulatif td img {
    margin: 2px;
    margin-right: 10px;
}
#commande #recapitulatif tfoot tr.total th {
    color: #FFFFFF;
    border-color: #DDDDDD;
    background-color: #B30838;
}
#commande #recapitulatif tfoot tr.total th:first-child {
    border: none;
    background: none;
}
#commande #recalcule {
    visibility: hidden;
    padding: 4px;
    color: #FFFFFF;
    text-decoration: blink;
    background-color: #AFBD22;
}
#commande select {
    font-size: 0.909em;
}
#commande a.liens-boutique {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px;
    color: #FF7F00;
    text-decoration: none;
    font-weight: normal;
}
#commande a.liens-boutique:hover {
    color: #B30838;
    border-color: #AFBD22;
}
#commande a.valider, #commande a.poursuivre, #commande .etape, #commande .etapeon {
    padding: 2px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    text-decoration: none;
    font-variant: small-caps;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#commande a.valider {
    margin-right: 6px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 1.1818em;
    border: solid 2px #E5E5E5;
    background-color: #FF7F00;
    float: right;
}
#commande a.valider:hover {
    color: darkorange;
    background-color: #F7F7F7;
    border: solid 2px #eeb211;
}
#commande a.poursuivre, #commande .etape {
    color: #336699;
    font-size: 1.0909em;
    border: solid 2px #DDDDDD;
    background-color: #F7F7F7;
}
#commande a.poursuivre:hover {
    color: #003D79;
    border-color: #CCCCCC;
}
#commande .etape, #commande .etapeon {
    margin-right: 6px;
}
#contenu #etapes {
	display: block;
	overflow: hidden;
}
#contenu #etapes li {
	margin-right: 6px;
	line-height: 20px;
	color: #333333;
    font-size: 1.0909em;
	list-style-position: inside;
	background-color: #f8f2e3;
	border: solid 1px #cccccc;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	float: left;
}
#commande .etapeon {
	color: #b30838 !important;
	font-weight: bold;
    border: solid 2px #E5E5E5;
    background-color: #FF7F00;
}
#commande #produit h4 {
    color: #FF7F00;
    font-variant: small-caps;
    font-size: 1.4545em;
}
#commande #coordonnees table label {
    color: #990000;
    font-variant: small-caps;
    font-weight: bold;
}
#commande #coordonnees label a {
    color: inherit;
}
#commande textarea {
    vertical-align: top;
}
