
/* CSS Document */

div#conteneur {
	width:974px;
	position:relative;
	margin:0px auto;
	background-color:EDD9C0;}
	
div#header {
	width:974px;
	height:200px;
	background-image:url(images/les_hairboristes_header_01.jpg);}

div#centre {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_accueil_02.jpg);}

div#concept {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_concept_02.jpg);}

div#contact {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_contact_02.jpg);}

div#formation {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_formation_02.jpg);}

div#realisation {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_realisations_02.jpg);}

div#livre_dor {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_livre_02.jpg);}

div#partenaires {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_part_02.jpg);}

div#produits {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_produit_02.jpg);}

div#services {
	width:974px;
	height:416px;
	background-image:url(images/hairboriste_service_02.jpg);}


ul#menu{
	margin:-75px 0 0 0;
	padding:0 0 0 325px;
	display:block;
	font-size:1px;
	line-height:1px;
	list-style-type:none;
}

ul#menu_footer{
	background-image:url(images/les_hairboristes_footer_03.jpg);
	width:500px;
	height:47px;
	margin:0;
	padding:0 0 0 500px;;
	list-style-type:none;
}

ul#menu_footer li{
	display:inline;
}

div#footer{
font: 11px Verdana,Arial,Sans-serif;
text-align:center;
width:974px;
margin:0;
padding:0;
}

div#footer a{
font: 11px Verdana,Arial,Sans-serif;
color:black;
text-decoration:none;
}

p#cometik{
float:right;
color : black;
text-decoration:none;
font-size:10px;
padding:10px 70px 0 0;
}

p#mentions_legales{
padding:0 0 0 140px;
color : black;
text-decoration:none;
font-size:10px;
text-align:center;
margin-top:10px;
font : 10px Verdana,Arial,Sans-serif;}

div#zone_texte{
padding:100px 0 0 170px;
/*margin:100px 0 0 170px;*/
width:500px;
height:300px;
font:11px Verdana,Arial,Sans-serif;
}

div#zone_texte_intro{
padding:90px 0 0 170px;
/*margin:100px 0 0 170px;*/
width:500px;
height:300px;
font:11px Verdana,Arial,Sans-serif;
}

p#zone_texte{
padding:100px 0 0 170px;
/*margin:100px 0 0 170px;*/
width:500px;
height:300px;
font:11px Verdana,Arial,Sans-serif;
}

img{
border:0px;
}

#tab_contact{
font:11px Verdana,Arial,Sans-serif;
margin-top:-25px;
}

#tab_services{
font:11px Verdana,Arial,Sans-serif;
}

#tab_services{
font:11px Verdana,Arial,Sans-serif;
vertical-align:top;
}

#tab_services li{
line-height:30px;
list-style-type:square;
}

.tab_parts{
border:1px #666561 solid;
}

form#contact{
margin:0;
}

#newsletter{
padding: 70px 0 0 510px;
margin : 0;
}

.newsletter_input{
border:1px solid white;
}

#bt_ok{
margin:0;
padding:8px 0 0 175px
}

.phrase_emailing{
font: 10px Verdana,Arial,Sans-serif;
color:black;
}

p#news{
padding:68px 0 19px 510px;
width:200px;
text-align:center;
}

#concept_swf{
margin:0;
padding:0 0 0 90px;
}

#index_swf{
margin:-5px 0 0 0;
padding:0 0 0 90px;
}
/* CSS AFFICHAGE DYNAMIQUE SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*OPACITE SUR IMAGES*/
.opacite img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.opacite:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}