@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFF6FF;
	color: #717F8E;
	background-image: url(../images/deco/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 18px;
}

#general_home{
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 180px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	height:179px;
	background-image: url(../images/deco/logo_new.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#f_intro {
	margin-left: 214px;
}
/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	background-color:#E0ECFA;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content strong{
 font-weight:bold;
 color:#687B91;
}

/*Bas de page  FOOTER*/

#footer{
	padding:0;
	height:60px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/footer.gif);
	font-size: 11px;
	padding-top: 10px;
	padding-left: 60px;
}

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

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

ul.moutte {
	padding: 0;
	margin: 0 0 0 5px;
}
.moutte li {
	list-style-type: none;
	margin-bottom: 10px;
	display: block;
	background-image: url(../images/deco/brick.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 20px;
	text-indent: 0px;
}

.texte {
	text-align: justify;
	padding: 0 20px 20px 20px;
}

.texte_prothese {
	text-align: justify;
	padding: 0 10px 20px 20px;
}

.photo img {
	border: 4px solid #F0F5FA;
	margin-bottom: 10px;
}

.photo a {
	color:#0099CC;
	text-decoration:none;
	font-weight: bold;
}

.nav {
	background-image: url(../images/deco/bg_colgauche.gif);
	background-repeat: repeat-y;
/*	background-position: center;*/
}
.nav img {
	padding:20px 0 20px 0;
	background-repeat: no-repeat;
	text-align: center;	
}

#prothese_gauche{
float:left;
padding-right: 3px;
}

#prothese_droite{
	margin: 0px;
	float:left;
	padding-right: 5px;

}

.puce{
	background-image: url(../images/deco/brick.gif);
	background-repeat: no-repeat;
	color: #8595A7;
	font-size: 12px;
	background-position: left top;
	text-indent: 20px;
	margin-top: 15px;

	margin-bottom: 8px;
}


/*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;
}
.photo {
	padding-right: 25px;
	padding-bottom: 10px;
}

.cadre_photo{
	padding: 5px;
	background-color: #eff6ff;
	margin-right: 15px;
}


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	color:#8595A7;
	font-size: 14px;
	border-bottom: 1px solid #8595A7;
	border-top: 1px solid #8595A7;

  }


  
   h2 {
	margin: 0;
	padding: 5px;
	color:#E0ECFA;
	font-size: 18px;
	background-color: #96A9BD;
	text-align: center;
  }
  
   h3 {
	color: #8595A7;
	font-size: 12px;
	padding: 0;
	color:#8595A7;
	background-image: url(../images/deco/brick.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	margin-top: 5px 0 0 0;

  }
  
   h4 {
   	color: #8595A7;
	font-size: 12px;
	padding: 0;
	color:#8595A7;
	background-image: url(../images/deco/brick.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	margin-top: 5px 0 0 0;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
