@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}
html
{
	background-color:#5E5D5D;	
}
body
{
	background:url("/images/background_contenu.png") ;
	background-repeat:repeat-x;
	font-family: arial, verdana, sans-serif ;
	background-color:#E2E2E2;
	font-size:12px;
	margin: 0 auto;
	width:1075px;
	color:#39393B;
}
.div_frame
{
	width:1024px;
	text-align:left;
	margin: 0 auto;
}

p
{
	text-align:justify;	
	display:block;
	padding: 1em 0 0;
	margin:0;
}

a
{
	size:5px;	
	color:#FF8E00;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	text-decoration:underline;
} 

/****************************************** Partie MIDDLE ******************************************************/

.content
{
	margin:0px 35px 0px 40px;	
}

.middle_entete
{
	background-image:url(/images/trait.png);
	width:auto;
	height:2px;	
	padding:0px 0px 0px 0px;
	margin:0x;
}
.middle_entete h2 
{
	color:#F18E00;
	font-weight:bold;
	font-style:italic;
	display:inline;
}
.middle_entete_txt
{
	background-color:#EBEBEB;
	float:left;
	margin:-16px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}
.middle_entete_txt h1
{
	color:#F18E00;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

.middle_contenu
{
	margin: 30px 0px 35px 0px;
	text-align:justify;
}

.middle_rubrique
{
	/*margin: 30px 35px 50px 40px;*/
	text-align:justify;
}

.middle_rubrique h3
{
	font-weight:bold;
	text-decoration:underline;
}

.middle_rubrique ul
{
	padding: 5px 0px 0px 75px;
}
.middle_rubrique li
{
	list-style-image: url(/images/orange/puce.png);
	/*padding: 5px 0px 10px 10px;*/
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px -5px;
	text-align:justify;
}

.middle_rubrique_titre
{
	text-transform:uppercase;
	margin: 30px 0px 0px 0px;
}

.middle_rubrique_titre h2
{
	font-weight:bold;
	color:#F18E00;
	font-size:14px;
	display:inline;
}

.middle_rubrique a
{
	/*
	font-weight:bold;
	color:#39393B;
	text-decoration:none;
	*/
}

.middle_table_entete
{	
	color:	#000000;
	font-weight:bold;
	text-align:center;
}
.tableau_top
{
	background-color:#d6d6d6;
	border-top: 1px solid #bbb8b8;
}
.tableau_right
{
	border-right: 1px solid #bbb8b8;
}
.tableau_left
{
	border-left: 1px solid #bbb8b8;
}
.tableau_bottom
{
	height:1px;
	background-color:#bbb8b8;
}
.tableau_border
{
	border-left: 1px solid #bbb8b8;
}
.middle_cadre_long
{
	border:1px solid #D1CBD0;
	clear:left;
	float:none;
	padding:5px;
	width:100%;	
}

.middle_cadre_a_onglet
{
	margin:25px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

.middle_cadre_a_onglet h2
{
	font-weight:bold;
	font-size:12px;
	margin:0 0 0 0;
}


.data tr.grey {
background:none repeat scroll 0 0 #F8F8F8;
}
.data tr.white {
background:none repeat scroll 0 0 #FFFFFF;
}
.data tr.brokenWhite {
background:none repeat scroll 0 0 #F8F8F8;
}
.data tr.green
{
	background:none repeat scroll 0 0 #bef2b2;
}
.data tr.red
{
	background:none repeat scroll 0 0 #f4a9a9;
}
/************************************************* MENU TOP **********************************************/
.menu_top 
{
	background:url("/images/background_menu_top.png") ;
	height:33px;
	width:1075px;
	margin: 0 auto;
	font-weight:bold;
	color:#ffffff;
	padding: 0 40px 0 40px;
}

.menu_top_cadre
{
	border: 1px solid #FFFFFF; 
	width:147px;
}
.select_devise
{
	position:relative;
	margin: -44px 0px 45px 719px;
}
.select_devise ul
{
	position:absolute;	
	left:-1px;
	width:122px;		
	margin:13px 0;
	padding:0;
}
.select_devise li
{
	float:left;
	list-style:none outside none;
	position:relative;
	height:33px;
	color: #82B528;
	padding :0px 0px 0px 0px;
	width:150px;
}
.select_devise a
{
	color:#A6A4A5	;
}
.select_lang
{
	position:relative;
	margin: -89px 0px 89px 885px;
}
.select_lang ul
{
	position:absolute;
	left:-1px;
	margin:13px 0;
	padding:0;
	width:122px;	
}
.select_lang li
{
	float:left;
	list-style:none outside none;
	position:relative;
	height:33px;
	color: #82B528;
	padding :0px 0px 0px 0px;
	width:150px;
}
.select_lang a
{
	color:#A6A4A5	;
}

.div_select_top
{
	background-image: url(/images/menu_top_select_top_blanc.png);
	background-repeat:no-repeat;
	width:150px;
	vertical-align:middle;
	text-align:center;
	height:33px;
}
.div_select_gris
{
	background-color:#e1dfdf;
	width:150px;
	vertical-align:middle;
	text-align:center;
	height:33px;
}
.div_select_blanc
{
	background-color:#FFFFFF;
	width:150px;
	vertical-align:middle;
	text-align:center;
	height:33px;
}
.div_select_bottom_gris
{
	background-image: url(/images/menu_top_select_bottom_gris.png);
	background-repeat:no-repeat;
	width:150px;
	vertical-align:middle;
	text-align:center;
	height:33px;
}
.div_select_bottom_blanc
{
	background-image: url(/images/menu_top_select_bottom_blanc.png);
	background-repeat:no-repeat;
	width:150px;
	vertical-align:middle;
	text-align:center;
	height:33px;
}

.menu_top_div a
{
	text-decoration:none;
}
.menu_top_div a:hover
{
	color: #F18E00;
}
.choose_interface
{
	margin: -6px;	
}
.menu_top_link_on
{
	color: #F18E00;
}
.menu_top_link_off
{	
	color: #ffffff;	
}

.tab_offre
{
	width: 100%;	
}



/************************************************* MENU NAV **********************************************/
.menu_nav_div
{
	background-image:url("/images/orange/backgroung_menu_nav.png");
	height:173px;
	background-repeat:no-repeat;
	margin: 0px -20px 0px -14px;
}
.menu_nav_div a
{
	color:#FFFFFF;
	font-style:italic;
	text-decoration:none;
}
.menu_nav_div a:hover
{
	text-decoration:underline;
}
.panier_padding
{
	padding:30px 0px 0px 0px;
} 
.menu_nav_div_logo
{
	width:800px;
	padding:0px 0px 0px 80px;
	height:72px;
}
.menu_nav_div_logo h1
{
	margin:0;padding:0;
}

.menu_nav_div_dom
{
	background-image:url(/images/menu_nav_bleu.png);
	margin:-6px 0px 0px 530px;
	color:#FFFFFF;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	width:154px;
	height:45px;
	background-repeat:no-repeat;
	padding:16px 0px 0px 0px;
	text-align:center;
}
.menu_nav_div_heb
{
	background-image:url(/images/menu_nav_orange.png);
	margin:-61px 0px 0px 690px;
	color:#FFFFFF;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	width:154px;
	height:45px;
	background-repeat:no-repeat;
	padding:16px 0px 0px 0px;
	text-align:center;
}
.menu_nav_div_rev
{
	background-image:url(/images/menu_nav_rouge.png);
	margin:-61px 0px 0px 850px;
	color:#FFFFFF;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	width:154px;
	height:45px;
	background-repeat:no-repeat;
	padding:16px 0px 0px 0px; 
	text-align:center;
}
.menu_nav_div a
{
	color:#FFFFFF;
	font-style:italic;
	text-decoration:none;
}

.menu_nav_div a:hover
{
	text-decoration:underline;
}
.div_frame a:hover
{
	text-decoration:underline;
}

.panier
{
	margin:-50px 0 0 350px;
	color:#4C4C4E;
}
.panier_entete
{
	font-size:16px;
	font-weight:bold;	
}


/************************************************* SOUS MENU **********************************************/
.sous_menu
{
	text-transform: uppercase;	
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	background-image:url("/images/orange/background_contenu_top.png");
	height:205px;
}
.sous_menu ul
{
	margin: 130px 0px 0px 15px;
	padding: 155px 0px 0px 0px;
}
.sous_menu li
{	
	height:40px;
	display: inline-block;	
	liste-style: none outside none;
	text-align:center;
	padding: 17px 12px 0px 12px ;
	font-weight:bold;
}
.sous_menu a
{
	color:#FFFFFF;
	font-style:italic;
	text-decoration:none;
}
.sous_menu a:hover
{
	text-decoration:underline ; 
}
.accroche_heb
{
	padding: 75px 0px 0px 650px;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	text-transform: uppercase;
	width:360px;
}	
.barre_menu
{
	background-image:url("/images/orange/barre_menu.png");
	background-repeat:no-repeat;
	margin: 0;
	width:1024px;
}
.barre_menu h2
{
	font-size:12px;
	display:inline;
}
.barre_menu ul
{
	padding:0;
	margin:0px 0px 0px 40px;
}
.barre_menu li
{
	padding:0;
	margin:0;
	display:inline;
	float:left;
	position:relative;
}
.barre_menu a
{
	color:#FFFFFF;
	font-style:italic;
	text-decoration:none;
	height:35px;
	float:left;
	margin:0;
	padding: 18px 15px 0px 15px;	
	font-weight:bold;
	 
}
.barre_menu a:hover
{
	text-decoration:underline ; 
}
.barre_menu ul ul
{
	background-color:#FFFFFF;
	border-bottom:1px solid #ABA8A8;
	position:absolute;	
	top:53px;
	margin:0;
	padding:0;
	left:0;
	visibility:hidden;
	z-index:10;

}
.barre_menu ul li:hover ul, .barre_menu ul a:hover ul
{
	visibility:visible;
} 
.barre_menu ul ul li
{
	clear:both;
	border-left:1px solid #ABA8A8;
	border-right:1px solid #ABA8A8;
	padding:0 10px 10px;
	font-weight:normal;
	
}
.table_ssmenu:hover
{
	background-color:#EFEFEF;
}
.table_ssmenu
{
	background-color:#FFFFFF;
	width:250px;
}
.table_ssmenu a
{
	text-decoration:none;
	font-style:normal;
	color:#39393B;
	border:0;
	padding:0;
	height: 12px;

}
.table_ssmenu_separator
{
	color:#F18E00;
	background-color:#FFFFFF;
	width:250px;
}
/************************************************* MAIN **********************************************/
.main_div
{	
	height:auto;
	background-image: url(/images/background_contenu_middle.png);
}

/************************************************* MAIN RIGHT **********************************************/
.main_right_div
{
	float:right;
	padding:48px 30px 0 0;
	width:25%;
}
.news
{
	color:#FFFFFF;	
}
.news p
{	
	padding:10px;
	margin: 0 auto;
}
.news_top
{
	background-image: url(/images/main_right_news_black_top.png); 
	background-repeat:no-repeat;	
	height:41px;
	text-align:center;
	padding: 10px 0px 0px 0px;
}

.news_top h2
{
	color:#F18E00;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	display:inline;
}
.news_corps
{
	background-color:#5E5D5D;
}
.news_corps_top
{
	background-image:url(/images/actu_background.png);
	background-repeat:no-repeat;
	height:160px;
	margin:-15px 0px -12px 0px;
	padding :0px 0px 0px 0px; 
	width:100%;	
}
.news_ligne
{
	background-image: url(/images/actu_ligne.png);
	background-repeat:no-repeat;
	height:1px;
}
.news_bottom
{
	background-image:url(/images/main_right_news_black_bottom.png);
	background-repeat:no-repeat;	
	height:44px;
	margin:0px 0px 0px 0px;
	padding :0px 0px 0px 0px; 
	width:100%;		
}
.news_tab
{
	height:44px;	
}
.news_tab td
{
	width:10px;	 
}
.aide
{
	
}
.aide_logo
{
	position:relative;
	margin:10px 0px -30px 13px;
}
.aide_top
{
	background-image: url(../images/box_grey_top.png);
	background-repeat:no-repeat;	
	color:#F18E00;
	font-weight:bold;
	font-style:italic;
	height:26px;
	text-align:center;
	padding: 10px 0px 0px 0px;
}
.aide_middle 
{
	color:#3A3A3C;
	padding: 20px 15px 10px 15px;	
	background-image: url(/images/box_grey_middle.png);
		background-repeat:repeat-y;
}
.aide_bottom
{
	background-image: url(/images/box_grey_bottom.png);
	background-repeat:no-repeat;
	height:45px;
	margin:0; 
	font-weight:bold;
	padding:10px 0px 0px 80px;
}
.aide_bottom a
{
	color:#F18E00;
	text-decoration:none;
}

.box a
{
	color:#FF8E004;
	text-decoration:none;
}
.box a:hover
{
	color:#FF8E00;
	text-decoration:underline;
}

.box_top
{
	background-image: url(/images/main_right_box_grey_top.png);
	background-repeat:no-repeat;
	height:30px;
	text-align:center;
	border-bottom: solid 1px #BBBBBB;
	padding: 13px 0px 0px 0px;
}

.box h2
{
	color:#FF8E00;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	display:inline;
}

.box_middle
{
	background-image:url(/images/main_right_box_grey_middle.png);
	background-repeat:repeat-y;
	height:auto;
	margin:-8px 0px 0px 0px;
	padding :0px 0px 0px 0px; 
	width:100%;	
}
.box_middle p
{
	/*padding:5px 10px 5px 5px;*/
	padding:10px;
	
	margin: 0 auto;
}
.box_middle ul
{
	margin: 1em 0 0 3em;
}
.box_title
{
	margin: 0 0 0 1em;
	font-weight:bold;
}
.box_middle li
{
	list-style-image:url("/images/orange/puce.png")
}
.box_bottom
{
	background-image: url(../images/main_right_box_grey_bottom.png);
	background-repeat:no-repeat;
	height:25px;
	margin:0px 0px 0px 0px;
	padding: 4px 0px 0px 120px;
	font-weight:bold;
	color:#FF8E00;
	font-size:11px;
}

/************************************************* MAIN CONTENU **********************************************/
.main_contenu_div
{
	padding:45px 0 0 0;	
	width:70%;
	float:left;
}
.entete
{
	background-image:url("/images/orange/trait.png");
	width:auto;
	height:2px;	
	padding:0px 0px 0px 0px;
	margin:0px 35px 0px 40px;
}
.entete_txt
{
	background-color:#EBEBEB;
	color:#f18e00;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	float:left;
	margin:-16px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}
.offres
{
	text-align:justify;
	margin:30px 35px 0px 40px;	
}
.offres_titre
{
	color:#f18e00;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:30px 0px 15px 0px;	
}
.presentation
{
	margin:20px 35px 0px 80px;
	height:350px;
}
.presence
{	
	float:left;
}
.presence_top
{
	background-image:url("/images/orange/heb_offre_top.png");
	background-repeat:no-repeat;
	height:40px;
	width:177px;
	padding: 5px 0px 0px 15px;
	color:#e68f17;
	font-weight:bold;
	font-style:italic;
	float:left;
}
.presence_cube
{
	background-image:url("/images/orange/heb_presence_cube.png");
	background-repeat:no-repeat;
	margin:5px 0px 34px 143px;
	width:20;
	height:18px;
	position:relative;
}
.presence_center
{
	background-image:url("/images/orange/heb_background_presence.png");
	background-repeat:no-repeat;
	width:177px;
	margin:-17px 0px 0px 0px;
}
.presence_center_2
{
	background-image:url("/images/orange/heb_background_presence_2.png");
	width:177px;
}
.presence_center ul
{
	padding: 25px 0px 10px 35px;
}
.presence_center li
{
	font-weight:bold;
	font-style:italic;
	list-style-image: url("/images/puce_noire.png");
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px -5px;
	color:#30302f;
}
.plus_info
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin:-10px 0px 0px 0px;
	padding: 0px 0px 15px 90px;
}
.plus_info a
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.offre_sep
{
	padding:5px 0px 5px 0px;
}
.offre_prix
{
	font-size:18px; 
	font-weight:bold;
	font-style:italic;
	color:#30302f;
	padding:0px 0px 0px 30px;
}
.offre_cmd
{

	padding:0px 0px 0px 15px;	
}
.offre_cmd a
{
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;	
	padding:0px 0px 0px 5px;
}
.presence_bottom
{
	background-image:url("/images/orange/heb_presence_bottom.png");
	background-repeat:no-repeat;
	width:177px;
	height:17px;
	margin:0px 0px 0px 0px;
}
.basic
{	
	float:left;
}
.basic_cube
{
	background-image:url("/images/orange/heb_basic_cube.png");
	background-repeat:no-repeat;
	margin:5px 0px 34px 143px;
	width:20;
	height:18px;
	position:relative;
}
.basic_top
{
	background-image:url("/images/orange/heb_offre_top.png");
	background-repeat:no-repeat;
	height:40px;
	width:177px;
	padding: 5px 0px 0px 15px;
	color:#da6709;
	font-weight:bold;
	font-style:italic;
	float:left;
}
.basic_center_2
{
	background-image:url("/images/orange/heb_background_basic_2.png");
	width:177px;
}
.basic_center
{
	background-image:url("/images/orange/heb_background_basic.png");
	background-repeat:no-repeat;
	width:177px;
	margin:-17px 0px 0px 0px;
}
.basic_center ul
{
	padding: 25px 0px 10px 35px;
}
.basic_center li
{
	font-weight:bold;
	font-style:italic;
	list-style-image: url("/images/puce_noire.png");
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px -5px;
	color:#30302f;
}
.basic_bottom
{
	background-image:url("/images/orange/heb_basic_bottom.png");
	background-repeat:no-repeat;
	width:177px;
	height:17px;
	margin:0px 0px 0px 0px;
}
.perf
{	
	float:left;
}
.perf_cube
{
	background-image:url("/images/orange/heb_perf_cube.png");
	background-repeat:no-repeat;
	margin:5px 0px 34px 143px;
	width:20;
	height:18px;
	position:relative;
}
.perf_top
{
	background-image:url("/images/orange/heb_offre_top.png");
	background-repeat:no-repeat;
	height:40px;
	width:177px;
	padding: 5px 0px 0px 15px;
	color:#da2f07;
	font-weight:bold;
	font-style:italic;
	float:left;
}
.perf_center_2
{
	background-image:url("/images/orange/heb_background_perf_2.png");
	width:177px;
}
.perf_center
{
	background-image:url("/images/orange/heb_background_perf.png");
	background-repeat:no-repeat;
	width:177px;
	margin:-17px 0px 0px 0px;
}
.perf_center ul
{
	padding: 25px 0px 10px 35px;
}
.perf_center li
{
	font-weight:bold;
	font-style:italic;
	list-style-image: url("/images/puce_noire.png");
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px -5px;
	color:#30302f;
}
.perf_bottom
{
	background-image:url("/images/orange/heb_perf_bottom.png");
	background-repeat:no-repeat;
	width:177px;
	height:17px;
	margin:0px 0px 0px 0px;
}

.fonctionnalites
{
	text-align:justify;
	margin:10px 35px 0px 40px;	
}
.liste_fonctionnalites
{
	padding:20px 0px 0px 20px;	
}
.elt_fonctionnalites
{
	height:70px;
}
.img_fonctionnalites
{
	width:43px;
	height:30px;
}
.txt_fonctionnalites
{	
	margin:-30px 35px 0px 60px;
	color:#39393b;
	text-align:justify;
}
.titre_fonctionnalites
{
	font-weight:bold;
	color:#f18e00;
}
.comparatif
{
	padding:20px 0px 30px 120px;
	font-weight:bold;
}
.comparatif a
{
	text-decoration:none;
	color:#39393B;
}


/*select*/
.select
{
	border: 1px solid #FFFFFF; 
}




/**********************************************  INTER DIV ************************************************************/
.inter_div
{
	text-align:center;
	height:27px;
}


/************************************************* MENU BOTTOM **********************************************/
.menu_bottom_div
{
	background-color:#3D3D3F;
	width:1075px;
	margin: 0 auto;
	text-align:center;
}
.menu_bottom
{
	height:130px;
	background-color:#3D3D3F;
	color:#A9A9AB;
	margin:0 auto;	
	width:1024px;	
}
.menu_bottom_menu
{
	background-image:url("/images/background_contenu_bottom.png");
	background-repeat:no-repeat;
	margin: 0px;
}
.menu_bottom_menu ul
{
	position:relative;
	padding:0;
	height:40px;
	margin:0px;
	height:50px;
	
}
.menu_bottom_menu li
{
	display:inline;
	list-style:none outside none;
	position:relative;
	height:40px;
	background-color:#EBEBEB;	
	color:#5C5C5C;
	padding :0px 0px 0px 0px; 
	width:auto;
}
.menu_bottom_menu li a
{
	color:#5C5C5C;
	text-decoration:none;
}
.menu_bottom_menu li a:hover
{
	color:#5C5C5C;
	text-decoration:underline ;
}
.menu_bottom_copyright
{
	padding:12px;
	position:relative; 	
}

.menu_bottom b.rbottom
{
	display:block;
	background-color:transparent;
}
.menu_bottom b.rbottom b
{
	display:block;height: 1px;
	overflow: hidden; background: #EBEBEB;
}
.menu_bottom b.r1
{
	margin: 0 5px;
}
.menu_bottom b.r2{
	margin: 0 3px;
}
.menu_bottom b.r3{
	margin: 0 2px;
}
.menu_bottom b.rtop b.r4, b.rbottom b.r4 
{
	margin: 0 1px;
	height: 2px;
} 

.map_site
{
	padding:12px 12px 12px 120px;
	position:relative; 
}
.map_site a
{
	color:#A9A9AB;
}


/************************************************* NIVO SLIDER **********************************************/
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	padding: 55px 0 0 630px;
	color:#fff;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	font-style: italic;
	text-align:left;
	text-transform: uppercase;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

/* GOMOBI*/
#gomobiMobile{
  padding-left: 30px;
  background: #eceaea url(/images/gomobi_icons/bg1.gif) no-repeat top  left;
}
/* convert leads to customers */
#gomobiConvert{
  padding-left: 30px;
  background: #dbdada url(/images/gomobi_icons/bg2.gif) no-repeat top  left;
}
/* drive trafic */
#gomobiDrive{
  padding-left: 30px;
  background: #c4c3c3 url(/images/gomobi_icons/bg3.gif) no-repeat top  left;
}

table td.icon{
  width: 38px
}
table td.data{
  padding-bottom: 7px;
  padding-top: 7px
}
table td.bg1{
  width: 103px;
  background-color: #b1d7a7;
}
table td.bg2{
  width: 103px;
  background-color: #dfeedb;
}

.gomobi_offre
{	
	width: 400px;
	float:left;
}

.gomobi
{	
	margin:15px 25px 0px 0px;
	float:right;
}
.gomobi_cube
{
	background-image:url("/images/orange/heb_gomobi_cube.png");
	background-repeat:no-repeat;
	margin:5px 0px 34px 143px;
	width:20;
	height:18px;
	position:relative;
}
.gomobi_top
{
	background-image:url("/images/orange/heb_offre_top.png");
	background-repeat:no-repeat;
	height:40px;
	width:177px;
	padding: 5px 0px 0px 15px;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	float:left;
}
.gomobi_center_2
{
	background-image:url("/images/orange/heb_background_gomobi_2.png");
	width:177px;
}
.gomobi_center
{
	background-image:url("/images/orange/heb_background_gomobi.png");
	background-repeat:no-repeat;
	width:177px;
	margin:-17px 0px 0px 0px;
}
.gomobi_center ul
{
	padding: 25px 0px 10px 35px;
}
.gomobi_center li
{
	font-weight:bold;
	font-style:italic;
	list-style-image: url("/images/puce_noire.png");
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px -5px;
	color:#30302f;
}
.gomobi_bottom
{
	background-image:url("/images/orange/heb_gomobi_bottom.png");
	background-repeat:no-repeat;
	width:177px;
	height:17px;
	margin:0px 0px 0px 0px;
}

/* Tarifs */
.prices
{
	font-size:18px;
	font-weight:bold;
	color:#060;
}
