BODY, INPUT, TD, SELECT
{
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	padding:0;
	margin:0;
}
BODY
{
	background-color:#fff;
	color:#000;
}
INPUT
{
	font-family:verdana;
}
SELECT
{
	font-family:verdana;
	margin-top:4px;
	margin-bottom:4px;
}
A, A:link
{
	color:#404040;
	white-space:nowrap;
		text-decoration:none;
}

IMG
{
	border:none;
}

#mainTable
{
	background-color:#fff;
	/*background-image:url(../media/head_bg.jpg);*/
	/*background-repeat:repeat-x;*/
	float:left;
	width: 801px;

	position: absolute;
	left: 50%;
	margin-left: -400px;
	padding-bottom:0px;
	
}
* HTML #mainTable /* IE */
{
		height:100%;
}

#banner
{
	width:756px;
	height:170px;
	background-image:url(../media/ban.gif);
	text-align:left;
}
#banner-photo
{
	float:left;
	background-image:url(../media/banniere_photo.jpg);
	width:276px;
	height:134px;
}
#banner-logo
{
	float:left;
	background-image:url(../media/banniere_logo.png);
	width:525px;
	height:134px;
}
#banner-shadow
{
	clear:left;
	background-image:url(../media/banniere_ombre.png);
	width:801px;
	height:16px;
}

#header
{
	font-family:Arial;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	width:704px;
	line-height:20px;
	text-align:right;
	padding-top:1px;
}

#header a
{
	color:#FFF;
	text-decoration:none;
}

#header a:link{ } #header a:visited{ }
#header a:hover
{
	color:#000;
}
#header a:active{ }


#mainMenu
{
	clear:both;
	margin-top:0px;
	width:645px;
	height:45px;
	margin-bottom:0px;
	text-align:center;
	padding-top:10px;
}

#mainMenu a
{
	font-family:Arial;
	font-size:14px;

	float:left;
	display:inline;
	text-decoration:none;
	/*border:solid 1px #666;*/

	background-image:url(../media/button_off.jpg);
	background-repeat:repeat-x;

	line-height:29px;
	width:141px;
	margin-left:16px;
	color:#000;
	font-weight:bold;
}

#mainMenu a:link { } #mainMenu a:visited { }

#mainMenu a:hover
{
	background-image:url(../media/button_on.jpg);
	color:#fff;
}

#mainMenu a:active  { }

#mainBody
{
	width:756px;
	background-image:url(../media/back_gradient.gif);
	text-align:left;
	
	background-repeat:repeat-y;
	
	height:auto;
	
}

#leftColumn
{
	float:left;
	clear:left;
	display:inline;
	width:588px;
	min-height:550px;
	overflow-x:hidden;
	overflow-y:visible;
	margin-left:16px;
}

* html #leftColumn /* IE */
{
	height:550px;
}

#callbackBox2
{
	background:url(../media/callback.jpg);
	background-repeat:no-repeat;
	font-size:8pt;
	
	color:#333333;

	padding-top:120px;
	margin-top:0px;
	
	text-align:center;
	
	height:244px;
	width:171px;
	
	
}

#callbackBox3
{
	background:url(../media/callbnr.jpg);
	background-repeat:no-repeat;
	font-size:12pt;
	
	color:#333333;

	padding-top:130px;
	margin-top:0px;
	
	text-align:center;
	
	height:15px;
	width:171px;
	
	
}

#callbackBox2 a
{
	color:#FF6501;
	text-decoration:underline;
}

#callbackBox2 input
{
	display:inline;
	width:104px;
}

#tabs
{
	
	width:90%;
	margin-left:20px;
}

#tabs td
{
	background-image:url(../media/tab_off_bg.jpg);
	background-repeat:repeat-x;
	height:24px;
	text-align:center;
}

#tabs a
{
	font-family: arial;
	font-weight:bold;
	text-align: center;
	font-size:12px;
	text-decoration:none;
	color:#000;
}
#tabs a:link { } #tabs a:visited { }
#tabs a:hover
{
	color:#000;
}
#tabs a:active { }

#tabs td#currentTab
{
	background-image:url('../media/tab_on_bg.jpg');
}

#tabs td#currentTab a
{
	color:#ff6501;
}

#tabs td.leftTab
{
	background-image:url('../media/tab_off_left.jpg');
	background-repeat:no-repeat;
	width:9px;
}

#tabs td.rightTab
{
	background-image:url('../media/tab_off_right.jpg');
	background-repeat:no-repeat;
	width:9px;
}

#tabs td.currentLeftTab
{
	background-image:url('../media/tab_on_left.jpg');
	background-repeat:no-repeat;
	width:9px;
}

#tabs td.currentRightTab
{
	background-image:url('../media/tab_on_right.jpg');
	background-repeat:no-repeat;
	width:9px;
}


#tabs td#filler
{
	background-image:none;
	border-top:solid 1px #fff;
	border-left:solid 0px #999;
	border-right:solid 0px #f00;
	border-bottom:solid 1px #CCC;
	height:24px;
	width:100%;
}

#contentContainer
{
	
	clear:left;
	width:700px;
	margin-left:20px;
	background-color:#fbf7f8;
	min-height:550px;
	overflow-y:visible;
}

* html #contentContainer/* IE */
{
	height:550px;
}


.innerContent
{
	
	width:700px;
}

#rightColumn
{
	display:inline;
	float:left;
	margin-left:16px;
	width:168px;
}

#rightColumn a
{
	display:block;
	width:100%;
	margin-bottom:8px;
	text-decoration:none;
}

#loginBox
{
	border:solid 0px #fff;
	background-image:url(../media/espace_client.jpg);
	background-repeat:no-repeat;

	width:169px;
	height:91px;
}

#loginBox table
{
	font-family:arial;
	font-weight:bold;
	font-size:12px;

	margin-top:30px;
	margin-left:5px;
}

#loginBox input
{
	border:1px solid #666;
	height:12px;
	width:70px;
}

#footer
{
	clear:left;
	font-size:10px;
	width:700px;
	text-align:center;
    bottom:-62px;
  	position:absolute; 	/* pour rejeter le footer en bas de la page */
	
	left:50%;
	margin-left:-350px;
}

.userForm
{
	width:400px;
	border-width:0px;
	float:left;
}

/* CLASSES GENERIQUES DOJO */

.dojoDialog,
.dijitDialog
{
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
	text-align:center;
	font-family:Verdana;
	font-size:10pt;
	font-weight:normal;
}

.dojoTab {
	font-size:10pt;
}

.dojoTabPane
{
	padding:8px;
	text-align:left;
}

.dojoTabLabels-top
{
	font-family:Verdana;
}

.dojoTabPaneWrapper
{
	overflow:hidden;
}

.dojoValidateEmpty
{
	background-color:#FCE1E1;
}

/* SMART BUTTON */

a.smartContent, .smartContent
{
	font-family:verdana;
	text-align:center;
	text-decoration:none;
	background-color:#999;
	color:#FFF;
	width:150px;
	float:left;
}

/* obligatoire pour faire fonctionner la propriété hover */
a.smartContent:link { } a.smartContent:visited { }

a.smartContent:hover
{
	background-color:#CCC;
	color:#fff;
	cursor:pointer;
        cursor:hand;
}

/* obligatoire pour faire fonctionner la propriété hover */
a.smartContent:active { }

/* FORMULAIRES POUR LES CONTACTS */

.contactAskForm
{
	width:400px;
	border-width:0px;
	margin-top:4px;
	margin-bottom:4px;
	background:#fdd1b4;
	display:none;
}

.contactAskForm SELECT, .contactAskForm INPUT, .contactAskForm TEXTAREA
{
	font-size:11px;
}

.okMessage
{
	width:400px;
	border-width:0px;
	margin-top:4px;
	margin-bottom:4px;
	color:#ff6600;
	display:none;
}

.innerAskForm
{
	padding:8px;
	text-align:left;
}

/*QUI SOMMES NOUS ?*/

#renseignement_societe
{
	font-family: arial;
	font-size: 8pt;
}

/* Details du produit */

#tableGaranties
{
	text-align: left; 
	height: 427px; 
	width: 558px;
	border-left:1px solid #000;
	border-top:1px solid #000;
}

#tableGaranties TH
{
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	background-color:#FF6501;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

#tableGaranties TH.rien
{
}

#tableGaranties TD
{
	text-align:center;
	font-size:11px;
	background-color:#e9e9e9;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

#tableGaranties TD.non
{
	color:#FFF;
	background-color:#e76720;
}

.mentionJuridique
{
	margin-top:12px;
	float:left;
	width:100%;
	font-size:9px;
	color:#999;
	text-align:center;
}

#hider
{
	color:#FF6501;
}

#flash-alternate
{
	width:100%;
}

#index_text
{
	position:absolute;
	font-size:9pt;
	color:#505050;
	width:600px;
	top:690px;
	left:94px;
	font-family:arial;
}

#index_text a
{
	text-decoration:none;
}

#index_text h1
{
	color:#ea701b;
	font-size:14pt;
	font-weight:bold;
	margin:0 0 10px 0;
}




/* Call Back */

.call_container
{
	width:451px;
	height:465px;
	background-image:url(../media/back_call.gif);
	
}

.call_txt
{
	color:#ea701b;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	position:relative;
	width:451px;
	top:200px;
}

.call_btn
{
	
	position:relative;
	width:131px;
	height:34px;
	left:146px;
	padding-top:8px;
	text-align:center;
	top:263px;
	background-image:url(../media/bntval_call.gif);
	background-repeat:no-repeat;
}

.call_btn a
{
	color:#FFF;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	
}

.call_input
{
	position:relative;
	left:122px;
	top:241px;
}

.recall
{
	border:none;
	margin-left:34px;
}

.promo
{
	margin-left:-15px;
	margin-bottom:10px;
}


.index_promo
{
	width:683px;
	height:347px;
	position:absolute;
	left:57px;
	
	background-image:url(../media/index_bg.gif);
	top:210px;
	
}

.btn_promo
{
	position:relative;
	
	top:10px;
	width:300px;
	left:420px;
	
	
}

.text_promo
{
	font-family:verdana;
	position:absolute;
	
	top:37px;
	left:-2px;
	
	color:#545454;
	font-size:10pt;
	line-height:1;
	width:400px;
}

.text_promo li
{
	/*height:34px;*/
	margin-bottom:10px;
	line-height:0.9;
}

.bigger, .bigger a
{
	font-size:16pt;
	font-weight:bold;
	color:#ea701b;

}

.orange, .orange a
{
	font-size:12pt;
	font-weight:bold;
	color:#ea701b;
}

.flash_index
{
	position:absolute;
	
	left:37px;
	top:543px;
	width:724px;
	height:90px;
}

.back
{
	position:absolute;
	left:50px;
	top:10px;
}



.article
{
	margin-left:20px;
	width:600px;
	margin-bottom:30px;
	font-family:arial;
	
}

.article a
{
	text-align:right;
	font-size:8pt;
}

.article h2
{
	color:#FF6501;
	
}


.article .liens
{
	width:100%;
	text-align:right;
}

.Actu 
{
	
	margin-left:20px;
}

.btn_15
{
	left:352px;
	position:absolute;
	top:134px;
	z-index:12;

}

.fastlinks
{

	background-image:url(../media/back_gradient.gif);
	background-repeat:repeat-y;
	height:auto;
	text-align:center;
	width:756px;
	


}	


.fastlinks .padder
{
	margin:0 50px;
	border:1px solid #ddd;
	
}

.fastlinks table td 
{
	text-align:center;

}

.fastlinks table td p
{
	margin:0;
	font-size:8pt;

}

.fastlinks table td span
{
	margin:0;
	font-size:8pt;

}

.baisse
{	

	border:1px solid #EA701B;
	margin:10px 17px;
	padding:10px;
	width:300px;
	


}