/** Style pour la page d'accueil **/

/**Modif gauche et content */
#gauche {
display:none;
width:0;
}
#content { 
margin-left:0;
width:950px;
}
#div_accueil{
}
#menu_chaine{
display:none;
}

#accueil_header{
position:relative;
margin:0 auto;
margin-left:37px;
padding:0px;
background-image: url('/gfx/accueil/photo_accueil.jpg');
width:906px;
height:330px;
background-repeat: no-repeat;
}

#txt_acc {
	color:#FFF; width:190px; height:220px;
	text-align:right; margin-left:650px; padding-top:50px;
	font-size:12px; font:Verdana;
}

.naturwaren_link {font-weight:bold; color:#f5ae4b; text-decoration:none;}
.produit_link {font-weight:bold; color:#1dcbe8; text-decoration:none;}
.naturwaren_link:hover {color:#1dcbe8;}
.produit_link:hover {color:#f5ae4b;}


#accueil_wrapper{
width:950px;
overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
margin:0;
margin-top:10px;
}

#accueil_gauche{
width:280px;
min-height:150px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:300px; /* for IE5.x and IE6 */
border:0;
border-color:#654c09;
border-style:solid;
padding:10px 5px 5px 20px;
float:left;
margin-left:16px;
background-image:url('/gfx/accueil/bg_gauche.gif');
background-position:right;
background-repeat:no-repeat;
}
#accueil_content{
margin-left:300px;
width:550px;
min-height:150px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:300px; /* for IE5.x and IE6 */
/*border:1px dashed red;*/
margin-top:10px;
padding:0 30px;
}

#accueil_lsdf_logo {
width:245px;height:130px;
border:0;margin:0;padding:0;
/*margin:38px 345px 0 45px;*/
background-image: url('/gfx/accueil/logo_lsdf.png');
background-repeat: no-repeat;
}

#accueil_lsdf_logo h2{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#accueil_gauche p{
color:#bb418f;
font-size:12px;
padding:2px 20px;
}

#accueil_gauche a{
color:#be5298;
text-align:center;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#accueil_content h2{
width:100%;
border:0;
border-bottom:2px;
border-color:#f3991b;
border-style:solid;
color:#f3991b;
font-variant:small-caps;text-transform: uppercase;
font-size:1.1em;
}
#accueil_content p{
font-size:0.8em;
}

.actualite_acc {font:verdana; color:#006aa4; font-size:15px;}

.naturwaren_acc {font:verdana;color:#8e8e8e; font-size:15px;}

.silica_titre {font:Arial; font-size:18px; font-weight:bold; color:#006aa4;}
.silica_txt {font:Arial; font-size:14px; color:#006aa4;}

#nouveau_produit {padding-top:35px; padding-left:30px;
width:580px; background-image:url(/gfx/accueil/nouveau.gif);
background-repeat:no-repeat; background-position:385px 5px;}

#wrapper {background-image:none;}

