@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:Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	background-color:#0F0F0F;
	color: #fff;
}

p, form, input {
	margin: 0;
	padding: 0 0 5px 0;
		font-family:Trebuchet MS, Arial, Verdana;
	color: #ffffff;
}
.entete{
	margin: 0;
	padding: 0 0 5px 0;
	font-family:Trebuchet MS, Arial, Verdana;
	color: #666;
	font-weight:bold;
}
select {
	color: #000;
	background-color: #fff;
}



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

#general_index{
	margin:0 auto;
	padding:0;
	width:100%;
	height:480px;
	background-image:url(../images/home/ar.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}
#general{
	margin:0 auto;
	padding:0;
	width:100%;
		background-image:url(../images/deco/trame-ar.gif);
	background-repeat:repeat;
	background-position:top center;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:100%;
	height:357px;
	color:#C10303;
	background-image:url(../images/deco/header-ar.jpg);
	background-repeat:repeat;
	background-position:top center;
}
#header a{
	color:#C10303;
	text-decoration:none;
}

#header a:hover{
	color:#fff;
}
#header_top{
	margin:0 auto;
	padding:6px 53px 0 0;
	width:942px;
	height:46px;
	background-image:url(../images/deco/header-top-ar.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-align:right;
}
#header_middle{
	margin:0 auto;
	padding:0;
	width:995px;
	height:153px;
	background-image:url(../images/deco/header-midle-ar.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#header_menu{
	margin:0 auto;
	padding:0;
	width:995px;
	height:152px;
	background-image:url(../images/deco/header-menu-ar.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#flash_menu{
	margin:0 auto;
	padding:0;
	width:995px;
	height:152px;
}
/*Contenu de page  CONTENT */
#content_index {
	margin:0 auto;
	padding:0;
	width: 990px;
}
#flash_anim{
	margin:0 auto;
	padding:0;
	width: 990px;
	height:480px;
}
#construction{
	margin:0 auto;
	width: 400px;
	text-align:center;
	font-size:20px;
	font-weight: bold;
}
#content_top{
	margin:0 auto;
	padding:0;
	width: 995px;
	height:5px;
	background-image:url(../images/deco/content-top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#content {
	margin:0 auto;
	padding:10px 30px 20px 30px;
	width: 935px;
	background-image:url(../images/deco/content-ar.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#content p{
	margin: 0;
	padding: 0 0 5px 0;
		font-family:Trebuchet MS, Arial, Verdana;
	color: #ffffff;
	text-align:justify;
}

#content_bloc{
	margin:0 0;
	padding:10px;
	width:730px;
		background-image:url(../images/deco/content-bloc-ar.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
}
.sep{
	margin:0 0;
	padding:5px 0 5px 0;
	width:100%;
	height:5px;
	background-image:url(../images/deco/sep.gif);
	background-repeat:repeat-x;
	background-position:center right;
}
/*Bas de page  FOOTER*/
#footer_index{
	margin:0 auto;
	padding:10px 0 0 0;
	width:977px;
	height:40px;
	text-align: center;
	color: #474646;
}

#footer_index a{
	color:#727070;
	text-decoration:none;
}

#footer_index a:hover{
	color:#fff;
}

#footer{
	margin:0 auto;
	padding:10px 0 0 0;
	width:995px;
	height:40px;
	text-align: center;
	color: #000;
	background-image:url(../images/deco/footer-ar.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

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

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


/*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 0 10px 0 ;
    padding: 10px 0 0 0;
	   color:#777575;
	   height:40px;
	   	background-image:url(../images/deco/h1-ar.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;

  }
  
   h2 {
   	margin: 0;
    padding: 2px 0 0 10px;
		   height:20px;
	   color:#8E0101;
	   	   	background-image:url(../images/deco/h2-ar.jpg);
	background-repeat:no-repeat;
	background-position:left 3px ;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	text-transform:normal;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	font-family:Georgia, Times, Verdana;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-transform:normal;
	 color:#717171;
  }
  
   h4 {
	margin: 0;
	padding: 6px 0 5px 5px;
	height:20px;
	color:#8E0101;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	text-transform:normal;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
 ul.liste{
	font-family:Trebuchet MS, Arial, Verdana;
	margin:0 0 0 40px;
	padding: 0 0;
	color:#E1DFDF;
	font-size:12px;
	list-style:none;
	text-align:left;
	float:left;
}
ul.liste li{
	 padding:0 0 6px 12px;
	 line-height:14px;
	 background-image: url(../images/deco/puce1.gif);
	 background-repeat: no-repeat;
	 background-position: left 3px;
	 list-style-type: none;
	 text-align:left;
	 display:block; 
} 
ul.liste li a{
	color:#727070;
	text-decoration:none;
} 

#content_bloc_conseil{
	margin:0;
	padding:10px;
	width:670px;
		background-image:url(../images/deco/content-bloc-ar.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
}
#conseil_left{
   	margin: 0;
    padding: 0;
float:left;
width:220px;
}
#conseil_left img{
   	margin: 0;
    padding: 0;
border:3px solid #3C3B3B;
}
.lien{
	margin: 0;
	padding: 0 0 5px 0;
		font-family:Trebuchet MS, Arial, Verdana;
	color: #ffffff;
}
.lien a{
		font-family:Trebuchet MS, Arial, Verdana;
	color: #ffffff;
}
.lien a:hover{
		font-family:Trebuchet MS, Arial, Verdana;
	color: #C80202;
	text-decoration:underline;
}
.small_text {
	font-size: 10px;
}
.small_text2 {
	font-size: 11px;
}
