@charset "utf-8";
/* CSS Document */
	html,
	body {
		margin:0;
		padding:0;
		font-family:"Trebuchet MS", Georgia, Verdana, serif;
		color:#000;
	background: rgb(109, 156, 205);
	}
	body {
		min-width:930px;
		text-align:center;
	}
	
a {color: rgb(255, 255, 255);}
a:hover {color: rgb(204, 0, 51);}
	h1 {
		padding:0;
		margin:0;
		font-size:16px;
	}
	p {
		margin:9px 0 0 0;
		padding:0;
		font-size:12px;
		line-height:18px;
	}
	p+p {
		font-style:italic;
		font-size:11px;
	}
	#centerwrap {
		width:930px;
		margin:10px auto;
		text-align:left;
	}
	#content {
		width:930px;
		margin:0 10px;
	}
#logo {
	position: relative; width: 930px; height: 221px; background: transparent url(../images/index_01.png) top left no-repeat;
}
#boutique {
	position: relative; width: 362px; height: 132px; background: transparent url(../images/index_02.png) top left no-repeat; float:left;
}
#boutique a:hover {
	background: transparent url(../images/index_hover_02.png) top left no-repeat;
}
#grandpublic  {
	position: relative; width: 568px; height: 132px; background: transparent url(../images/index_03.png) top left no-repeat; float:right;
}
#grandpublic a:hover {
	background: transparent url(../images/index_hover_03.png) top left no-repeat;
}
#etiqpromo {
	position:absolute; left:15%; top:156px; width:139px; height:106px; z-index:1; background:transparent url(../images/etiquette-promo.png) top left no-repeat;
}
#etiqpromo a:hover {
	background: transparent url(../images/etiquette-promo-hover.png) top left no-repeat;
}
#promo-juillet-bleu  {
	left:280px;
	top:6px;
	position: relative; width: 470px; height: 160px; background: transparent url(../images/promo-juillet-bleu.gif) top left no-repeat;
}
#promo-juillet-bleu a:hover {
	background: transparent url(../promo-juillet-bleu-hover.gif) top left no-repeat;
}
#giterural {
	position: relative; width: 362px; height: 115px; background: transparent url(../images/index_04.png) top left no-repeat; float:left;
}
#giterural a:hover {
	background: transparent url(../images/index_hover_04.png) top left no-repeat;
}
#pro {
	position: relative; width: 568px; height: 115px; background: transparent url(../images/index_05.png) top left no-repeat; float:right;
}
#pro a:hover {
	background: transparent url(../images/index_hover_05.png) top left no-repeat;
}
#labfooter { text-align:center;
}
div span { display:none;}

/* lien boutique */
#boutique a#lienboutique {
  display:block; width:362px; height:132px; position:absolute; top:0; left:0; border:none;
}
/* lien grandpublic */
#grandpublic a#liengrandpublic {
  display:block; width:568px; height:132px; position:absolute; top:0; left:0; border:none;
}
/* lien promotion-juillet-bleu */
#grandpublic a#lienpromojuilletbleu {
  display:block; width:470px; height:160px; position:absolute; top:0; left:0; border:none;
}
/* lien etiquette promo */
#etiqpromo a#lienetiqpromo {
  display:block; width:139px; height:106px;; position:absolute; top:0; left:0; border:none;
}
/* lien giterural */
#giterural a#liengiterural {
  display:block; width:362px; height:115px; position:absolute; top:0; left:0; border:none;
}
/* lien pro */
#pro a#lienpro {
  display:block; width:568px; height:115px; position:absolute; top:0; left:0; border:none;
}