@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 02-04-2008 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FBF1D6;
	color: #000;
}

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

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




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


#general_index{	
	margin:40px 0 0 0;
	padding:0;
	width:100%;
	background-color:#FAD87D;
	background-image:url(../images/home/tableau-colore-gd1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/deco/general-degrade2.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#FAD87D;
}

/*Haut de page  HEADER*/

#header_index{
	margin:0 auto;
	padding:0;
	width:980px;
	background-image:url(../images/deco/header-ar-index.jpg);
	background-position:top right;
	background-repeat:repeat-x;

}
#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:228px;
	background-image:url(../images/deco/header-ar.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#header_top{
	width:981px;
	height:40px;
	line-height:40px;
	text-align:right;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#93958E;
	background-image:url(../images/deco/header-menu-top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#header_top a{
	text-decoration:none;
		color:#93958E;
}
#header_top a:hover{
	text-decoration:none;
	border-bottom:1px dotted #93958E;
}



/*Contenu de page  CONTENT */
#content_top{
	margin:0 auto;
	width:100%;
	height:28px;
	background-image:url(../images/deco/content-top-bleu.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#3e4478;
}
#content_bottom{
	margin:0 auto;
	width:100%;
	height:28px;
	background-image:url(../images/deco/content-bottom-bleu.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#3e4478;
}
#content {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-ar.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#content_deco {
	margin:0 auto;
	padding:0;
		width: 981px;
	background-image:url(../images/deco/content-deco.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.separator {
	margin:10px 0 10px 0;
	padding:0;
	height:1px;
	border-bottom:1px solid #FAD87D;
	
}
/*/// debut des colonnes ///*/
#left_content_osteo{
	float:left;
	width:279px;
	padding:0 0 0 70px;
	left:0px;
	position:relative;
}
#left_content{
	float:left;
	width:289px;
	padding:0 0 0 50px;
	left:0px;
		position:relative;
}

#left_content p{
	color:#3E4478;
	font-family:Trebuchet MS;
	font-size:13px;
	text-align:justify;
	margin:0 25px 5px 0;
	padding:0 0 0 0;
}
#left_content p.contact_adresse{
	color:#3E4478;
	font-family:Trebuchet MS;
	font-size:14px;
	text-align:justify;
	margin:0 0 5px 0;
	padding:0;
	
	}
/*/// partie de droite ///*/
#right_content{
	float:right;
	margin-right:19px;
	padding:0 110px 0 0;
	width:500px;
}
#right_content p{
	color:#666666;
	font-family:Trebuchet MS;
	font-size:13px;
	margin:0 0 5px;
	text-align:left;
}
/*///    partie du centre   ///*/
#middle_content{
	float:left;
	width:875px;
	margin:0 0 0 50px;
}
#middle_content h1{
	width:780px;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/
#footer_index{
	margin:0 auto;
	padding:5px 0 0 0;
	width:980px;
	color: #fff;
	text-align:center;
}
#footer_index a{
padding:0;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

#footer_index a:hover{
	color:#fff;
	border-bottom:1px dotted #A56D78;
}

#footer{
	margin:0 auto;
	padding:30px 0;
	width:980px;
	color: #333333;
	text-align:center;
	background-image:url(../images/deco/content-footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer a:hover{
	color:#7acfed;
	border-bottom:1px dotted #7acfed;
}
#adresse{
	margin:10px auto;
	float:center;
	text-align:center;
	padding:2px 0 0 0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B1670E;

}

/*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: 0 0 2px 0;
	color:#575757;
	font-family:Times New Roman, Times, serif;
	font-size:27px;
	text-align:left;
	border-bottom:1px dotted #575757;
	width:200px;
	font-weight:normal;
}
  
h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0px 15px;
	color:#B1670E;
	font-family:Trebuchet MS, Times, serif;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/deco/puce-h2.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
}
  
h3 {
	margin: 0;
	padding: 5px 0 0 0;
	color:#444444;
	font-family:Trebuchet MS, Times, serif;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px #5D65A3;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
#flash_home {
	margin:0 auto;
	padding:0;
	width: 640px;
	height:446px;
}
.photo_left{
	width:272px;
	height:205px;
	background-image:url(../images/deco/photo-ar.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:left;
	margin:0 0 5px 0;
}
.photo_left img{
	width:252px;
	height:186px;
	border:6px solid #ffffff;
}

.lien{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#3E4478;
	font-family:Trebuchet MS;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
}
.lien a{
	color:#3E4478;
	text-decoration:none;
	margin:0;
	font-weight:bold;

}
.lien a:hover{
	color:#BEE7F6;
	border-bottom:1px dotted #BEE7F6;
	margin:0 0 10px 0;
	text-decoration:none;
}

.galerie{
width:auto;
}
.galerie img{
border:6px solid #fff;
margin:0 15px 15px 0;
}
.galerie img a{
border:6px solid #fff;
margin:0 15px 15px 0;
}
.galerie img a:hover{
border:6px solid #692835;
margin:0 15px 15px 0;
}
.bloc_lien{
padding:0 0 10px 0;
margin:0 0 20px 0;
border-bottom:1px dotted #F1CE71;
width:480px;
float:left;
}
.galerie_artiste{
width:142px;
margin:0 15px 15px 0;
text-align:center;
float:left;
}
.galerie_artiste img{
border:6px solid #fff;
}
.galerie_artiste p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#3E4478;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.galerie_artiste p a{
	color:#692835;
	text-decoration:none;
	margin:0;
	font-weight:normal;
}
.galerie_artiste p a:hover{
	color:#692835;
	border-bottom:1px dotted #692835;
	margin:0 0 10px 0;
	text-decoration:none;
}

#map_left{
	background-color:#FFFFFF;
	min-height:365px;
	margin:0;
	padding:0;
	text-align:left;
	width:278px;
}
#map{
	padding:6px;
	margin:0 0;
	float:left;
}

ul.liste{
	padding:0;
	margin:0 ;
	float:left;
	list-style-type:none;
	color:#666666;
	font-family:Trebuchet MS;
	font-size:13px;
	text-align:justify;

}
ul.liste li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	line-height:16px;
	background-image:url(../images/deco/puce.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
}


 /*------------------------------------------------------*
  *--------------------------    PAGE OSTEO         ----*
  *------------------------------------------------------*/
#header_osteo{
	margin:0 auto;
	padding:0;
	width:980px;
	height:228px;
	background-image:url(../images/deco/header-ar-actu.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#general_osteo{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/deco/general-degrade-actu2.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#ccff99;
}
#content_osteo {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-ar-actu.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#content_deco_osteo {
	margin:0 auto;
	padding:0;
		width: 981px;
	background-image:url(../images/deco/content-deco-actu.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer_osteo{
	margin:0 auto;
	padding:30px 0;
	width:980px;
	color: #333333;
	text-align:center;
	background-image:url(../images/deco/content-footer-actu.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer_osteo a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer_osteo a:hover{
	color:#7acfed;
	border-bottom:1px dotted #7acfed;
}
 /*------------------------------------------------------*
  *-------------------------    PAGE GALERIE         ----*
  *------------------------------------------------------*/
#header_galerie{
	margin:0 auto;
	padding:0;
	width:980px;
	height:228px;
	background-image:url(../images/deco/header-ar-bleu.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#general_galerie{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/deco/general-degrade-bleu.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#9999ff;
}
#content_galerie{
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-ar-bleu.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#content_deco_galerie {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-deco-bleu.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer_galerie{
	margin:0 auto;
	padding:30px 0;
	width:980px;
	color: #333333;
	text-align:center;
	background-image:url(../images/deco/content-footer-bleu.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer_galerie a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer_galerie a:hover{
	color:#7acfed;
	border-bottom:1px dotted #7acfed;
}
 /*------------------------------------------------------*
  *-------------------------    PAGE GALERIE         ----*
  *------------------------------------------------------*/
#header_actu{
	margin:0 auto;
	padding:0;
	width:980px;
	height:228px;
	background-image:url(../images/deco/header-ar-actu2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#general_actu{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/deco/general-degrade-actu-ok.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#ffcc99;
}
#content_actu{
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-ar-actu2.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#content_deco_actu {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-deco-actu2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer_actu{
	margin:0 auto;
	padding:30px 0;
	width:980px;
	color: #333333;
	text-align:center;
	background-image:url(../images/deco/content-footer-actu2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer_actu a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer_actu a:hover{
	color:#7acfed;
	border-bottom:1px dotted #7acfed;
}


#liens-index {
	margin:10px 0 0 0;
	text-align:center;
}

#liens-index a{
	text-decoration:none;
	color:#333333;
}
#liens-index a:hover{
	text-decoration:none;
	border-bottom:1px dotted #7acfed;
	color:#7acfed;
}


 /*------------------------------------------------------*
  *-------------------------    PAGE temoignage      ----*
  *------------------------------------------------------*/


#general-temoignage{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/deco/general-degrade-rose.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#ff99cc;
}

#header-temoignage{
	margin:0 auto;
	padding:0;
	width:980px;
	height:228px;
	background-image:url(../images/deco/header-ar-rose.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content-temoignage {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-ar-rose.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	min-height:300px;
}
#content_deco_temoignage {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-deco-rose.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer-temoignage{
	margin:0 auto;
	padding:30px 0;
	width:980px;
	color: #333333;
	text-align:center;
	background-image:url(../images/deco/content-footer-rose.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer-temoignage a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer-temoignage a:hover{
	color:#7acfed;
	border-bottom:1px dotted #7acfed;
}


/*------------------------------------------------------*
  *-------------------------    PAGE LIENS      ----*
  *------------------------------------------------------*/


#general-liens {
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/deco/general-degrade2-violet.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#cc99ff;
}

#header-liens {
	margin:0 auto;
	padding:0;
	width:980px;
	height:228px;
	background-image:url(../images/deco/header-ar-violet.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content-liens {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-ar-violet.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#content_deco_liens {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-deco-violet.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer-liens {
	margin:0 auto;
	padding:30px 0;
	width:980px;
	color: #333333;
	text-align:center;
	background-image:url(../images/deco/content-footer-violet.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer-liens a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer-liens a:hover{
	color:#7acfed;
	border-bottom:1px dotted #7acfed;
}

/*------------------------------------------------------*
  *-------------------------    PAGE PARTAGE      ----*
  *------------------------------------------------------*/

#general-partage{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/deco/general-degrade-jaune.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#ffff99;
}

#header-partage{
	margin:0 auto;
	padding:0;
	width:980px;
	height:228px;
	background-image:url(../images/deco/header-ar-jaune.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content-partage {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-ar-jaune.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#content_deco_partage {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-deco-jaune.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer-partage{
	margin:0 auto;
	padding:30px 0;
	width:980px;
	color: #333333;
	text-align:center;
	background-image:url(../images/deco/content-footer-jaune.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer-partage a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer-partage a:hover{
	color:#7acfed;
	border-bottom:1px dotted #7acfed;
}


/*------------------------------------------------------*
  *-------------------------    PAGE CONTACT      ----*
  *------------------------------------------------------*/

#general-contact{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/deco/general-degrade-contact.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#99ccff;
}

#header-contact{
	margin:0 auto;
	padding:0;
	width:980px;
	height:228px;
	background-image:url(../images/deco/header-ar-contact.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content-contact {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-ar-contact.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#content_deco_contact {
	margin:0 auto;
	padding:0;
	width: 981px;
	background-image:url(../images/deco/content-deco-contact.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer-contact{
	margin:0 auto;
	padding:30px 0;
	width:980px;
	color: #333333;
	text-align:center;
	background-image:url(../images/deco/content-footer-contact.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer-contact a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer-contact a:hover{
	color:#7acfed;
	border-bottom:1px dotted #7acfed;
}

