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


body {
	scrollbar-face-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #000;
	margin: 0;
 	padding: 0;
	background-color: #f7f4f5;
	font-family: Arial;
	font-size:11px;
	color: #40321b;
}


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


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

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

p {
	margin: 0px;
 padding: 0px;
}

li {
	list-style-image: url(../images/deco/puce.gif);
}



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


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

/*Haut de page*/

#header{
	margin:0 auto;
	padding:0;
	width:100%;
	height:121px;
	background-image:url(../images/deco/fond_header.jpg);
	background-repeat:repeat-x;
}

#header a{
	color:#fff;
	text-decoration:none;
}

#header a:hover{
	color:#CCC;
}

/*Contenu de page*/

#content {
	margin:0 auto;
	padding:0;
	width: 900px;
	height:430px;
	background-color:#f7f4f5;
	background-image: url(../images/fond_feuilles.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*Bas de page*/

#footer{
	margin:0 auto;
	padding:0;
	width:100%;
	height:69px;
	font-size:11px;
	color:#fff;
	background-image:url(../images/deco/fond_footer2.jpg);
	background-repeat:repeat-x;
}

#footer a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

#footer a:hover{
	color:#40321B;
}


/*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*/
#plan {
	width: 180px;
}

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



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

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

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

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




 /*------------------------------------------------------*
  *--------------------------     CSS TITRES     ----*
  *------------------------------------------------------*/
  
   h1 {
   	margin: 0px;
    padding: 0px;
	   color:#40321b;

  }
  
   h2 {
   	margin: 0px;
    padding: 0px;
	   color: #40321b;
  }
  
   h3 {
   	margin: 0px;
    padding: 0px;
  	 color:#40321b;
  }
  
   h4 {
   	margin: 0px;
    padding: 0px;
  	 color:#40321b;
  }
  
   h5 {
   	margin: 0px;
    padding: 0px;
  	 color:#b5bd39;
  }
  
   h6 {
   	margin: 0px;
    padding: 0px;
  	 color:#40321b;
  }

  /*------------------------------------------------------*
  *-----------------------------------     CSS MENU    ----*
  *------------------------------------------------------*/
  
  
.menu {
	height:17px;
	color:#FFFFFF;
	font-size:11px;
	text-transform:lowercase;
	text-align:left;
	text-decoration:none;
	padding-left:25px;
	background-image:url(../images/deco/bacg_menu2.gif);
}
.menu:hover{
	color:#40321B;
	padding-left:30px;
}  

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

.background{
	background-position:top;
	background-repeat:no-repeat;
}  

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


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
	/*------------------------------------------------------*
  *-----------    CSS POST IT  DEBUT   ----*
  *------------------------------------------------------*/


#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: #999;
	text-decoration: none;
}

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

/*CSS REFERENCEMENT fin */
