
/*
PROPRIETES GENERALES
*/

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

a, a:hover{
	cursor:pointer;
	text-decoration:none;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	position:relative;
	z-index:100;
}

.curseur{
	cursor:pointer;
}

body {
	width:100%;
	background:#ffffff;
	overflow-x:hidden;	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}


/*
ELEMENTS COMMUNS
*/

/*--GLOBAL--*/
#container{
	margin:0 auto;
	width:904px;
}

/*--HEADER--*/
#header{
	float:left;
	width:100%;
	height:125px;
	background:url("bg_heade.png") repeat-x;
}

#headCornLeft{
	float:left;
	width:15px;
	height:125px;	
}

#headContent{
	float:left;
	width:874px;
	height:125px;	
}

#breadcrumbs{
	float:left;
	font-size:10px;
	color:#999999;
	padding:40px 0 0 0;
}

#breadcrumbs a{
	font-size:10px;
	border-bottom:1px dotted gray !important;
	color:gray;
}

#breadcrumbs a:hover{
	font-size:10px;
	color:#666666;
	border-bottom:1px solid gray !important;
}

#logo{
	float:right;
	width:96px;
	height:79px;
	background:url("logo0000.jpg") no-repeat;
	padding:0 95px 0 0;
}

#logo a{
	float:left;
	width:50px;
	height:50px;
	margin:19px 0 0 25px;	
}

#headCornRight{
	float:right;
	width:15px;
	height:125px;	
}

/*--MENU--*/
#menu{
	float:left;
	width:100%;	
	padding:4px 0 0 0;
}

#menu li{
	list-style:none;
	display:inline;
}	

#menu li a{
	float:left;
	height:20px;
	background:url("menu_cor.jpg") no-repeat;
	padding:0 0 0 5px;
	margin:0 2px 0 0;
	text-decoration:none;
}

#menu li  a.currentMenu{
	background:url("menu_cos.jpg") no-repeat;
}

#menu li a:hover{	
	background:url("menu_cos.jpg") no-repeat;
}	

#menu li a span{
	float:left;
	height:20px;
	background:url("menu_con.jpg") repeat-x;	
	padding:0 0 0 0;
}

#menu li a font{
	float:left;
	height:16px;
	background:url("menu_cot.jpg") no-repeat right;	
	padding:4px 10px 0 5px;
	font-size:10px;
	font-weight:bold;
	color:#000;	
}

#menu li  a.currentMenu span{
	background:url("menu_coo.jpg") repeat-x;	
}

#menu li  a.currentMenu font{
	background:url("menu_cou.jpg") no-repeat right;
	font-size:10px;
	font-weight:bold;
	color:#029f02;	
}

#menu li a:hover span{
	background:url("menu_coo.jpg") repeat-x;	
}

#menu li a:hover font{
	background:url("menu_cou.jpg") no-repeat right;
	font-size:10px;
	font-weight:bold;
	color:#029f02;		
}

#subMenu{
	float:left;
	width:100%;	
	padding:2px 0 0 0;
}

.lineSubMenu{
	display:none;
	color:#000;
	font-size:10px;
	font-weight:normal;
}

.lineSubMenu a{
	color:#000;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

.lineSubMenu a:hover{
	color:#000;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}

/*--FOOTER--*/
#footer{
	float:left;
	width:100%;
	height:90px;
	margin:10px 0 20px 0;
	font-size:10px;
}

#footCornLeft{
	float:left;
	width:15px;
	height:90px;
}

#footContent{
	float:left;
	width:874px;
	height:90px;
	background:url("bg_foote.jpg") repeat-x;
	padding:0 0 0 0;
}

#footContentLeft{
	float:left;
	width:61%;	
}

#titleLinksTrans{
	float:left;
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:10px 10px 0 0;
}

.linksFooter{
	float:left;
	padding:10px 0 0 10px;
}

.linksFooter a{
	color:#000;
	font-size:10px;
	border-bottom:1px dotted black !important;	
}

.linksFooter a:hover{
	color:#000;
	font-size:10px;
	border-bottom:1px solid black !important;
}

#footContentRight{
	float:left;
	width:39%;
}

#copyright{
	float:left;
	width:100%;
	padding:25px 0 0 0;	
}

#footCornRight{
	float:left;
	width:15px;
	height:90px;
}


/*
PAGE
*/

#main{
	float:left;
	width:900px;
	background:#ffffff;
	border:2px solid #d1d0d0;
	margin:10px 0 0 0;
	padding:0 0 15px 0;
}

#stageProduit{
	float:left;
	height:99px;
}

#stageLeft{
	position:relative;
	width:682px;	
	height:334px;
	z-index:300;
}

.stageOffre{
	float:left;
	width:900px;	
	height:196px;
}

.stageOffre a{
	float:left;
	width:150px;
	height:40px;
	margin:125px 0 0 530px;	
} 

.stageOffre img{
	display:none;
}

#stage_fabia_packclim{
	background:url("stage_of.jpg") no-repeat;
}

#stage_fabia_ambiente{
	background:url("stage_of.jpg") no-repeat;
}
#stage_fabia_peps{
	background:url("stage_of.jpg") no-repeat;
}

#stage_fabia_classic{
	background:url("stage_of.jpg") no-repeat;
}

#stage_fabia_confort{
	background:url("stage_of.jpg") no-repeat;
}

#stage_fabia_sport{
	background:url("stage_of.jpg") no-repeat;
}

#stage_fabia_combi_ambiente{
	background:url("stage_of.jpg") no-repeat;
}

#stage_fabia_combi_classic{
	background:url("stage_of.jpg") no-repeat;
}

#stage_fabia_combi_confort{
	background:url("stage_of.jpg") no-repeat;
}

#stage_fabia_combi_sport{
	background:url("stage_of.jpg") no-repeat;
}

#stage_octavia_ambition{
	background:url("stage_of.jpg") no-repeat;
}

#stage_octavia_classic{
	background:url("stage_of.jpg") no-repeat;
}

#stage_octavia_elegance{
	background:url("stage_of.jpg") no-repeat;
}

#stage_octavia_lk{
	background:url("stage_of.jpg") no-repeat;
}

#stage_octavia_combi_ambition{
	background:url("stage_of.jpg") no-repeat;
}

#stage_octavia_combi_classic{
	background:url("stage_of.jpg") no-repeat;
}

#stage_octavia_combi_elegance{
	background:url("stage_of.jpg") no-repeat;
}

#stage_octavia_combi_lk{
	background:url("stage_of.jpg") no-repeat;
}

#stage_roomster_praha{
	background:url("stage_of.jpg") no-repeat;
}

#stage_roomster_elegance{
	background:url("stage_of.jpg") no-repeat;
}

#stage_roomster_confort{
	background:url("stage_of.jpg") no-repeat;
}

#stage_roomster_ambiente{
	background:url("stage_of.jpg") no-repeat;
}

#stage_roomster_packclim{
	background:url("stage_of.jpg") no-repeat;
}

#stage_superb_praha{
	background:url("stage_of.jpg") no-repeat;
}

#stage_superb_elegance{
	background:url("stage_of.jpg") no-repeat;
}

#stage_superb_confort{
	background:url("stage_of.jpg") no-repeat;
}

#stage_superb_ambiente{
	background:url("stage_of.jpg") no-repeat;
}

#stage_superb_tfc{
	background:url("stage_tf.jpg") no-repeat;
}

#stage_fabia_tfc{
	background:url("stage_tf.jpg") no-repeat;
}

#stage_roomster_tfc{
	background:url("stage_tf.jpg") no-repeat;
}

#stage_octavia_tfc{
	background:url("stage_tf.jpg") no-repeat;
}

#stageOffreRoomster{
	float:left;
	width:900px;	
	height:196px;
	background:url("stage_tf.jpg") no-repeat;
}

#stageOffreRoomster a{
	float:left;
	width:150px;
	height:40px;
	margin:60px 0 0 405px;	
} 

#stageOffreOctavia{
	float:left;
	width:900px;	
	height:196px;
	background:url("stage_tf.jpg") no-repeat;
}

#stageOffreOctavia a{
	float:left;
	width:150px;
	height:40px;
	margin:60px 0 0 405px;	
} 

.stageOffreTFC{
	float:left;
	width:900px;	
	height:196px;
}

.stageOffreTFC a{
	float:left;
	width:150px;
	height:40px;
	margin:139px 0 0 486px;	
} 

.stageOffreTFC img{
	display:none;
}

#flashStage{
	height:300px;
}

#lineStage{
	float:left;
}

#btnOffre{
	float:left;	
}

#selectMod{
	float:left;
	width:463px;
	height:29px;
	background:url("bg_selec.jpg") repeat-x;	
	padding:5px 0 0 30px;
}

.labelSelectMod{
	float:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	padding:5px 0 0 0;
}

.choixSelectMod{
	float:left;
	width:190px;
	height:18px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	padding:1px 0 0 0;
	margin:2px 0 0 10px;
}

.btnSubmitSelectMod{
	float:left;
	width:88px;
	height:24px;
	background:url("btn_visu.jpg") no-repeat;
	border:none;
	cursor:pointer;
	margin:0 0 0 15px;
}	

#stageRight{
	position:relative;
	z-index:250;
	height:336px;
	margin:-334px 0 0 0 !important;
	margin:-336px 0 0 0;
}

#mainContent{
	float:left;
	width:895px;
	margin:0 0 0 3px !important;
	margin:0 0 0 1px;
}

.blocMod{
	float:left;	
	width:153px;
	height:158px;
	margin:0 0 0 2px;
	padding:50px 0 0 15px;
}

.blocMod span{
	float:left;
	width:100px;
	background:url("bullet_p.jpg") no-repeat left;
	padding:0 0 0 15px;
}

.blocMod a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#278627;
	text-decoration:none;
}

.blocMod a:hover{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#278627;
	text-decoration:underline;
}

.linkBlocMod a{
	float:left;
	width:150px;
	height:78px;
	margin:0 0 50px 0;
}

.linkBlocMod a, .linkBlocMod a:hover{
	text-decoration:none;
}

.titleModHome{
	float:left;
	width:140px;
	height:20px;
}

.prixModHome{
	float:left;
	width:140px;
	margin:0 0 0 0 !important;
	margin:-5px 0 0 0;
}

#citadine{
	background:url("bloc_hom.jpg") no-repeat;
}

#monospace{
	background:url("bloc_hom.jpg") no-repeat;
}

#berline{
	background:url("bloc_hom.jpg") no-repeat;
}

#routiere{
	background:url("bloc_hom.jpg") no-repeat;
}

#boxOutils{
	padding-top:5px;
	float:left;
	width:200px;
}

#boxOutilsTop{
	float:left;
	width:200px;
	height:47px;
	background:#ffffff url("bg_top_b.jpg") no-repeat;
}

#boxOutilsLine{
	float:left;
	width:200px;
	background:#ffffff url("bg_line_.jpg") repeat-y;
}

.linkOutils{
	float:left;
	width:162px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	margin:0 0 2px 4px !important;
	margin:0 0 2px 2px;
	padding:8px 5px 8px 25px; 
}

.linkOutils a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

.linkOutils a:hover{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}

#download{
	background:#e5e7ea url("picto_fe.jpg") no-repeat 3px 5px;	
}

#essai{
	background:#e5e7ea url("picto_cl.jpg") no-repeat 3px 5px;	
}

#concess{
	background:#e5e7ea url("picto_ho.jpg") no-repeat 3px 5px;	
}

#config{
	background:#e5e7ea url("picto_vo.jpg") no-repeat 3px 5px;	
}

#boxOutilsBottom{
	float:left;
	width:200px;
	height:27px;
	background:#ffffff url("bg_botto.jpg") no-repeat;
}

#selectModOffre{
	float:left;
	width:665px;
	height:29px;
	background:url("bg_selec.jpg") repeat-x;	
	padding:5px 0 0 46px;
}


#selectModProduit{
	float:left;
	width:665px;
	height:29px;
	background:url("bg_selec.jpg") repeat-x;	
	padding:5px 0 0 46px;
}

#selectModProduit h3{
	float:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	padding:5px 0 0 0;
}

.choixSelectModProduit{
	float:left;
	width:190px;
	height:15px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	margin:2px 0 0 10px;
}

.btnSubmitSelectModProduit{
	float:left;
	width:88px;
	height:24px;
	background:url("btn_visu.jpg") no-repeat;
	border:none;
	cursor:pointer;
	margin:0 0 0 15px;
}	

#titleMod{
	float:left;
	width:100%;
	padding:20px 0 0 10px;
}

#frameMod{
	float:left;
	width:685px;
	padding:5px 10px 0 0;
}

.boxMod{
	float:left;
	width:335px;
	height:134px;
	background:url("bg_box_m.jpg") no-repeat;
	margin:5px 0 0 5px !important;
	margin:5px 0 0 3px;
}

.boxModTFC{
	float:left;
	width:335px;
	height:134px;
	background:url("bg_box_m.jpg") no-repeat;
	margin:5px 0 0 5px !important;
	margin:5px 0 0 3px;
}

.contentBoxMod{
	float:left;
	width:315px;
	height:70px;
	padding:35px 0 0 10px;
}

.contentBoxModTFC{
	float:left;
	width:315px;
	height:65px;
	padding:45px 0 0 10px;
}

#imgBoxModTFC{
	float:left;
	width:130px;
	height:73px;	
}

#imgBoxMod{
	float:left;
	width:144px;
	height:73px;
}

.texteBoxMod{
	float:left;
	text-align:right;
	width:155px;
	height:65px;
	vertical-align:middle;
	padding:0 0 0 0px;
}

.titleBoxMod{
	float:left;
	width:155px;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.titleBoxModTFC{
	float:left;
	width:155px;
	height:30px;
	padding:0 0 0 10px;
	font-size:18px;
	font-weight:normal;
	color:#000000;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}

.baselineBoxMod{
	float:left;
	width:155px;
	padding-top:4px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.baselineBoxModTFC{
	float:left;
	width:170px;
	font-size:12px;
	font-weight:bold;
	color:#e64e00;
	font-family:Arial, Helvetica, sans-serif;
}

.moreMod{
	float:left;
	width:100%;
	text-align:right;
}

.moreMod span{
	background:url("bullet_p.jpg") no-repeat left;
	padding:0 0 0 15px;
}

.moreMod a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#278627;
	text-decoration:none;
	padding:0 15px 0 0;	
}

.moreMod a:hover{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#278627;
	text-decoration:underline;
	padding:0 15px 0 0;	
}

.moreModTFC{
	float:left;
	width:100%;
	text-align:right;
	margin:2px 0 0 0 !important;
	margin:-5px 0 0 0;
}

.moreModTFC span{
	background:url("bullet_p.jpg") no-repeat left;
	padding:0 0 0 15px;
}

.moreModTFC a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding:0 15px 0 0;	
}

.moreModTFC a:hover{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
	padding:0 15px 0 0;	
}

#linkBack{
	float:left;
	text-align:left;
	width:300px;
	padding:10px 0 0 10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#269414;	
}

#linkBack a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#269414;	
	text-decoration:none;
}

#linkBack a:hover{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#269414;	
	text-decoration:underline;
}

/*--PAGE OFFRE--*/
#wrapOffreLeft{
	float:left;
	width:228px;
	padding:10px 10px 0 15px;
}

#galPhotos{
	float:left;
	width:100%;
}

.photo img{
	float:left;
	width:68px;
	height:48px;
	border:1px solid #454545;
	margin:5px 5px 0 0;
}

.sepGalerie{
	float:left;
	width:220px;
	height:1px;
	border-top:1px solid #d1d0d0;
	margin:30px 0 25px 0;
}

#savoirPlus{
	float:left;
	width:100%;
	margin:0 0 130px 0;
}

#savoirPlus a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1f9c1f;
	text-decoration:none;
}

#savoirPlus a:hover{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1f9c1f;
	text-decoration:underline;
}

#linkBackOffre{
	float:left;
	width:880px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1f9c1f;
	padding:0 0 0 15px;	
	margin:-15px 0 0 0;
}

#linkBackOffre a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1f9c1f;
	text-decoration:none;
}

#linkBackOffre a:hover{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1f9c1f;
	text-decoration:underline;
}

#wrapOffreCenter{
	float:left;
	width:349px;
	border-left:1px solid #d1d0d0;
	border-right:1px solid #d1d0d0;
	padding:10px 25px 20px 25px;
}

.sepWrapOffreCenter{
	float:left;
	width:100%;
	height:1px;
	border-top:1px solid #d1d0d0;
	margin:0 0 10px 0 !important;
	margin:0 0 0 0;
}

#introOffre{
	float:left;
	width:100%;
	font-size:11px;
	text-align:justify;
}

.propOffre{
	float:left;
	width:100%;
	font-size:11px;
	padding:30px 0 0 0;
}

.titlePropOffre{
	float:left;
	width:100%;
}

.propOffre ul{
	float:left;
	list-style:none;
}

.col1{
	width:153px;
	padding:0 20px 0 0;
}

.col2{
	width:145px;
	padding:0 0 0 30px;
}

.propOffre li{
	background:url("bullet_e.jpg") no-repeat 0 8px;
	padding:5px 0 0 10px;
}

.mentionsOffre{
	font-size:9px;
	color:#5a5a5a;
}

.mentionsOffre a{
	font-size:9px;
	color:#5a5a5a;
	text-decoration:underline;;
}

.buttonOffre{
	float:left;
	width:154px;
	height:43px;
	margin:25px 0 0 0;
}

#btnFriend{
	padding:0 0 0 40px;
}

#wrapOffreRight{
	float:left;
	width:203px;
	padding:10px 0 0 22px;
}

#dayCount{
	float:left;
	width:225px;
	height:158px;
	background:url("bg_count.jpg") no-repeat;
	margin:15px 0 0 -13px !important;
	margin:15px 0 0 -6px;
}

#descCount{
	float:left;
	width:153px;
	height:130px;
	/*width:175px;
	height:80px;
	padding:78px 0 0 50px;*/
}

#descCount a, #descCount a:hover{
	float:left;
	width:175px;
	height:80px;
	padding:78px 0 0 50px;
	text-decoration:none;
}

.nbDay{
	float:left;
	width:42px;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#df4e00;
	font-family:Arial, Helvetica, sans-serif;
}

.txtDay{
	float:left;
	padding:0 0 0 15px;
	font-size:26px;
	font-weight:bold;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}


#overlay{
	position:absolute;
	width:100%;
	height:1500px;
	background:#000;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7; 
	z-index:200;
	display:none;
}

#btnPrint{
	float:right;
}

/*--sIFR--*/
.sIFR-active h1{ 
visibility: hidden;
}

.sIFR-active h2{ 
visibility: hidden;
}

.sIFR-active h3{ 
visibility: hidden;
}


.titleWrapOffreLeft{
	font-size:14px;
	font-weight:normal;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.titleModele{
	font-size:20px;
	color:#000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

