body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

.titre1 { 	
	color: #000000;
	font-size: 13px;
	font-weight: bold;

}
.titre2 { 	
	color: #000000;
	font-weight: bold;
}
.style {
	color: #0b4e93;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	
}
.tableau{
	background-color: #f0f0f0;
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid;
	width:100%; 
}
.boitetitre { /*boite titre page article */
	background-image: url(../img/app1.gif);/*fond de la designation article*/
	background-repeat: repeat-x;
	height: 35px;
	width:auto;
	position: relative;
	margin-top: 15px;
	margin-bottom: 5px;
}
.titrearticlestyle { /*image de fond de la designation article*/
	padding-left: 30px;
	background-image: url(../img/app2.gif);
	background-repeat: no-repeat;
	color: #aa0000;
	font-size: 20px;
	font-weight: bold;
	height: 100%;
}
 

.boitephoto { /* définition de la colonne gauche */
	
	position:relative; /* flotte à gauche */
	width:210px; /* largeur : 24% de .container */
	height:auto; /* hauteur : 100% du .container */
	margin-left:10px;
	padding:0;
	border: 1px solid #00CC33;
	} /* marges */

.fotoarticle {
	width: 200px;
	height: auto;
	text-align: center;
	vertical-align: top;
}
.boitecommande { /* colonne droite */
	
	position: relative; 
	/* largeur : 23% de .container */
	height:100%; /* hauteur : 100% du .container */
	width:auto;
	margin-top:-245px;
	margin-left:220px;
	margin-right:20px;
	padding-right:0px;
	padding-left:10px; /* marges */
	border: 1px solid #FF0000;
	text-align: left;
	vertical-align: top;	
}

.barre{
border-bottom:1px solid #f98a1e;
}
.styleasterisque { /*style du titre de fond de la designation article*/
	color: #727272;
	font-size: 10px;
	font-weight: lighter;
}
	
.styleprix1 {
	color: #f98a1e;
	font-size: 16px;
	font-weight: bold;
}

.onglet1 {
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	height:17px;
	background-image: url(../img/noel/onglet-noel1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:auto;
	margin-left:340px;
	margin-top: 10px;
	padding-top:8px;
	padding-left: 15px;
} 

/*formatage des puces pour listes */
	
.puceflecheorange { /*fleche orange */
	list-style-image: url(../img/fleche3.gif);
	height: auto;
	margin:0;
	padding:0;
}	
.puceflecheespace { /*fleche a la couleur de l'espace*/
	list-style-image: url(../img/noel/noel-fleche.gif);
	display: list-item;
	margin-top: 3px;
	  margin:0;
    padding:0;
}
	
.pucecarreorange { 
	list-style-image: url(../img/bille.gif);
	height: auto;
	display: list-item;
	
}
.spacer { /* force au retour à la ligne après des fenêtres float */
  clear:both;
  }

.boiteonglet{ /*image de fond de la designation article*/
	width:auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	border: 1px solid #33CCFF;

}

/*formatage des onglets */



.ongletfichart {
	float:left;
	width:auto;
	font: 12px ;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-weight: bold;
    color: #ffffff;
	}
	
.ongletfichart ul {
	padding:0;
	list-style:none;
	margin: 0;

		}
		
.ongletfichart li {
	float:left;
	background: url(../img/noel/onglet-inactif.gif) repeat-x top;
	padding:0;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	color: #ffffff;
	    }
.ongletfichart a {
	display:block;
	
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	color: #ffffff;
	}	
.ongletfichart a:hover {
	color: #f98a1e;
	text-decoration: underline;
	
	}	
	
.ongletfichart li.selected{ /*style pour l'onglet actif position par rapport aux autres onglets*/
position: relative;
top: 0px;

    }


.ongletfichart li.selected a{ /*selected main tab style */
	background-image:url(../img/noel/onglet-actif.gif);
	color: #ffffff;
}


.ongletfichart li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #ffffff;
}


.contenuongletfichart{ /*style du contenu des onglets*/
	
	clear:left;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	width: auto;
	margin-bottom: 1em;
	padding: 0px;
	background-color: #f0f0f0;}

.tabcontent{
display:none;
}

.boitepied { /*image de fond de la designation article*/
	width:auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	padding-left: 2px;
	padding-right: 2px;
	
	border: 1px solid #000066;	
}

@media print {
.tabcontent {
display:block!important;
}
}

