@charset "UTF-8";
/* CSS typography Document */

/* Table des matieres
-------------------------------------------------------------- */ 

/* Default font */
/* Headings */
/* Text elements */
/* Lists */
/* Misc text class */




/* Default font settings. 
-------------------------------------------------------------- */  

/*The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	/*font-size: 75%;*/
	font-size:12px;
	color: #6e7378;
	font-family: arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 30px;
	color:#b4b9be;
	font-family:'Arial Narrow', arial, sans-serif;
	display:block;
	width:720px;
	margin-top:5px;
	margin-left:0;
	margin-bottom:3px;
	border-bottom:1px solid #b4b9be;
	line-height:1.2em;
	letter-spacing:1px;
}
h2 {
	font-size: 20px;
	color:#6e643c;
	font-family:'Arial Narrow', arial, sans-serif;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:20px;
	letter-spacing:1px;
}
#content-page-prod h2 {
	font-size: 15px;
	color:#37383c;
	font-family:'Arial', sans-serif;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	letter-spacing:0px;
        font-weight:bold;
}
h3 {
/*
	font-size:12px;
	color:#6e7378;
	line-height:12px;
	font-weight: bold;
	margin-bottom:10px;
	*/
color:#37383c;
	font-weight: bold;
/*height:0.8em;*/
margin:0px 0 5px 0;
/*padding:1px 0 3px 0 ;*/
line-height:13px;
font-size:13px;
font-family:arial, sans-serif;
/*letter-spacing:1px;*/
/*background: transparent url('../images/base/detail-h3-bk.jpg') repeat-y top left;*/

}
	
h4 {
	font-size: 13px;
	color:#b9e60f;
	font-family:'Arial Narrow', arial, sans-serif;
	text-transform:uppercase;
	line-height:14px;
	letter-spacing:2px;
	letter-spacing:1px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
#content-page-prod p {
        margin-left:0px;
}
#content-page-prod #detail-txt p {
        margin-left:0px;
}
p {
	/*margin: 0 0  1em 20px ;*/
	color:#6e7378;
	line-height:1.2em;
	text-align:justify;
}

.txtProd p {
	margin: 0 0  1em 30px ;
	color:#6e7378;
	line-height:1.2em;
	text-align:justify;
        height:20px
}

content-page-prod p {
	margin: 0 0  1em 0 ;
	color:#646e73;
	line-height:1.2em;
	text-align:justify;
	margin-left:10px;
}

a:focus, a:hover {
	color: #3c78d2;
        text-decoration: none;
}
a {
	color: #3c78d2;
	text-decoration: none;
}
content-page-prod a{
	color:#3c78d2;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
sup{
font-size:40%;
vertical-align:top;

}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}
li{
	line-height:1.2em;
	/*margin-bottom:1em;*/
}
ul, ol {
	margin: 0 1.5em 1.5em 2em;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
ul{
	list-style-type: disc;
	margin-left:55px;
}

/* Misc text class
-------------------------------------------------------------- */

.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.fl{
	float:left;
}
