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


body {
	margin: 0;
	padding: 0;
	background-color: #3E3E3E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #646464;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat;
	background-position: top;
	background-attachment: fixed;
}


/*   

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
} 

*/


p, form, input {
	margin: 0;
	padding: 0;
}

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





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


#general{
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 7px;
	border: 10px solid #4A4A4A;
	background-color: #171717;
}
#general_home {
margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 80px;
	border: 10px solid #4A4A4A;
	background-color: #171717;
}


/*Haut de page  HEADER*/

#header{
	padding:10px;
}
#nav {
	height: 48px;
}
#nav a {
	line-height: 48px;
	display: block;
	text-decoration: none;
	color: #C9C9C9;
	text-align: center;
	width: 160px;
	background-position: center top;
}
#nav a.pres {
	background-image: url(../images/deco/bg_btn_pres.gif);
	
}
#nav a.cuis {
	background-image: url(../images/deco/bg_btn_cuisine.gif);
	
}
#nav a.sdb {
	background-image: url(../images/deco/bg_btn_sdb.gif);
	
}
#nav a.mag {
	background-image: url(../images/deco/bg_btn_mag.gif);
	
}
#nav a.cont {
	background-image: url(../images/deco/bg_btn_contact.gif);
	
}
#nav a.pres:hover, #nav a.cuis:hover, #nav a.sdb:hover, #nav a.mag:hover, #nav a.cont:hover {
	background-position: center bottom;
}





/*Contenu de page  CONTENT */

#content {
	padding:10px;
}
#actu {
	padding: 5px 0px 0px 0px;
	text-align: justify;
	margin: 0;
	color: #CCCCCC;
	background-image: url(../images/deco/actu.gif);
}
#actu table{
	margin: 0;
	padding:0;


}
#actu th{
	padding:3px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#actu td{
	padding:5px 6px 10px 6px;
	font-size: 10px;
}
#actu img{
	padding: 1px;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 2px ;
}
#produits {
	background-color: #171717;
	padding-top: 10px;
}
#produits h1{
	margin: 0 10px 10px 0;
	padding: 0 0 0 20px;
	color:#FFFFFF;
	line-height: 61px;
	font-size: 11px;
	background-image: url(../images/deco/bg_titres_produits.gif);
	background-repeat: no-repeat;
	height: 61px;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	width: 353px;
}
#produits h2{
	margin: 2px 20px 10px 10px;
	padding: 0 0 0 5px;
	color:#646464;
	background-color: #272727;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
  }
.texte {
	background-image: url(../images/deco/bg_texte.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #272727;
	padding-top: 10px;
}
.texte_int {
	text-align: justify;
	padding: 0 20px 0 10px;
	color: #999999;
}
.texte_int a{
	color: #CCCCCC;
	text-decoration: none;

}
.texte_int a:hover{
	text-decoration: none;

}
.texte_int strong {
	color: #CB0504;
}

a.pave {
	display: block;
	line-height: 59px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/deco/bg_pave02.gif);
	background-position: top;
	margin-bottom: 12px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
a.pave:hover {
	background-position: bottom;
	color: #550202;
}
#light img {
	border: 1px solid #646464;
}
table#light {
	margin-bottom: 15px;
}

#light td {
	width: 50%;
}








/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0;
	width:820px;
	background-color:#4A4A4A;
	text-align: center;
	color: #171717;
	margin-top: 10px;
	line-height: 24px;
}

#footer a{
	color:#CCC;
	text-decoration:none;
}

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


/*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 0 0 20px;
	color:#FFFFFF;
	line-height: 61px;
	font-size: 11px;
	background-image: url(../images/deco/bg_titres.gif);
	background-repeat: no-repeat;
	height: 61px;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	width: 353px;

  }
  
   h2 {
	margin: 2px 0 10px 0;
	padding: 0 0 0 5px;
	color:#646464;
	background-color: #272727;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
  }
  
   h3 {
   	margin: 2px 0 10px 0;
	padding: 0 0 0 5px;
	color:#FFFFFF;
	background-color: #990304;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
  }
  
   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 MENU DEBUT     ----*
  *------------------------------------------------------*/

/* MENU VERTICAL */

ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#fff;
}

ul#menu_vertical li{
	margin:0 0 1px 0;
	background:#990000;
	border: 1px solid #600;
}

ul#menu_vertical li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	text-decoration:none;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	background:#900;
	text-decoration:none;
}

/* MENU HORIZONTAL ne pas oublier de mettre un clear:both; après votre menu*/

ul#menu_horizontal{
	margin: 0 ;
	padding: 0 ;
	list-style: 0 ;
}

ul#menu_horizontal li{
	margin-right:1px;
	width: 150px;
	border:1px solid #600;
	color:#fff;
	float:left;
}

ul#menu_horizontal li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	line-height:1em;
	text-align:center;
	text-decoration:none;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	background: #900 ;
	text-decoration:none;
}


 
 /*------------------------------------------------------*
  *--------------------------     CSS MENU 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: #646464;
	width: 300px;
	margin: 0 auto;

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

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	border: solid 1px #7D0303;
	background-color: #7D0303;
	color: #FFFFFF;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #FFFFFF;
}
a.formulaire_msgRetour_lien:hover {
	color: #550202;
}
/* Tableau de champ général */
table.formulaire_table {
	border: solid 1px #646464; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #646464;
	color: #fff;
	padding: 5px;
	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: 5px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 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: #B70303;
	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;
	
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #FFFFFF;
	border: solid #FFFFFF 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #fcc;
	border: solid 1px #f00;
}
/* 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: #272727;
	border: solid 1px #272727;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
	padding-top: 8px;
}
/* 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;
	color: #666;
}

#referencement img {
	padding: 3px;
}

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

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

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

.partenaires
{padding:75px 0 25px 0;}

.partenaires a
{text-decoration:underline;}

.partenaires a:hover
{text-decoration:underline;color: #cb0504;}
