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


body {
	margin: 0;
	padding: 0;
	background:url(../images/deco/bg.gif);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}


/*   

* {
	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:70px auto 0 auto;
	padding:0;
	width:100%;
	background:url(../images/deco/bande.gif) repeat-x;
}

#general_content{
	margin:0 auto;
	padding:0;
	width:900px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:860px;
	height:229px;
	background:url(../images/deco/bg_index.gif) no-repeat;
}

#swf{
	margin:0;
	padding:34px 0 0 562px;
	width:259px;
	height:166px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:5px auto 10px auto;
	padding:0;
	width:860px;
	background:#fff;
	text-align: center;
	color: #AE271B;
	font-size:0.8em;
}

#footer p{
	margin:0;
	padding:5px 0 5px 0;
	color: #AE271B;
}

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

#footer a:hover{
	text-decoration:underline;
}

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