
/*
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("../img/bg_header.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("../img/logo.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("../img/menu_corner_left_off.jpg") no-repeat;
	padding:0 0 0 5px;
	margin:0 2px 0 0;
	text-decoration:none;
}

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

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

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

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

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

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

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

#menu li a:hover font{
	background:url("../img/menu_corner_right_on.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("../img/bg_footer.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_yeti_active{
	background:url("../img/stage/stage_offre_yeti_active.jpg") no-repeat;
}

#stage_yeti_ambition{
	background:url("../img/stage/stage_offre_yeti_ambition.jpg") no-repeat;
}
#stage_yeti_packtechno1{
	background:url("../img/stage/stage_offre_yeti_packtechno1.jpg") no-repeat;
}

#stage_yeti_experience{
	background:url("../img/stage/stage_offre_yeti_experience.jpg") no-repeat;
}

#stage_fabia_packclim{
	background:url("../img/stage/stage_offre_fabia_packclim.jpg") no-repeat;
}

#stage_fabia_ambiente{
	background:url("../img/stage/stage_offre_fabia_ambiente.jpg") no-repeat;
}

#stage_fabia_peps{
	background:url("../img/stage/stage_fabia_peps_V.jpg") no-repeat;
}


#stage_fabia_peps2{
	background:url("../img/stage/stage_fabia_peps2_V.jpg") no-repeat;
}

#stage_fabia_classic{
	background:url("../img/stage/stage_offre_fabia_classic.jpg") no-repeat;
}

#stage_fabia_confort{
	background:url("../img/stage/stage_offre_fabia_confort.jpg") no-repeat;
}

#stage_fabia_sport{
	background:url("../img/stage/stage_offre_fabia_sport.jpg") no-repeat;
}

#stage_fabia_teg{
	background:url("../img/stage/stage_offre_fabia_teg.jpg") no-repeat;
}

#stage_newfabia_peps1{
	background:url("../img/stage/stage_newfabia_peps1.jpg") no-repeat;
}
#stage_newfabia_peps2{
	background:url("../img/stage/stage_newfabia_peps2.jpg") no-repeat;
}
#stage_newfabia_peps3{
	background:url("../img/stage/stage_newfabia_peps3.jpg") no-repeat;
}
#stage_newfabia_active{
	background:url("../img/stage/stage_offre_newfabia_active.jpg") no-repeat;
}
#stage_newfabia_packlook{
	background:url("../img/stage/stage_offre_newfabia_packlook.jpg") no-repeat;
}
#stage_newfabia_active_packtechno1{
	background:url("../img/stage/stage_newfabia_packtechno1.jpg") no-repeat;
}
#stage_newfabia_packlook1{
	background:url("../img/stage/stage_newfabia_packlook1.jpg") no-repeat;
}
#stage_newfabia_packlook2{
	background:url("../img/stage/stage_newfabia_packlook2.jpg") no-repeat;
}
#stage_newfabia_packmedia1{
	background:url("../img/stage/stage_newfabia_packmedia1.jpg") no-repeat;
}
#stage_newfabia_ambition{
	background:url("../img/stage/stage_offre_newfabia_ambition.jpg") no-repeat;
}
#stage_newfabia_experience{
	background:url("../img/stage/stage_offre_newfabia_experience.jpg") no-repeat;
}
#stage_newfabia_combi_peps1{
	background:url("../img/stage/stage_newfabiacombi_peps1.jpg") no-repeat;
}
#stage_newfabia_combi_peps2{
	background:url("../img/stage/stage_newfabiacombi_peps2.jpg") no-repeat;
}
#stage_newfabia_combi_active{
	background:url("../img/stage/stage_offre_newfabia_combi_active.jpg") no-repeat;
}
#stage_newfabia_combi_ambition{
	background:url("../img/stage/stage_offre_newfabia_combi_ambition.jpg") no-repeat;
}
#stage_newfabia_combi_experience{
	background:url("../img/stage/stage_offre_newfabia_combi_experience.jpg") no-repeat;
}
#stage_newfabia_scout{
	background:url("../img/stage/stage_offre_newfabia_scout.jpg") no-repeat;
}

#stage_fabia_combi_ambiente{
	background:url("../img/stage/stage_offre_fabia_combi_ambiente.jpg") no-repeat;
}

#stage_fabia_combi_classic{
	background:url("../img/stage/stage_offre_fabia_combi_classic.jpg") no-repeat;
}

#stage_fabia_combi_peps1{
	background:url("../img/stage/stage_offre_fabia_combi_peps1.jpg") no-repeat;
}

#stage_fabia_combi_peps2{
	background:url("../img/stage/stage_offre_fabia_combi_peps2.jpg") no-repeat;
}
#stage_fabia_combi_tdi{
	background:url("../img/stage/stage_offre_fabia_combi_tdi.jpg") no-repeat;
}

#stage_fabia_combi_confort{
	background:url("../img/stage/stage_offre_fabia_combi_confort.jpg") no-repeat;
}

#stage_fabia_combi_sport{
	background:url("../img/stage/stage_offre_fabia_combi_sport.jpg") no-repeat;
}

#stage_fabia_combi_teg{
	background:url("../img/stage/stage_offre_fabia_combi_teg.jpg") no-repeat;
}

#stage_octavia_ambition{
	background:url("../img/stage/stage_offre_octavia_ambition.jpg") no-repeat;
}

#stage_octavia_peps{
	background:url("../img/stage/stage_offre_octavia_peps.jpg") no-repeat;
}

#stage_octavia_peps2{
	background:url("../img/stage/stage_offre_octavia_peps2.jpg") no-repeat;
}

#stage_octavia_packlook1{
	background:url("../img/stage/stage_offre_octavia_packlook1.jpg") no-repeat;
}
#stage_octavia_packmedia1{
	background:url("../img/stage/stage_offre_octavia_packmedia1.jpg") no-repeat;
}
#stage_octavia_classic{
	background:url("../img/stage/stage_offre_octavia_classic.jpg") no-repeat;
}

#stage_octavia_elegance{
	background:url("../img/stage/stage_offre_octavia_elegance.jpg") no-repeat;
}

#stage_octavia_lk{
	background:url("../img/stage/stage_offre_octavia_l&k.jpg") no-repeat;
}
#stage_octavia_green{
	background:url("../img/stage/stage_offre_octavia_greenline.jpg") no-repeat;
}
#stage_octavia_rs{
	background:url("../img/stage/stage_offre_octavia_rs.jpg") no-repeat;
}

#stage_octavia_combi_ambition{
	background:url("../img/stage/stage_offre_octavia_combi_ambition.jpg") no-repeat;
}

#stage_octavia_combi_peps{
	background:url("../img/stage/stage_offre_octavia_combi_peps.jpg") no-repeat;
}

#stage_octavia_combi_peps2{
	background:url("../img/stage/stage_offre_octavia_combi_peps2.jpg") no-repeat;
}

#stage_octavia_combi_classic{
	background:url("../img/stage/stage_offre_octavia_combi_classic.jpg") no-repeat;
}

#stage_octavia_combi_elegance{
	background:url("../img/stage/stage_offre_octavia_combi_elegance.jpg") no-repeat;
}

#stage_octavia_combi_lk{
	background:url("../img/stage/stage_offre_octavia_combi_l&k.jpg") no-repeat;
}
#stage_octavia_combi_green{
	background:url("../img/stage/stage_offre_octavia_combi_greenline.jpg") no-repeat;
}
#stage_octavia_combi_rs{
	background:url("../img/stage/stage_offre_octavia_combi_rs.jpg") no-repeat;
}
#stage_octavia_combi_scout{
	background:url("../img/stage/stage_offre_octavia_combi_scout.jpg") no-repeat;
}
#stage_octavia_combi_scoutplus{
	background:url("../img/stage/stage_offre_octavia_combi_scoutplus.jpg") no-repeat;
}

#stage_roomster_peps{
	background:url("../img/stage/stage_offre_roomster_peps.jpg") no-repeat;
}

#stage_roomster_praha{
	background:url("../img/stage/stage_offre_roomster_praha.jpg") no-repeat;
}

#stage_roomster_elegance{
	background:url("../img/stage/stage_offre_roomster_elegance.jpg") no-repeat;
}

#stage_roomster_confort{
	background:url("../img/stage/stage_offre_roomster_confort.jpg") no-repeat;
}

#stage_roomster_ambiente{
	background:url("../img/stage/stage_offre_roomster_ambiente.jpg") no-repeat;
}

#stage_roomster_packclim{
	background:url("../img/stage/stage_offre_roomster_packclim.jpg") no-repeat;
}
#stage_newroomster_peps1{
	background:url("../img/stage/stage_newroomster_peps1.jpg") no-repeat;
}
#stage_newroomster_peps2{
	background:url("../img/stage/stage_newroomster_peps2.jpg") no-repeat;
}
#stage_newroomster_peps3{
	background:url("../img/stage/stage_newroomster_peps3.jpg") no-repeat;
}
#stage_newroomster_packmedia1{
	background:url("../img/stage/stage_newroomster_packmedia1.jpg") no-repeat;
}
#stage_newroomster_packtechno1{
	background:url("../img/stage/stage_newroomster_packtechno1.jpg") no-repeat;
}
#stage_newroomster_packlook1{
	background:url("../img/stage/stage_newroomster_packlook1.jpg") no-repeat;
}
#stage_newroomster_packlook2{
	background:url("../img/stage/stage_newroomster_packlook2.jpg") no-repeat;
}
#stage_newroomster_active{
	background:url("../img/stage/stage_newroomster_active.jpg") no-repeat;
}
#stage_newroomster_ambition{
	background:url("../img/stage/stage_newroomster_ambition.jpg") no-repeat;
}
#stage_newroomster_experience{
	background:url("../img/stage/stage_newroomster_experience.jpg") no-repeat;
}
#stage_newroomster_scout{
	background:url("../img/stage/stage_newroomster_scout.jpg") no-repeat;
}

#stage_superb_praha{
	background:url("../img/stage/stage_offre_superb_praha.jpg") no-repeat;
}

#stage_superb_elegance{
	background:url("../img/stage/stage_offre_superb_elegance.jpg") no-repeat;
}

#stage_superb_confort{
	background:url("../img/stage/stage_offre_superb_confort.jpg") no-repeat;
}

#stage_superb_ambiente{
	background:url("../img/stage/stage_offre_superb_ambiente.jpg") no-repeat;
}
#stage_superb_greenline{
	background:url("../img/stage/stage_offre_superb_greenline.jpg") no-repeat;
}

#stage_superb_combi_praha{
	background:url("../img/stage/stage_offre_superb_combi_praha.jpg") no-repeat;
}

#stage_superb_combi_elegance{
	background:url("../img/stage/stage_offre_superb_combi_elegance.jpg") no-repeat;
}

#stage_superb_combi_confort{
	background:url("../img/stage/stage_offre_superb_combi_confort.jpg") no-repeat;
}

#stage_superb_combi_ambiente{
	background:url("../img/stage/stage_offre_superb_combi_ambiente.jpg") no-repeat;
}

#stage_superb_tfc{
	background:url("../img/stage/stage_tfc_superb.jpg") no-repeat;
}

#stage_fabia_tfc{
	background:url("../img/stage/stage_tfc_fabia.jpg") no-repeat;
}

#stage_roomster_tfc{
	background:url("../img/stage/stage_tfc_roomster.jpg") no-repeat;
}

#stage_octavia_tfc{
	background:url("../img/stage/stage_tfc_octavia.jpg") no-repeat;
}

#stageOffreRoomster{
	float:left;
	width:900px;	
	height:196px;
	background:url("../img/stage_tfc_roomster.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("../img/stage_tfc_octavia.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("../img/bg_select_modele.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("../img/btn_visualiser.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:119px;
	height:158px;
	margin:0 0 0 2px;
	padding:50px 0 0 15px;
	/*border: 1px solid #000000;*/
}

.blocMod span{
	float:left;
	width:100px;
	background:url("../img/bullet_plus.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:105px;
	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("../img/bloc_home_citadine.jpg") no-repeat;
}

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

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

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

#yeti{
	background:url("../img/bloc_home_crossover.jpg") no-repeat;
}

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

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

#boxOutilsLine{
	float:left;
	width:200px;
	background:#ffffff url("../img/bg_line_box_outils.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("../img/picto_feuille.jpg") no-repeat 3px 5px;	
}

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

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

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

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

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


#selectModProduit{
	float:left;
	width:665px;
	height:29px;
	background:url("../img/bg_select_modele.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("../img/btn_visualiser.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;
}

#packLook{
	background:url("../img/bg_box_mod_look.jpg") no-repeat;
}
#packMedia{
	background:url("../img/bg_box_mod_media.jpg") no-repeat;
}
#packTechno{
	background:url("../img/bg_box_mod_techno.jpg") no-repeat;
}

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

.boxModTFC{
	float:left;
	width:335px;
	height:134px;
	background:url("../img/bg_box_mod_tfc.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("../img/bullet_plus.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("../img/bullet_plus_tfc.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("../img/bullet_equipements.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("../img/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;
}

.divtitles{
	float:left;
	width:100%;
	padding:15px 0 0 10px;
}
.titleoffres{
	font-size:18px;
	color:#333333;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

