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


body {
	margin: 0;
	padding: 0;
	background-color: #FF9933;
	font-family: Arial;
	color: #000;
}

#home {
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
	font-family: Arial;
	color: #000;
	background-image:url(../images/deco/home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#A4997D;
}

/*   

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

*/


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

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





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


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

/*Haut de page  HEADER*/

#header{
	margin:0 left;
	padding:0;
	width:282px;
	height:234px;
}

/*Contenu de page  CONTENT */

#content_index {
	margin:0 auto;
	padding:0;
	width: 650px;
	text-align:center;
}

#content {
	margin:0 auto;
	padding:0;
	width: 820px;
	background-image:url(../images/deco/bg_content.gif);
	background-repeat:repeat-y;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:5px 0 5px 0px;
	width:650px;
	height:33px;
	text-align: left;
	color: #993300;
	font-size:12px;
	font-weight: bold;
}

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

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


/*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;
    padding: 0;
	   color:#948f95;

  }
  
   h2 {
   	margin: 0;
    padding: 0;
	   color:#948f95;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#FF6600;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#FF6600;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#999999;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#948f95;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/

		 /*------------------------------------------------------*
  *--------------------------     CSS TEXTES    ----*
  *------------------------------------------------------*/
		

.texte1, li
{
	font-size:11px;
	text-align: justify;
	font-weight: bold;
	color: #999999;

}		

 /*------------------------------------------------------*
  *--------------------------     CSS MENUS     ----*
  *------------------------------------------------------*/

.sous_menu1 {
	color: #69636a;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	padding-left:25px;
}
.sous_menu1:hover{
	color:#4bb5c1;
	background-image:url(../images/deco/puce4.gif);
	background-position:10px;
	background-repeat:no-repeat;
}  

.sous_menu2 {
	color: #69636a;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	padding-left:25px;
}
.sous_menu2:hover{
	color:#4bb5c1;
	background-image:url(../images/deco/puce2.gif);
	background-position:10px;
	background-repeat:no-repeat;
}  

.sous_menu3 {
	color: #69636a;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	padding-left:25px;
}
.sous_menu3:hover{
	color:#4bb5c1;
	background-image:url(../images/deco/puce3.gif);
	background-position:10px;
	background-repeat:no-repeat;
}  

.sous_menu4 {
	color: #69636a;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	padding-left:25px;
}
.sous_menu4:hover{
	color:#4bb5c1;
	background-image:url(../images/deco/puce4.gif);
	background-position:10px;
	background-repeat:no-repeat;
}  

.sous_menu5 {
	color: #69636a;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	padding-left:25px;
}
.sous_menu5:hover{
	color:#4bb5c1;
	background-image:url(../images/deco/puce5.gif);
	background-position:10px;
	background-repeat:no-repeat;
}  

 /*------------------------------------------------------*
  *--------------------------     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                  ----*
  *------------------------------------------------------*/

.image {
	border: 1px solid #948f95;
	}

#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{
	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;
	color:#02468B;
	font-size:11px;
}

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

#flash_anim6{
width:400px;
margin:0 auto;
padding:0 auto;
}





 /*---------------------------------------------------------*
  *----        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: Arial;
	font-size: 11px;
	color: #39353a;
	width: 285px;
	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 #39353a;
	background-color: #fff;
	color: #39353a;
	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 #39353a; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #39353a;
	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 {
	font-family: Arial;
	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: #fff;
	border: solid #39353a 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: #4bb5c1;
	border: solid 1px #39353a;
	font-family: Arial;
	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 REFERENCEMENT  DEBUT              ----*
  *------------------------------------------------------*/

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

#referencement img {
	padding: 3px;
}

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

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

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