body
{
    margin: 9px 0 9px 6px;
    font-family: Arial, Helvetica, sans-serif;
}


a
{
    color: #285EC0;
}
a:hover
{
    color: #000;
}
img
{
    border: 0;
}
table, tr, td, form, fieldset, thead, tbody
{
    margin: 0;
    padding: 0;
    border: 0;
}

td, td#content_right{
    color: #1E4586;
	vertical-align:top;
    padding:0 0 12px 0; 
    margin:0;
  	font-size:13px;
}
td#content_right, td#content_right p 
{
    text-align:justify;
    }

p 
{
	font-size:13px;
    color: #1E4586;
    }

table#fiche
{
    width:100%;
    }
    
td#fiche_image
{
    width: 210px;
}



/* ++++++++++++++++++++++++++++++
colors and other styles
++++++++++++++++++++++++++++++++*/

.normal_text
{
    color: #000000;
}
.red_text
{
    color: #D71730;
}
.yellow_text
{
    color: #ddb100;
}
.blue_text
{
    color: #1E4586;
}
.gray_text
{
    color: #666666;
}
.grey_bold_text
{
    color: #666666;
    font-weight: bold;
}

.underline_text
{
    text-decoration: underline;
}



/* ++++++++++++++++++++++++++++++
lists 
++++++++++++++++++++++++++++++++*/

/* ordered list <ol> there are 2 types */
/*ol
{
    margin: 25px 15px 20px 15px;
    border: 1px solid #D71730;
    padding: 8x 6px 16px 0;
    padding-bottom: 16px;
    margin: 25px 15px 20px 15px;
}*/

/*ol li
{
	font-size:1.2em;
	background:url(/01/images/layout/arrow-blue.gif) 0px 6px no-repeat;
	padding:0 0 0 9px;
	margin-left:0;
}*/


ol  {
	list-style-position:outside;
}

ol li {
	background: url(/01/images/layout/account-arrow-pink.gif) no-repeat;
	display:list-item;
	padding-left:20px;
	margin: 5px 0;
}

/*before{
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 13px;
    background: url(./01/images/layout/arrow-blue.gif) no-repeat;
    background-position: 0px 13px;
    list-style: noe;
}*/

/* common list <ul> */
ul {
	list-style:none;
	clear:both;
}

li {
	background:url(/01/images/layout/arrow-blue.gif) 0px 6px no-repeat;
	padding:0 0 0 9px;
    color: #1E4586;
}

ul li
{
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 13px;
    background: url(/01/images/layout/arrow-blue.gif) 0px 9px no-repeat;
}



td#content_right li 
{
    text-align:justify;
    }



div.forum_article li
{
    margin-right: 80px;
}

/* ordered list <ul> */
/*ol li
{
    background: url(/01/images/layout/account-arrow-pink.gif) 0px 8px no-repeat;
    margin-left: 30px;
    padding-left: 25px;
    margin-right: 30px;
    border-bottom: 1px solid #dddddd;
}*/

/* ++++++++++++++++++++++++++++++
titles 
++++++++++++++++++++++++++++++++*/


h1
{
    font:bold 18px Arial, Helvetica, sans-serif;
    color:#D71730;
    margin:10px 0;
}

h2
{
    color:#1E4586;
	font-size:16px;
}

h3, h4, h5, h6
{
    clear: both;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
    color: #1E4586;
}

h4
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: #1E4586;
}
h5
{
    color: #555555;
    font-size: 1.1em;
    margin: 15px 0 10px 0;
}

h6
{
    font-size: 0.92em;
    color: #333333;
    padding-left: 10px;
    background: url(/01/images/layout/arrow-blue.gif) 5px left no-repeat;
    margin: 0 0 10px 0;
}


/* ++++++++++++++++++++++++++++++
img alignement
++++++++++++++++++++++++++++++++*/
.img_align_right
{
    display: block;
    float: right;
    margin: 0 0 10px 15px;
}
.img_align_left
{
    display: block;
}


/* ++++++++++++++++++++++++++++++
stylings
++++++++++++++++++++++++++++++++*/
.intro_paragraph
{
    font-size: 1.1em;
    font-weight: bold;
}


.center
{text-align: center !important;}

.align-right
{
    text-align: right !important;
    }
/* price BIG new products */
div.price_newproducts {
	background:url('/01/images/layout/vignette-rouge-prix_big_no_shadow.gif') no-repeat;
	width:134px;
	height:65px;
	text-align:center;
	color:#fff;
	line-height:65px;
	font-size:2.4em;
	
}
