/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #E5E7E6;
	font-family: Verdana, Helvetica, Arial;
	color: #636466;
	font-size: 11px;
}

img {
	border: none;
	behavior: url("/js/pngbehavior.htc");
}

p {
	margin: 5px 0 10px;
}

h1 {
	font-size: 15px;
}

h1 span, #entete div.intro span {
	font-weight: normal;
}

em.ref {
	display: none;
}

h2, #boite_glossaire h1 {
	font-size: 13px;
	padding-bottom: 5px;
	color: #95CB43
}

#boite_glossaire h1 {
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
	width: 300px;
}

h3 {
	font-size: 13px;
	padding-bottom: 5px;
}

a:link, a:visited{
	text-decoration: none;
	color: #4189cd;
}

a:hover, a.sel {
	color: #636466;
}

a span{
	display: none;
}

.clear {
	clear: both;
}

.erreur, .red {
	color: red;
	font-weight: bold;
}

.bullet, .bullet li {
	color: #95CB43;
	list-style: square !important;
	padding: 0 !important;
	margin-left: 15px;
}

.main-content {
   padding-left: 20px;
   margin: 0;
   line-height: 1.3;
   padding-bottom: 100px;
}

#main li {
	color: #95CB43;
	list-style: square !important;
	padding: 0 !important;
	margin-left: 15px;
}

.avantages .bullet, .avantages .bullet li {
	color: #95CB43;
	list-style: square !important;
	padding: 0 !important;
	margin-left: 10px;
}

ul.bullet li span { color:#636466; }

#page {
width: 781px; 
margin: auto;
text-align: left;
background: url(/images/bg_entete.jpg) repeat-x left top white;
position: relative;
}


.pdf {
	background: url(/images/pdf.gif) no-repeat right top;
	padding-right: 30px;
	display: block;
	height: 50px;
	font-weight: bold;
}

.fermer {
	background: url(/images/boutons/fermer.gif) no-repeat right top;
	padding-right: 15px;
	width: 240px;
	float: right;
	display: block;
	height: 20px;
	color: #7c7c7c !important;
	font-size: 9px;
	font-weight: bold;
}

.noborder {
	border: 0 !important;
}

.plan  {
	width: 300px;
}

.plan h3 {
	margin: 15px 0 0;
}

.plan li {
	margin: 5px 0;
}

.plandroite {
	float: right;
	font-size: 13px;
	font-weight: bold;
}

.plandroite ul {
	margin-top: 15px;
}

.plandroite ul li {
	margin-bottom: 10px;
	list-style: none;
}

/* =NAV1 */

#nav1 {
	position: absolute;
	top: 58px;
	left: 150px;
	width: 500px;
	height: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav1 li { /*float the main list items*/
	position: relative;
	display: block;
	float: left;
	margin: 0 5px;
	padding: 0;
	}

#nav1 li a {
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0;
	text-align: center;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
#nav1 li.on a {
	color: #2D2E32;
	background: #BED05D;
	}

#heb a {
	width: 165px;
	background: url(/images/boutons/hebergement.jpg) no-repeat 0 0;
	}
#dom a {
	width: 160px;
	background: url(/images/boutons/domaines.jpg) no-repeat 0 0 ;
	}

#cer a {
	width: 110px;
	background: url(/images/boutons/certificats.jpg) no-repeat 0 0;
	}

/*do the image replacement*/

/*hover states*/
#heb a:hover, #heb:hover a, #heb.over a, #heb.select a, 
#dom a:hover, #dom:hover a, #dom.over a, #dom.select a, 
#cer a:hover, #cer:hover a, #cer.over a, #cer.select a {
	background-position: 0 -33px !important;
	}


/*subnav formatting*/

#nav1 li ul {
	display: none;
	position: absolute;
	top: 23px;
	right: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(/images/bg_sousmenu.jpg) no-repeat 0 0 #428ad6;
	height: 23px;
	}
	
#heb ul, #dom ul, #cer ul {
	width: 680px;
	}

	
/* Hides from IE-mac \*/
* html #nav1 li ul, * html #nav1 li ul li {height: 1%;}
/* End hide from IE-mac */

#nav1 li.select ul {
	display: block;
	z-index: 100;
	}

#nav1 li.over ul, #nav1 li:hover ul {
	display: block;
	z-index: 110 !important;
	}


#nav1 li ul li {
	float: left;
	padding: 0;
	list-style: none;
	/*margin: 2px 0 0 16px;*/
  text-transform: uppercase;
  font-size:10px;
	}
	
#nav1 li ul li a {
	float: none;
	display: inline;
	color: white;
	width: auto !important;
	text-align: left;
	background: none !important;
	font-weight: normal !important;
	letter-spacing: 0px;
	}

#nav1 li ul li a:hover, #nav1 li ul li a.sel {
	text-decoration: none;
	color: #95CB43 !important;
	}

#heb ul {
	left: -64px;
	}

* html #heb ul {
	left: -69px;
	}

#heb ul li.first {
	margin-left: 30px;
	}

* html #heb ul li.first {
	margin-left: 20px;
	}


#dom ul {
	left: -239px;
	}
	
* html #dom ul {
	left: -244px;
	}

#dom ul li.first {
	margin-left: 235px;
	}

* html #dom ul li.first {
	margin-left: 120px;
	}


#cer ul {
	left: -409px;
	}
	
* html #cer ul {
	left: -414px;
	}

#cer ul li.first {
	margin-left: 280px;
	}

* html #cer ul li.first {
	margin-left: 142px;
	}
	
/* Entete */

#entete {
padding-right: 10px;
position:relative;

}

#entete #tete {
position: absolute;
top: 62px;
left: 45px;
z-index: 200;
}

#entete.notete {
background: url(/images/entete2.jpg) no-repeat -2px 60px !important;
padding-bottom: 20px;
}

#logo {
margin: 6px 10px 6px 25px;
float: left;
}

#nav2 {
/*margin-left: 190px;*/
height: 90px;
}

#entete h1, #entete div.intro {
padding: 0 10px 0 170px; 
height: 70px;
font-weight: bold;
font-size: 14px;
padding-top: 20px;
}

#nav2 img {
float: right;
}


#nav2 ul li {
list-style: none;
background: url(/images/green_bullet.gif) no-repeat 0 10px;
float: left;
padding: 5px 0 5px 13px;
margin: 0 3px;
font-weight: bold;
color: #95CB43;
font-size: 10px;
}

li.premier {
background: none !important;
}

#nav2 li a {
color: white;
}

#nav2 li a:hover {
color: #A5CEEE;
}

#contactbox {
background: url("/images/bg_contactbox.jpg") no-repeat left top;
width: 131px;
height: 77px;
float: right;
}

#contactbox img {
margin: 3px 0;
}


/* Corps boite */

#corps .content {
padding: 0 10px 20px;
margin-top: -10px;
}

.boite {
width: 372px;
background: url(/images/bg_boite_gauche.jpg) no-repeat left top;
margin-bottom: 20px;
}


.boite .content {
padding: 10px 15px 20px !important;
margin: 0 !important;
background: url(/images/bg_boite_bas.jpg) no-repeat left bottom;
}

.ssl {
width: 500px;
background: url(/images/bg_boite_big.gif) no-repeat left top;
}

.ssl .content {
background: url(/images/bg_boite_big2.gif) no-repeat left bottom !important;
}

.grosse {
width: 760px;
background: url(/images/bg_boite_big.jpg) no-repeat left top;
}

.grosse .content {
background: url(/images/bg_boite_big2.jpg) no-repeat left bottom !important;
}

.glossaire {
width: 761px;
background: url(/images/bg_boite_glossaire.jpg) no-repeat left top;
}

.glossaire .content {
background: none;
}

.glossaire .content h3 {
margin-top:7px;
}

#navigation{
font-size: 14px;
font-weight:bold;
position:absolute;
text-align:right;
top: 150px;
width: 751px;
}

.detail {
float: left;
width: 392px;
background: url(/images/bg_boite_gauche_detail3.gif) no-repeat left top;
}

.detail .content {
background: url(/images/bg_gauche_detail_pied.jpg) no-repeat left bottom !important;
}

.avantages {
float: left;
width: 392px;
margin-bottom: 20px;
}

.commander {
width: 352px;
background: url(/images/bg_boite_droite3.jpg) no-repeat left top;
font-size:12px;
}

.commander .content {
background: url(/images/bg_boite_bas3522.jpg) no-repeat left bottom !important;
}

.box {
width: 352px;
background: url(/images/bg_boite_droite.jpg) no-repeat left top;
}

.box .content {
background: url(/images/bg_boite_bas_352.jpg) no-repeat left bottom !important;
}

dl.absolute{
background-color:#fafafa;
}

dl.absolute dt { padding: 8px 0px 8px 0px; width: 300px; float: left; border-bottom: 1px solid #e6e6e6;}
dl.absolute dd { padding: 8px 0px 8px 0px; margin-left: 300px; border-bottom: 1px solid #e6e6e6;}
dl.absolute a{
	padding: 8px 0px 8px 0px;
	background: url(/images/icons/info4.gif) no-repeat 0 7px;
	padding-left: 20px;
	text-transform: uppercase;
}
.inclus{
background: url(/images/fonctionnalite_inclus.gif) no-repeat left top !important;
}

.alternate_inclus{
background: url(/images/fonctionnalite_inclus.gif) no-repeat left top #FFFFFF !important;
}

.alternate {
background-color:#FFFFFF;
}

dt.first, dd.first {
 border-top: 1px solid #e6e6e6;
}

.left {
float: left;
}

.right {
float: right;
}

.home .left .content, .home .right .content {
min-height: 360px;
height:auto !important;
height: 360px;
}

.boite h1 {
	color: #95CB43;
	font-size: 17px;
	margin-bottom:15px;
}

.grosse h3 {
	width: 500px;
}

.detail h3 {
	padding-top:10px;
	
}

.avantages h3 {
	padding-top:10px;
}

h1.star {
	background: url(/images/star.gif) no-repeat 0 -2px;
	padding-left: 35px;
	color: #636466 !important; 
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	height: 38px;
}

.grosse h2 {
	font-size: 20px;
}

.tousnosplans, .domaines{
	width: 185px;
	float: right;
	font-weight: bold;
}

.tousnosplans li {
	color: #666;
	margin-bottom: 12px !important;
	font-size: 12px;
}

.domaines li{
	color: #8BC437;
	margin-bottom: 12px !important;
	font-size: 12px;
	padding-left: 0 !important;
}

*html .domaines li{
	margin-bottom: -5px !important;
}

.domaines span {
	color: #666;
	display: block;
}


.boite ul {
	list-style: none;
	padding-bottom: 5px !important;
}

.boite ul li {
	list-style: none;
	margin: 9px 0;
	}

.boite ul li {
	padding-left: 12px;
}

.boite em {
	color: #95CB43;
	font-style: normal;
	margin-left: -12px;
	font-weight: bold;
}

#forfaits_hebergement {
	list-style: none;
	width: 552px;
	height: 210px;
	margin-left: -12px !important;	
}

#forfaits_hebergement li {
	list-style: none;
	float: left;
	width: 152px;
	margin-right: 14px;
}

*html #forfaits_hebergement li {
	margin-right: 0;
}

#forfaits_hebergement ul {
	margin-left: 0!important;
}

#conception_site_web {
	list-style: none;
	width: 552px;
	height: 110px;
	margin-left: -12px !important;	
}

#conception_site_web li {
	list-style: none;
	float: left;
	width: 152px;
	margin-right: 14px;
}

*html #conception_site_web li {
	margin-right: 0;
}

#conception_site_web ul {
	margin-left: 0!important;
}

.psigate img {
	float: left;
}

.psigate p {
	margin: 0!important;
}

.psigate table td, .psigate table th {
	text-align: left !important;
}

.note {
	font-size: 10px !important;
	clear: both;
	padding-top: 10px;
}

.grosse .note {
	padding-top: 0 !important;
	margin-top: 30px;
}

* html .grosse .note {
	margin-top: -10px;
}

.prix {
	font-size: 13px;
}

#forfaits_hebergement ul li {
	float: none;
	border-right: 0;
}

.hot {
	background-color:yellow;
}
#commande_forfait {
	margin-top:5px;
}

#commande_forfait dt {
	float: left;
	width: 40px;
	height: 30px;
}

#commande_forfait dd {
	border-bottom: 1px dashed #7C7C7C;
	padding-bottom: 10px;
	margin-left: 35px;
	margin-right: 5px;
	margin-bottom: 10px;
}

/* Boutons */

a.bouton {
	display: block;
	height: 38px;
}

a.likuidr {
	background: url(../images/boutons/detail_likuid_revendeur.gif) no-repeat 0 0;
}

a.likuidr:hover {
	background: url(../images/boutons/detail_likuid_revendeur.gif) no-repeat 0 -39px;
}

a.continuer {
	background: url(../images/boutons/likuidr.gif) no-repeat 0 0;
	width: 242px;
	height: 38px;
}

a.continuer:hover {
	background: url(../images/boutons/likuidr.gif) no-repeat 0 -38px;
}

a.autres {
	background: url(../images/boutons/autres_forfaits.gif) no-repeat 0 0;
	width: 153px;
	float: right;
	height: 52px;
	margin-top:10px;
}

a.autres:hover {
	background: url(../images/boutons/autres_forfaits.gif) no-repeat 0 -53px;
}

a.comparatif {
	background: url(../images/boutons/bouton_comparatif.gif) no-repeat 0 0;
	width: 153px;
	float: left;
	height: 52px;
	margin-top:10px;
}

a.comparatif:hover {
	background: url(../images/boutons/bouton_comparatif.gif) no-repeat 0 -53px;
}


a.detaillikuidcart {
	background: url(../images/boutons/detail_likuid_cart.gif) no-repeat 0 0;
	width: 313px;
	
}

a.detaillikuidcart:hover {
	background: url(../images/boutons/detail_likuid_cart.gif) no-repeat 0 -39px;
}

a.likuidcart {
	background: url(../images/boutons/acheter_forfait_likuid_cart.jpg) no-repeat 0 0;
	width: 324px;
	height: 32px;
	margin-bottom: 25px;
}

a.likuidcart:hover {
	background: url(../images/boutons/acheter_forfait_likuid_cart.jpg) no-repeat 0 -33px;
}

a.detaillikuid500 {
	background: url(../images/boutons/boutons_detaill_likuid_500.gif) no-repeat 0 0;
	width: 153px;
	height: 52px;
	margin-left: -12px;
	margin-top:15px;
}

a.detaillikuid500:hover {
	background: url(../images/boutons/boutons_detaill_likuid_500.gif) no-repeat 0 -53px;
}

a.likuid500 {
	background: url(../images/boutons/acheter_forfait_likuid500.jpg) no-repeat 0 0;
	width: 263px;
	height: 32px;
	margin-bottom: 25px;
}

a.likuid500:hover {
	background: url(../images/boutons/acheter_forfait_likuid500.jpg) no-repeat 0 -33px;
}

a.detaillikuid1000 {
	background: url(../images/boutons/boutons_detaill_likuid_1000.gif) no-repeat 0 0;
	width: 153px;
	height: 52px;
	margin-left: -12px;
	margin-top:15px;
}

a.detaillikuid1000:hover {
	background: url(../images/boutons/boutons_detaill_likuid_1000.gif) no-repeat 0 -53px;
}

a.likuid1000 {
	background: url(../images/boutons/acheter_forfait_likuid1000.jpg) no-repeat 0 0;
	width: 270px;
	height: 32px;
	margin-bottom: 25px;
}

a.likuid1000:hover {
	background: url(../images/boutons/acheter_forfait_likuid1000.jpg) no-repeat 0 -33px;
}

a.detaillikuid5000 {
	background: url(../images/boutons/boutons_detaill_likuid_5000.gif) no-repeat 0 0;
	width: 153px;
	height: 52px;
	margin-left: -12px;
	margin-top:15px;
}

a.detaillikuid5000:hover {
	background: url(../images/boutons/boutons_detaill_likuid_5000.gif) no-repeat 0 -53px;
}

a.likuid5000 {
	background: url(../images/boutons/acheter_forfait_likuid5000.jpg) no-repeat 0 0;
	width: 270px;
	height: 32px;
	margin-bottom: 25px;
}

a.likuid5000:hover {
	background: url(../images/boutons/acheter_forfait_likuid5000.jpg) no-repeat 0 -33px;
}

a.likuidrevendeur {
	background: url(../images/boutons/acheter_forfait_likuid_revendeur.jpg) no-repeat 0 0;
	width: 325px;
	height: 32px;
	margin-bottom: 25px;
}

a.likuidrevendeur:hover {
	background: url(../images/boutons/acheter_forfait_likuid_revendeur.jpg) no-repeat 0 -33px;
}

a.likuidMail {
	background: url(../images/boutons/acheter_forfait_likuid_mail.jpg) no-repeat 0 0;
	width: 270px;
	height: 32px;
	margin-bottom:10px;
}

a.likuidMail:hover {
	background: url(../images/boutons/acheter_forfait_likuid_mail.jpg) no-repeat 0 -33px;
}

a.certssl {
	background: url(../images/boutons/acheter_certificat_ssl.jpg) no-repeat 0 0;
	width: 270px;
	height: 32px;
	margin-bottom: 25px;
}

a.certssl:hover {
	background: url(../images/boutons/acheter_certificat_ssl.jpg) no-repeat 0 -33px;
}

#forfaits_hebergement a.likuid500, #forfaits_hebergement a.likuid1000, #forfaits_hebergement a.likuid5000 {
	margin: 15px 0  0 -10px;
}

/* Corps contact */

#corps .contact {
background: url(../images/bg_contact.jpg) no-repeat -2px 0;
}

.formpied, .formcorps  {
text-align: right;
margin-right: 70px;
}

.formcorps fieldset {
padding: 10px 30px 10px 0;
border: 0;
background: #F2F2F2;
margin: 10px 0;
}

.formcorps fieldset legend {
font-weight: bold;
padding: 5px 10px;
background: #F2F2F2;
}

/* Pied */
#pied  {
background: url(/images/bg_piedg.gif) no-repeat left top;
clear: both;
width: 781px;
}

#pied .content {
background: url(/images/bg_piedd.gif) no-repeat right top;
text-align: center;
}

#pied p {
display: block;
width: 763px;
background: url(/images/bg_pied.gif) repeat-x right top;
margin: 0 0 0 7px;
padding: 12px 0;
color: white;
}

#piedliens{
	background-color:#E5E7E6 !important;
	width: 782px;
}

#piedliens ul {
padding-left:110px;
}

#piedliens ul li {
list-style: none;
background: url(/images/green_bullet.gif) no-repeat 0 10px;
padding: 5px 0 5px 18px;
margin: 0 8px;
color: #95CB43 !important;
font-size: 10px;
float:left;
}

/* NiceForm */
label {
	cursor:pointer;
}
label.chosen {color:#333;font-weight:bold;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:23px;
	height:23px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(/images/chk_off.gif) no-repeat left top;}
.radioAreaChecked {background:url(/images/chk_on.gif) no-repeat left bottom;}

#dropdowns dt {
	float: left;
	height: 30px;
	text-align:left;
}

#dropdowns dd {
	border-bottom: 1px dashed #7C7C7C;
	padding-bottom: 10px;
	margin-left: 35px;
	margin-bottom: 10px;
}

/*PROMO*/
.promotions {
background: url(/images/promo.gif) no-repeat 0 0;
width: 347px;
height:60px;
margin-bottom: 15px;
}

.promotions p {
font-size: 16px;
font-weight:bold;
padding: 11px 7px;
display: block;
width: 245px;
color: #FFF;
}

}.promotions p {
padding: 7px;
}

.promotions a:link, .promotions a:hover, .promotions a:visited {
color:#FFF;
}

.mysql{
background: url(/images/promo_mysql.gif) no-repeat 0 0;
}

.protect{
background: url(/images/promo_protect.gif) no-repeat 0 0;
}

.dotnet{
background: url(/images/promo_asp_net.gif) no-repeat 0 0;
}

.siteweb{
background: url(/images/promo_site_web_template.gif) no-repeat 0 0;
}

.likuid_cart{
background: url(/images/promo_likuid_cart.gif) no-repeat 0 0;
}

.microsoft_frontpage{
background: url(/images/promo_microsoft_frontpage.gif) no-repeat 0 0;
}

/*FEATURES*/
.features {
width: 347px;
margin-left:5px;
}
.feature {
position: relative;
font-size: 11px;
}

.feature img {
position: absolute;
top: 0px;
left: 0px;
height: 32px;
width: 32px;
}

.feature p {
padding: 0;
margin-left: 36px;
line-height: 13px;
}

.feature p a {
	font-weight: bold;
}

/*Comparatif*/

div.comparatif {
height: 80px;
padding-top: 10px;
}

#comparatif table {
background-color:#fafafa;
font-size:12px;
}
#comparatif table th {
width:275px;
padding-left:5px;
}
#comparatif table td {
	width:160px;
	height:29px;
	text-align:center;
}

#comparatif table caption {
	background-color:#4189cd;
	height:25px;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-align:left;
	padding-left:2px;
	color:#FFF;
}

.populaire{
	font-weight:bold;
	background-color: #DFF1FF;
}

/*Comparatif*/

div.tarification {
height: 80px;
padding-top: 10px;
}

#tarification table {
background-color:#fafafa;
font-size:12px;
}
#tarification table th {
width:40px;
padding-left:5px;
}
#tarification table td {
	width:145px;
	height:29px;
	text-align:center;
}

#tarification table caption {
	background-color:#4189cd;
	height:25px;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-align:left;
	padding-left:2px;
	color:#FFF;
}

#album_thumbs {
list-style: none;
width:376px;
}

#album_thumbs li {
float: left;
list-style: none;
padding:3px;
}

#album_thumbs li a:link, #album_thumbs li a:visited {
	display: block;
	width: 88px;
	background: url(/images/bg_thumbs.gif) no-repeat bottom right;
}

#album_thumbs img {
	margin: 6px;
}

#album_thumbs li a:hover {
	background: url(/images/bg_thumbs_o.gif) no-repeat bottom right;
}

.formconn{text-align:right!important}

.boite2 {
color: #666;
/*background: #F4F4F4;*/
border: 1px solid #ccc;
}

.boite3 {
color: #666;
background: #e8f0f7;
border: 1px solid #ccc;
padding:10px;
}

.boite3 h1{
 padding-bottom:10px;
}

#wrap_boites {
width: 350px;
margin-bottom:10px;
}

#wrap_boites p {
padding:5px;
}

#wrap_boites table{
	padding:0px 0px 10px 10px;
}

#wrap_boites table th{
	width:200px;
	font-weight:normal;
}

#wrap_boites table td{
	width:90px;
}

.clients_likuid_cart{
height:110px;
width:350px;
text-align:right;
}

.clients_likuid_cart p{
float:left;
text-align:left;
}

/* ###  START Conception web ### */

#maquettes li {
list-style: none;
float: left;
margin: 10px 20px 10px 0;
}

.latentzoom {
cursor: url(/images/zoom/zoomin.cur), pointer; 
outline: none;
}

.latentzoom-caption {
display: none; 
border: 2px solid white;
border-top: none;  
padding: 5px; 
background-color: white;  
}

.latentzoom-display-block {
display: block;}

.latentzoom-display-none {
display: none;}

.latentzoom-loading {
display: block; 
color: white; 
font-size: 9px; 
font-weight: bold; 
text-transform: uppercase; 
text-decoration: none; 
padding: 3px; 
border-top: 1px solid white; 
border-bottom: 1px solid white; 
background-color: black; 
padding-left: 22px; 
background-image: url(/images/zoom/loader.gif); 
background-repeat: no-repeat; 
background-position: 3px 1px;
}

.latentzoom-move {cursor: move;}
/* ###  End Conception web ### */


#promohome {
position: absolute;
z-index: 1000;
top: 30px;
left: -75px;
width: 133px;
height: 100px;
display: block;
display: none;
}

#promohome span {
position: absolute;
z-index: 1100;
top: 23px;
left: 15px;
width: 100px;
display: block;
cursor: pointer;
font-size: 13px;
font-weight: bold;
}

/* #promohome span img {
display: none;
} */


#boiterecherche{
height: 25px;
line-height: 15px;
padding: 10px 0 0 !important;
}

#boiterecherche input {
height: 18px;
}

#boiterecherche #sb {
margin-bottom: -1px;
height: 25px;
}
