@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";

/*------------------------------------------------------*
*-- appel des css formulaire contact -  referencement et navigation  ----*
*------------------------------------------------------*/



/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web ---  CSS 03 mars 08 - MAJ : arno --*
 *------------------------------------------------*/





html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	background-image:url(../images/deco/ar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #FFCF66;

}

p, form, input {
	margin: 0;
	padding: 0 0 10px 0;
		font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #141444;
		text-align:justify;
		font-weight:normal;
}

select {
	color: #000;
	background-color: #fff;
}

.texte2{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#7071FF;
}
.texte3{
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size:12px;
color:#E39024;
}

.lien {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141444;
}
.lien a{
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141444;
	text-decoration:underline;
}
.lien a:hover{
	color: #E39024;
text-decoration:underline;
}
 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general_rep{
	margin:0 auto;
	padding:0;
	width:1000px;
	background-image:url(../images/deco/general-ar.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:20px 0 0 0;
	width:1000px;
	height:134px;
	font-size:10px;
	text-align:right;
	background-image:url(../images/deco/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#header a{
	margin:0 auto;
	padding:0;
	color:#141444;
	text-decoration:none;
	padding:0 12px 0 12px;
}

#header a:hover{
	color:#141444;
	text-decoration:underline;
}

/*Contenu de page  CONTENT */
#content_index {
	margin:0 auto;
	padding:0;
	width: 1000px;
	height:543px;
	background-image:url(../images/home/home-bas.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content {
	margin:0 auto;
	padding:0;
	width: 1000px;
	background-image:url(../images/deco/content-ar.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#content_gauche {
	margin:0 0;
	padding:0;
	width: 247px;
		float:left;
}
#content_droit {
	margin:0 0;
	padding:100px 0 20px 0px;
	width: 753px;
	background-image:url(../images/deco/content-droit-ar.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
	float:right;
}
/*Bas de page  FOOTER*/
#footer_index{
		font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	width:1000px;
	height:60px;
	background-image:url(../images/deco/footer-index.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align: left;
	color: #E39024;
	font-size:11px;
}
#footer_index a{
	font-size:10px;
	color:#E39024;
	text-decoration:none;

}
#adresse{
	padding:10px 0 15px 36px;
	color:#99648A;
	}
#footer{
		font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	width:1000px;
	height:60px;
	background-image:url(../images/deco/footer.gif);
	background-repeat:repeat-x;
	background-position:top left;
	text-align: left;
	color: #E39024;
	font-size:11px;
}
#footer a{
	color:#E39024;
	text-decoration:none;
	font-size:10px;
}

#footer a:hover{
	color:#fff;
	text-decoration:none;
	font-size:10px;
}


/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 10px 0;
	padding: 10px 0 0 110px;
	width:80%;
	height:37px;
	color:#E39024;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	background-image:url(../images/deco/puce-titre.gif);
	background-position:55px top;
	background-repeat:no-repeat;
	float: right;

  }
  
   h2 {
   height:20px;
   line-height:20px;
   	margin: 5px 0 5px 0px;
    padding: 1px 0 0 18px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#A9A2E7;
	background-image:url(../images/deco/puce-titre2.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	text-decoration:underline;
  }
  
   h3 {
	margin: 5px 0;
	padding: 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#A5491C;
	line-height: 16px;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------       PRESENTATION     ----*
  *------------------------------------------------------*/
.content_pres{
	margin:0 0;
	padding: 0 300px 0 60px;
	width:360px;
	background-image:url(../images/presentation/photo.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
		
 /*------------------------------------------------------*
  *----------------------     HUILE ESSENTIELLES     ----*
  *------------------------------------------------------*/
.content_huile_top{
	background-image:url(../images/huiles-essentielles/photo1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0 0;
	padding: 0 300px 0 60px;
	width:390px;
}
.content_huile{
margin:0 0;
padding: 0 0 0 60px;
width:690px;
}
 /*------------------------------------------------------*
  *----------------------     HUILE VEGETALES         ----*
  *------------------------------------------------------*/
.content_huile_veg_top{
	background-image:url(../images/huile-vegetale/photo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0 0;
	padding: 0 360px 0 60px;
	width:330px;
	font-weight:normal;
	clear: both;
}
.diffuseur_list_vegetal{
margin:0 0 ;
padding: 0 0 0 60px;
width:271px;
float:left;
font-weight:normal;
}	
 /*------------------------------------------------------*
  *----------------------     DIFFUSEUR D'AROMME     ----*
  *------------------------------------------------------*/


.content_diffuseur{
background-image:url(../images/diffuseur/photo1.jpg);
background-position:top right;
background-repeat:no-repeat;
margin:0 0 ;
padding: 0 300px 0 60px;
width:390px;
}
.photo_right{
float:right;
border:4px #fff solid;
}
.diffuseur_list{
	margin:0 0;
	padding: 0 0 0 60px;
	width:201px;
	float:left;
}
.diffuseur_descriptif{
margin:0 0 0 0px;
padding: 0 0;
width:430px;
float:right;
}
.diffuseur_compo{
margin:0 0 0 0px;
padding: 0 0 0 20px;
width:700px;
height:221px;
float:right;
text-align:left;
background-image:url(../images/diffuseur/compo.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}
.diffuseur_compo img{
margin:25px 10px 0 5px;
border:4px #fff solid;
}		
 /*------------------------------------------------------*
  *----------------     EAUX FLORALE / HYDROLATS     ----*
  *------------------------------------------------------*/
.content_eaux{
margin:0 0 ;
padding: 0 0 0 60px;
width:630px;
float:left;
}
.content_eaux img{
margin:0 0 0 10px;

}
		
 /*------------------------------------------------------*
  *--------------------------     LIBRAIRIE          ----*
  *------------------------------------------------------*/
.content_librairie{
margin:0 0 ;
padding: 0 0 0 60px;
width:630px;
float:left;
}

.librairie_couverture{
margin:0 0 0 0px;
padding: 0 0;
width:180px;
float:left;
}
.librairie_descriptif{
margin:0 0 0 0px;
padding: 0 0;
width:450px;
float:right;
}

.librairie_couverture img{
margin:0 0 20px 0;
border:4px #fff solid;}	

 /*------------------------------------------------------*
  *--------------------------     COSMETIQUE         ----*
  *------------------------------------------------------*/
.content_cosmetic{
margin:0 0 ;
padding: 0 0 0 60px;
width:630px;
float:left;
}
.cosmetic_photo{
display:block;
margin:0 0 20px 0;
padding: 10px;
float:left;
}
.cosmetic_descriptif{
margin:0 0 0 0px;
padding: 0 0;
width:450px;
float:right;
}

.cosmetic_couverture img{
margin:0 0 20px 0;
border:4px #fff solid;}	

 /*------------------------------------------------------*
  *--------------------------        CONTACT         ----*
  *------------------------------------------------------*/
.contact_form{
margin:0 0 ;
padding: 0 0 0 60px;
width:300px;
float:left;
}
.contact_map{
margin:0 0;
padding: 0 0;
width:300px;
float:right;
}

.map_cadre	{
border:4px solid #fff;
}
 /*------------------------------------------------------*
  *--------------------------         LISTES         ----*
  *------------------------------------------------------*/
.libelle_list{
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size:14px;
color:#7071FF;
margin:0 0 10px 0;
	 padding:0 0 6px 8px;
	 line-height:18px;
	 background-image:url(../images/deco/point.gif);
	 background-repeat: repeat-x;
	 background-position: left bottom;
	 list-style-type: none;
	 text-align:left;
	 display:block; 
}
ul.liste{
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	margin:0 0;
	padding: 0 0;
	color:#141444;
	font-size:12px;
	list-style:none;
	text-align:left;
	float:left;
}
ul.liste li{
	 padding:0 0 6px 12px;
	 line-height:18px;
	 background-image: url(../images/deco/puce1.gif);
	 background-repeat: no-repeat;
	 background-position: left 5px;
	 list-style-type: none;
	 text-align:left;
	 display:block; 
}
ul.liste_desc{
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	margin:0 0;
	padding: 0 0;
	color:#E39024;
	font-size:12px;
	list-style:none;
	text-align:left;
	float:left;
}
ul.liste_desc li{
	 padding:0 0 6px 14px;
	 line-height:18px;
	 background-image: url(../images/deco/puce2.gif);
	 background-repeat: no-repeat;
	 background-position: left 7px;
	 list-style-type: none;
	 text-align:left;
	 display:block; 
}
 /*------------------------------------------------------*
  *--------------------------         POST IT        ----*
  *------------------------------------------------------*/
#handle{
	width:227px;
	height:186px;
	/*background-image:url(../images/post-it/ar.png);
background-position:center center;
background-repeat:no-repeat;*/
	text-align:center;
	padding:10px;


}

#handle p{
	margin: 0;
	padding: 0 0 10px 0;
		font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #141444;
		text-align:center;
}
#root {
	position:absolute;
width:227px;
height:186px;
	padding:5px;

}
#fond-post-it{
	width:227px;
	height:186px;
	/*background-image:url(../images/post-it/ar.png);
background-position:center center;
background-repeat:no-repeat;*/
background-color:#FFC658;
	text-align:center;
	padding:10px;
	cursor: move;
	border: 5px solid #FFF;
	filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7; 
	}
 /*------------------------------------------------------*
  *---------------------  "POPUP"  en lightbox       ----*
  *------------------------------------------------------*/
#popup {
	width:450px;
	height:300px;
	padding:15px;
	margin: 0 auto;
}
.popup_point{
margin:0 0 10px 0;
	 line-height:10px;
	 background-image: url(../images/deco/point2.gif);
	 background-repeat: repeat-x;
	 background-position: left bottom;
}
.page_list{
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size:12px;
color:#E39024;
margin:10px 0 10px 60px;
padding:10px 0 6px 8px;
line-height:18px;
background-color: #FFF4DF;
border-style: solid;
border-width: 1px;
border-color: #FFC658;
list-style-type: none;
text-align:center;
	 display:block; 
}
.page_list a{
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size:12px;
color:#E39024;
text-decoration:none;
}
.page_list a:hover{
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size:12px;
color:#7280C4;
text-decoration:none;
}
.note{
color:#660000;*
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
.flash_gch {
	z-index: 10;
}
