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


body {
	margin: 0;
	padding: 0;
	background-color: #A09A81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #584B36;
	background-repeat: no-repeat;
}


/*   

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

*/


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

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

li {
	list-style-image: url(../images/deco/puce.gif);
}
.points {
	height: 20px;
	background-image: url(../images/deco/points.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#light img {
	margin: 0 8px 8px 0;
	border: 1px solid #584B36;
}





 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/
#general_index{
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 50px;
	height: 424px;
}

#general{
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 15px;
}

/*Haut de page  HEADER*/

#header{
	padding:0;
	height:189px;
	background-color: #A09A81;
	background-image: url(../images/deco/header.gif);
	color: #A09A81;
}

/*Contenu de page  CONTENT */

#content {
	padding:0;
}
#menu_rappel {
	line-height: 30px;
	text-align: center;
	background-color: #E3C38C;
	width: 800px;
	margin: 0 auto;
}
#menu_rappel a {
	color: #624740;
	text-decoration: none;
}
#menu_rappel a:hover {
	color: #FFFFFF;
}



#contenu {
	padding: 5px 40px 25px 30px;
}


#menu {
	width: 157px;
	margin-top: 28px;
	margin-left: 20px;
}

#menu a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #584B36;
	text-indent: 2px;
	border-bottom: 1px solid #A28B64;
	background-image: url(../images/deco/bg_link.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	background-image: url(../images/deco/bg_linkhover.gif);
}

#ssmenu {
	margin-top: 10px;
}

#ssmenu a {
	display: block;
	height: 26px;
	text-decoration: none;
	color: #584B36;
	border-bottom: 1px solid #A28B64;
	background-image: url(../images/deco/bg_link.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 147px;
	line-height: 26px;
	float: left;
	margin-right: 1px;
	padding-left: 10px;
}
.border {
	border: 4px solid #F5F6D8;
}


#ssmenu a:hover {
	background-image: url(../images/deco/bg_linkhover.gif);
}
#contenu_texte {
	padding-right: 45px;
	text-align: justify;
	background-image: url(../images/deco/bg-content.jpg);
	padding-left: 10px;
}

/*Bas de page  FOOTER*/

#footer{
	padding:0;
	height:41px;
	text-align: center;
	background-image: url(../images/deco/footer.gif);
	line-height: 30px;
	width: 800px;
	margin: 0 auto;
}

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

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


/*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 PLANS          ----*
  *------------------------------------------------------*/
  
/*page plans debut*/
#plan {
	width: 310px;
}

#plan img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #584B36;
}

/*page plans fin*/



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

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

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

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

/*pop up plans 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: #000;
	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 #036;
	background-color: #9cf;
	color: #000;
	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: solid 1px #000; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #369;
	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: #f00;
	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 {
	text-align: left;
	width: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #9cf;
	border: solid #036 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: #369;
	border: solid 1px #369;
	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;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*




 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0;
	padding: 0 0 0 10px;
	color:#666666;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/deco/fleche.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 15px;
	display: block;

  }
  
   h2 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   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 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 POST IT  DEBUT                 ----*
  *------------------------------------------------------*/

/*<div id="transparent" class="transparent" style="position: absolute; z-index: 10; left: 24px; top: 107px; width: 200px; padding: 0px; cursor:move"></div>*/

#post_it_header{
	width: 200px;
	height:80px;
	background:url(../images/admin/punaise.gif) no-repeat;
}

#post_it_content{
	width: 200px;
	height:120px;
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background:#D1CFCF;
}

#post_it_content a{
	color:#3DAFEB;
	text-decoration: none;
}

#post_it_content a:hover{
color:#F67F00;
}

#post_it_content h4{
	margin:0;
	padding:10px 0 0 0;
	color:#F67F00;
	font-size:14px;
	text-align:center;
}

#post_it_content p{
	margin:0 auto;
	padding:15px 0 0 0;
	width:180px;
	color:#02468B;
	font-size:11px;
}

 /*------------------------------------------------------*
  *--------    CSS POST IT  FIN                      ----*
  *------------------------------------------------------*/





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

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

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

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

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/
#header-index {

	padding:0;
	height:189px;
	color: #A09A81;
}
