@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";

/*------------------------------------------------------*
*-- appel des css formulaire contact -  referencement et navigation  ----*
*------------------------------------------------------*/



/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web ---  CSS 03 mars 08 - MAJ : arno --*
 *------------------------------------------------*/





html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	background-color: #AD2420;
/*	color: #919878;*/
color:#333333;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:790px;
	border: 5px solid #920d0d;
	margin-top: 20px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	height:150px;
	background-image: url(../images/deco/header.jpg);
	background-color:#920D0D;
}
#header_home{
	margin:0 auto;
	padding:0;
	height:150px;
/*	background-image: url(../images/deco/header_home.gif);*/
background-color:#920D0D;
}

#header p{
 color:#000;
}

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

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


#flash_logo {
margin:0 auto;
padding:0;
width:122px;
height:152px;
}


/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0 16px 20px 0;
	background-color:#FFFFFF;
	background-image: url(../images/deco/bg_content_general.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#content strong{
 font-weight:bold;
 color:#AD2420;
}
#meubles {
    margin:0 auto;
	padding:0 16px 20px 0;
	background-color:#FFFFFF;
	background-image: url(../images/deco/bg_content_meubles.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

.texte {
	text-align: justify;
	padding: 10px 37px 0px 16px;
}
.texte a{
	color:#AD2420;
	text-decoration: none;
}
.texte a:hover{
	color:#000;
	text-decoration: none;
}
.texte p{padding:0 0 10px 0;}

.deco {
	background-image: url(../images/deco/deco_texte.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
}

#info {padding:10px; background:#AD2420; color:#FFF; margin:10px 0; border:2px #920D0D solid;}
#info a {color:#000; text-decoration:none;}
#info a:hover {color:#FFF;}

#f_intro {
	background-image: url(../images/deco/bg_diapo.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 311px;
/*	padding: 14px 10px 10px 10px;*/
padding:10px;
}


#f_intro2 {
	background-image: url(../images/deco/bg_diapo2.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 306px;
	padding: 10px;
}
#light img {
	border: 5px solid;
/*	border-color: #C0BC7D;*/
	border-color:#AD2420;
}
#light tr {text-align:center;}





/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:22px 0 15px 0;
	background-color:#920d0d;
	text-align: center;
	color: #ECF8C3;
	background-image: url(../images/deco/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
}

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

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


/*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;
}
.clear2 {
   clear: both;
   overflow: hidden;
   visibility:hidden;
   width: 1px;
   height: 0;
   margin: 0 -1px 0 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 15px 0 8px 0;
	padding: 0;
	color:#696E57;
	font-size: 14px;

  }
  
   h2 {
   	margin: 15px 0 8px 0;
	padding: 0;
	color:#696E57;
	font-size: 12px;
  }
  
   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     ----*
  *------------------------------------------------------*/
