/*	cadre onglets	*/

.fond_cadre{
	background-color:#383838;
	width:440px;
	height:305px;
	display:block;
	position:relative;
	scrollbar-face-color:#c80000;
	scrollbar-arrow-color:#fd6464;
	scrollbar-track-color:#9f9e9e;
	scrollbar-highlight-color:#fd6464;
	scrollbar-shadow-color:#e6e5e5;
	scrollbar-3dlight-color:#555454;
	scrollbar-darkshadow-color: #000;
}

.texte {
	height:216px;
	width:390px;
	overflow:auto;
	position:relative; 
	top:12px; 
	padding:0px 25px;
	text-align:justify;
	font-weight:bold;
	font-size:11px;
	vertical-align:top;
}
.texte_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	text-decoration:none;
	text-align:justify;
}
.texte_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.texte_gras_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #f52525;
}
.texte_souligne_gras_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color:#f52525;
	font-weight: bold;
}
.titres {
	color:#f52525;
	font-weight:bold;
	font-size:16px;
}
.sous_titres {
	color:#f52525;
	font-weight:bold;
	font-size:14px;
}
.titres_MAJ {
	color:#f52525;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
.texte_stack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.price {
	font-weight:bold;
	font-size:13px;
}

a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
}

.back_on {
	background-image: url(../res/boutique/onglet_muscu.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	border-bottom:1px solid #c5c5c5;
	height:30px;
	width:78px;
	line-height:1.4em;
	padding:5px 5px;
	float:left;
	text-align:center;
	vertical-align:top;
	display:block;
}

.back_off {
	background-image: url(../res/boutique/onglet_off.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	border-bottom:1px solid #c5c5c5;
	height:30px;
	width:78px;
	line-height:1.4em;
	padding:5px 5px;
	float:left;
	text-align:center;
	vertical-align:top;
	display:block;
}

/*	pages stack	*/

.fond_stack{
	/* width: 333px;*/
	display:block;
	position:relative;
	scrollbar-face-color:#c80000;
	scrollbar-arrow-color:#fd6464;
	scrollbar-track-color:#9f9e9e;
	scrollbar-highlight-color:#fd6464;
	scrollbar-shadow-color:#e6e5e5;
	scrollbar-3dlight-color:#555454;
	scrollbar-darkshadow-color: #000;
}
.texte_presentation {
	height:140px;
	width:315px;
	overflow:auto;
	position:relative; 
	top:12px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:justify;
	font-size:11px;
	vertical-align:top;
	border: none;
	font-weight: bold;
	background-image: url(../res/fond_stack.jpg);
}
