
.titre1 { 	
	color: #000000;
	font-size: 13px;
	font-weight: bold;

}
.titre2 { 	
	color: #000000;
	font-weight: bold;
}

.titrearticlefond { /*image de fond de la designation article*/

	background-image: url(../img/app1.gif);
	background-repeat: repeat-x;
}
.titrearticlestyle { /*image de fond de la designation article*/
	height: 50px;
	padding-left: 30px;
	background-image: url(../img/app2.gif);
	background-repeat: no-repeat;
	color: #005d04;
	font-size: 20px;
	font-weight: bold;
}
.style {
	color: #005d04;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	
}


/*formatage menu */

.fond-menu1 {
	background-image: url(../img/trans1.gif);
	background-repeat: repeat-y;
}
.fond-menu2 
{
	background-image: url(../pcportable/menu-info.gif);
	background-repeat: no-repeat;

}
.fond-menu3 {
background-image: url(../img/barre-menu-famille.gif);
	background-repeat: no-repeat;

}
.fotoarticle {
	width: 200px;
	height: auto;
	text-align: center;
	vertical-align: top;
}

/*formatage des tableaux */
.tableau{
	background-color: #f0f0f0;
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
}
.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 {
	background-image: url(../pcportable/onglet-pcportable1.gif);
	background-repeat: no-repeat;
	height:17px;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 16px;
	position: relative;

}	
/*formatage des puces pour listes */
	
.puceflecheorange { /*fleche orange */
	list-style-image: url(../img/fleche3.gif);
	height: auto;
	display: list-item;
	margin-top: 3px;
}	
.puceflecheespace { /*fleche a la couleur de l'espace*/
	list-style-image: url(../pcportable/pcportable-fleche.gif);
	display: list-item;
	margin-top: 3px;
	
}
	
.pucecarreorange { 
	list-style-image: url(../img/bille.gif);
	height: auto;
	display: list-item;
	
}	
/*formatage des onglets */

.alignonglet {
	width: 587px;
	background-image: url(../pcportable/onglet-coin.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px ;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-weight: bold;

}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{/*style des onglets */
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
color: #ffffff;/* border: 1px solid #314784;*//*bordure des onglets*/

background: white url(../pcportable/onglet-inactif.gif) top left repeat-x;
}	

	
.shadetabs li a:visited{
color: #ffffff;

}

.shadetabs li a:hover{ /*style lien on mouse hover*/
text-decoration: underline;
color: #ffffff;

}

.shadetabs li.selected{ /*style pour l'onglet actif position par rapport aux autres onglets*/
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../pcportable/onglet-actif.gif);
	
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontentstyle{ /*style du contenu des onglets*/
	border: 1px solid #cccccc;
	width: auto;
	margin-bottom: 1em;
	padding: 0px;
	background-color: #f0f0f0;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
