.normalbold
{
    font-weight: bold;
}

.errorMsg
{
    color: red;
    font-weight: bold;
}

.encart
{
    font-size: 10px;
    color: #333333;
    line-height: 16px;
}

hr
{
    height: 1px;
    color: #712400;
    width: 100%;
}

body, table, td, input, select, textarea
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #712400;
}

body
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 100px;
}

#divBottom
{
    background-color: #9A331A;
}

div#divBottom{height:73px;}

html>body div#divBottom
{
	height:auto;
	min-height:73px;
}

#divBottom_container
{
	width:760px;
	margin:0 auto;
	text-align:left;
	padding:5px 0 0 0;
}


.sousSpec
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #712400;
}

.divCopyright
{
    text-align: center;
}

a 
{
    color: #712400; 
    text-decoration: underline;
}

a:hover
{  
    color: #C36327;
    text-decoration: underline;
}

.mainTable
{
    width: 760px;
    border: solid 1px #F3E0B4;
    border-collapse: collapse;
    background-color: #FBF9F4;
}

.mainLeft
{
    width: 180px;
    background-color: #FFFFFF;
    padding: 20px;
    vertical-align: top;
}

.leftTable
{
    width: 142px;
}

.mainLeft table tr
{
    vertical-align: top;
}

.leftHeader
{
    font-weight: bold;
    padding-bottom: 10px;
}

.leftItem
{

    padding-bottom: 6px;
}

.mainRight
{
    width: 580px;
    vertical-align: top;
}

.rightTable
{
    width: 540px;
    margin: 10px 20px;
    border-collapse: collapse;
}

.rightTableText
{
    padding: 10px 0px;
}

.header
{
    background-color: #993333;
}

.subHeader
{
    background-color: #CF8B30;
}

.header, .subHeader
{
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px;
}

.contentTable
{
    margin: 5px 15px;
    border-collapse: collapse;
    width: 100%;
}

.contentTableNoMargin
{
    border-collapse: collapse;
    width: 100%;
}

.contentTableText
{
    padding: 10px 0px;
}
    
.contentHeader
{
    background-color: #CF8B30;
    font-weight: bold;
}

.contentHeader td
{
    color: #FFFFFF;
}

.contentHeader td a
{
    color: #FFFFFF;
}

.contentHeader td a:hover
{
    color: #F5DCCC;
}

.contentRow
{
    background-color: #FFFFFF;
}

.contentRowSeperator
{
    background-color: #FFFFFF;
}

.contentHeader td, .contentRow td
{
    padding: 6px 4px;
}

.spanAccessory
{
    display: block;
    padding: 0px 10px;
}

.contentRowSeperator td
{
    padding: 0px 6px;
}

.formTable
{
     background-color: #FFFFFF;
     width: 100%;
     margin-bottom: 20px;
}

.formTable tr td
{
    padding: 2px 4px;
}

.formFieldName
{
    width: 160px;
}

a img
{
    border: 0;    
}

.imgNoBorder
{
    border: 0;    
}

input.iTel1 {width:25px;}
input.iTel2 {width:35px;}
input.iNoModele {width:65px;}

#UserControl1_rblPrice input, 
#UserControl1_rblBrandName input, 
#UserControl1_rblQuality input, 
#UserControl1_rblHeatOutput input, 
#UserControl1_rblCustomize input, 
#UserControl1_rblEfficiency input, 
#UserControl1_rblWarranty input, 
#UserControl1_rblLocalService input, 
#UserControl1_rblTauxPollution input
{width:15px;}

#UserControl1_rblSexe td, #UserControl1_rblSexe label
{width:50px;}

#tblImportant table {margin:0px;}
#tblImportant table input {margin:0px;}
#tblImportant table th, #tblImportant table td  {border:0;}

/* ---------------------------------------- */
/* ------------- validation ------------- */
/* ---------------------------------------- */
.validationWrap {
    padding: 10px 0;
}
.validation {
    background-color: #FFC0C0;
    border: 1px solid #FF0000;
    color: #666666;
    padding: 10px;
    width: 500px;
}
.validation ul {
	list-style-type: square !important;
	margin: 0 !important;
	padding: 0 !important;
}
.validation li {
	margin: 0 0 0 40px !important;
	padding: 2px !important;
}