 /*------------------------------------------------*
  *---  WWW.ICARE-NET.COM - agence web ---  CSS  --*
  *------------------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	background-color: #34337F;
	background-image:url(../images/deco/back_general.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #280849;
}


a{
	border:0;
	color:#E8813C;
	text-decoration:none;
}
a:hover{
	color:#CC3300;
}
a.lien_secours{
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
	display:block;
	height:30px;
	width:200px;
	background-color:#DFE0E8
}
img{
	border:0px;
}

p{
	margin:0;
	padding:5px;
	border: 1px #DFE0E8 solid;
}
p.p_nul{
	margin:0;
	padding:20px 0 0 0;
	border: 0;
}
 form, input {
	margin: 0;
	padding: 0;
}

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





 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/
#p_flag{
	width:200px;
	margin:0 0 0 499px;
}
#header{
	margin:0 0 0 140px;
	height:227px;
	padding:0;
	background-image:url(../images/deco/back_header.jpg);
	background-position:top;
	background-repeat:repeat-x;

}
#deco_header{
	margin:0 ;
	padding:0;
	background-image:url(../images/deco/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 400x;
	height:200px;
}
/*Contenu de page  CONTENT */
#div_logo{	
	position:absolute;
	top:50px;
	left:0;
	height:485px;
	width:140px;
	background-image:url(../images/deco/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:0;
}
#content {
	margin:0 0 0 140px;
	padding:0 0 20px 0;
	background-color:#FFF;
}
.tab_content{
	width:800px;
	margin: 0 ;
	padding:10px 0 10px 10px;
	border-collapse:collapse;
}
.tab_content td{
	width:400px;	
	padding:5px 10px 0 30px;
	vertical-align:top;
}
.td_liste{
	margin:50px 0 0 0;
	padding:5px 10px 0 30px;
	width:780px;
	height:500px;
}
.tab_content .dt_dte{
	padding:55px 0 0 0;
	vertical-align:top;

}

#f_home{
	margin:20px 0 20px 45px;
	width:525px;
}
/*Bas de page  FOOTER*/

#footer{
	margin:0 0 0 140px;
	padding:0;
	height:30px;
	background-image:url(../images/deco/back_footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: #6F6EB0;
}
#footer_content{
	width:800px; 
	margin: 0 0 0 10px ; 
	padding:0;
}
#footer a{
	color:#6F6EB0;
	text-decoration:none;
}

#footer a:hover{
	color:#CBCBE7;
}


/*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: 0 0 10px 0;
    padding: 0;
	color:#B8BAD2;
	font-size:16px;
	  font-weight:bold;

  }
  h1 .lettrine{
  color:#E85700;
  text-transform:uppercase;
  font-size:18px;
  }
   h2 {
   	margin: 0 0 10px 0;
    padding: 0;
	color:#9A9CC2;
	font-size:15px;
	text-indent:8px;
  }
  
   h3 {
   	
   margin:0 0 1px 0;
    padding: 10px 0 0 20px;
	color:#7174A7;
	font-size:14px;
	border-width:0 0 1px 0;
	border-color:#7174A7;
	border-style:solid;
  }
 h4.h4detail{
 	margin:0 0 1px 0;
    padding: 10px 0 0 0;
	color:#7174A7;
	font-size:12px;
	border:0;
 }
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/




 /*------------------------------------------------------*
  *--------------------------     CSS PLANS DEBUT    ----*
  *------------------------------------------------------*/
  
/*page plans debut*/
#plan {
	width: 310px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*page plans fin*/



/*pop up plans DEBUT */
#popup_plan {
 margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

#popup_plan a {
	color:#333;
	text-decoration:none;
}

#popup_plan a:hover {
	color:#666;
}

#popup_plan img {
	border: 1px solid #333;
}

/*pop up plans FIN */

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS FIN         ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *-----------    CSS EFFETS  DEBUT                  ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
 /*------------------------------------------------------*
  *-----------    CSS EFFETS  FIN                    ----*
  *------------------------------------------------------*/
		
		
	
 

 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV contenant l'ensemble du formulaire */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #280849;
	width: 400px;
	margin:0;
	

}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #F0B23B;
	background-color: #FDF7EA;
	color: #F0B23B;
	padding: 0;
	margin: 0;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	border: solid 1px #DFE0E8;
	background-color: #F7F7F7;
	color: #280849;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	border-width:1px;
	border-color: #DFE0E8;
	border-style:solid; 
	width: 400px;
	margin: 0 0 1px 0;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	width:400px;
	height:100px;
	color: #fff;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
}
/* Légende du fielset ci-dessus */
.formulaire_table legend {
}
/* Lignes qui séparent les lignes avec les champs */
.formulaire_cell_espacement {
	height: 0px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	margin:0;
	padding: 5px 5px 0px 10px;
	text-align: right;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #F0B23B;
	font-weight: bold;
	
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Champs dans les formulaires (input, textarea) : dans tous les cas */
.formulaire_champ, .formulaire_champ_erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 200px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #F7F7F7;
	
	border: 1px #DFE0E8 solid;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	
	border: solid 1px #F0B23B;
	background-color: #FDF7EA;
	
}
/* Texte qui s'ajoute après les champ (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
	
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
	background-color: #3F3F87;
	border: solid 1px #7678A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*

 

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  DEBUT              ----*
  *------------------------------------------------------*/

#referencement {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
}

#referencement img {
	padding: 3px;
}

#referencement a {
	color: #999;
	text-decoration: none;
}

#referencement a:hover {
	color: #666;
}

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/










/*-----------------------------------------------------------*
*------------- menu -------------------------------------*
*----------------------------------------------------------------*/

/*

.dlmenu {
	width:800px;
	height:19px;
	border-width:0 0 1px 0;
	border-color:#483280;
	border-style: solid;
	padding:10px 0 0 10px;
	margin: 0 ;	
}
.menu {
	list-style-type:none; 
	width:800px;
	margin: 0 ; 
	padding:0; border:0;
	position:absolute; 	
}
.menu li {
	display:block;
	float:left;
	line-height:13px;
	padding:0 0 0 5px ;
	margin: 0 1px 0 0  ;
	
	z-index:100; 
	list-style-image:none;
	list-style:none;
	text-align:left;
	vertical-align:baseline;	
}

.menu li.li_un{
	width:40px;
	border-width: 0 1px 0 0;
	border-color:#D0D0E2;
	border-style:solid;
}

.menu li.li_deux{
	width:107px;
	border-width: 0 1px ;
	border-color:#D0D0E2;
	border-style:solid;
}
.menu li.li_trois{
	width:113px;
	border-width: 0 1px ;
	border-color:#D0D0E2;
	border-style:solid;
}
.menu li.li_quatre{
	width:145px;
	border-width: 0 1px ;
	border-color:#D0D0E2;
	border-style:solid;
}
.menu li.li_cinq{
	width:145px;
	border-width: 0 1px ;
	border-color:#D0D0E2;
	border-style:solid;
}

.menu li.li_six{
	width:60px;
	border-width: 0 1px ;
	border-color:#D0D0E2;
	border-style:solid;
}
.menu li.li_sept{
	width:80px;
	border-width: 0 0 0 1px ;
	border-color:#D0D0E2;
	border-style:solid;
}

.menu li a, .menu li a:visited {
	height:13px;
	line-height:13px;
	padding: 0  ;
	margin:0;
	text-decoration:none;
	font-size:10px;	
	color:#FFFFFF;
	
	
}


.menu li dd {display:none; background-color:#28115F; }
.menu li:hover, .menu li a:hover{
	 background-color:#28115F; /*à ne pas enlever sinon plus rien ne marche;*/
	/*color:#E8813C;
	
}


.menu li:hover dt a , .menu li a:hover dt a {
	display:inherit; 

	padding: 0  ;
	margin:0;
	height:13px;
	line-height:13px;
	color:#E8813C;
	font-weight:bold;
}
.menu li:hover dd, .menu li a:hover dd {
	display:block;
	padding:0 0 0 5px;
	margin: 0 1px 0 -4px ;
	background-color:#28115F;
}
.menu li:hover dl, .menu li a:hover dl {
	display:block;

}

.menu table {
	border:0; 
	padding:0; 
	margin:0; 
	font-size:10px; 
	font-weight:bold;	
	
}

.menu dl {
	padding:0;
	margin: 0 ;
	cursor:pointer;
}
.menu dl img{
	border:0px;
}
.menu dt {
	margin:0 ; 
	padding:0; 
	width:inherit; 
	font-size:10px; 
	font-weight:bold;
	border:0;
}

.menu dd {
	font-size: 10px; 
	text-align:left; 
	font-weight:bold;

}*/

///////////
 .gallery dt a, .gallery dt a:visited {
	display:block; 
	width:inherit;
	color:#FFF;
	background-color:#6F9300;	
}

 .gallery dd a, .gallery dd a:visited {
	color:#FFF; 
	background-color:#6F9300;
	text-decoration:none; 
	display:block; 
	text-align:center;
}

 .gallery dd a:hover { 
	color:#CC3300;
	background-color:#6F9300;
}

/* _________LISTE PRODUITS_________*/


.div_liste_prod{
	margin:0 0 5px 20px;
	padding:0;
	width:745px;
	height:83px;
	border-width: 1px ;
	border-style:solid;
	border-color:#E8E9EE;
}
.div_liste_prod a img{
	float:left;
	margin:3px;
	border-color:#E8E9EE;
	border-width: 1px ;
	border-style:solid;
	padding:2px;
}
.tab_liste_prod{
	width:660px;
	height:70px;
	margin:3px 0 0 1px;
	border:0 ;
}

td.txt_titre{
	background-color:#8A8BB7;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:2px 2px 2px 5px;
	width:100px;
	margin:1px;
	height:20px;
	line-height:15px;
	vertical-align:top;
	text-align:left;

}
td.txt_lib{
	color:#3C3A85;
	font-weight:bold;
	padding:2px 2px 2px 5px;	
	margin:1px;
	line-height:15px;
	vertical-align:top;
	text-align:left;
	border:1px solid #DFE0E8;
}

td.txt_lien{
	font-weight:bold;
	padding:0;
	margin:0;
	width:650px;
	text-align:right;
	line-height:30px;
	vertical-align:bottom;
}

td.txt_lien a{
	padding:0;
	margin:0;
	text-align:right;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
td.txt_lien a:hover{
	color:#CC0000;
}
/* ----------DETAIL PROD ------/*/

.div_detail_img{
	margin:5px;
	padding:0;
	width:350px;
	border-width: 1px ;
	border-style:solid;
	border-color:#E8E9EE;
}

