@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "forme.css";
@import "lightbox.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: #AAD9E9;
	background-image: url(../images/bg/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
body#page1 {
	background-image: none;
}
p, form, input {
	margin: 0;
	padding: 0;
}

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



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image: url(../images/bg/bg_general.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body#page1 #general{
	background-image: none;
}
.anim_header {
	float: left;
	height: 230px;
	width: 450px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#anim_home {
	height: 500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



/*Haut de page  HEADER*/

#header{
	padding:0;
	width:900px;
	height:230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header p{
 color:#000;
}
#diapo_presentation {
	padding: 3px;
	height: 250px;
	width: 600px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #AAD9E9;
}


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

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

/*Contenu de page  CONTENT */

#content {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	background-image: url(../images/bg/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fiche_produit {
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E962A3;
	margin-bottom: 10px;
	padding: 0px;
}
.fiche_produit p {
	line-height: 18px;
	width: 600px;
	margin-left: 20px;
	margin-top: 10px;
}
#plan {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #E962A3;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



#content_bg_repeat{
	background-image: url(../images/bg/bg_content_repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content p{
	margin-bottom: 10px;
}

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

#content a{
	color:#E962A3;
	text-decoration:none;
}

#content a:hover{
	color:#AAD9E9;
}

/*Bas de page  FOOTER*/

#footer{
	width:850px;
	height:80px;
	text-align: center;
	color: #AAD9E9;
	background-image: url(../images/bg/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	line-height: 30px;
}
body#page1 #footer{
	background-image: none;
	color: #FFFFFF;
}
#footer a{
	color:#E962A3;
	text-decoration:none;
}

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


/*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;
}
body#page1 #footer a:hover {
	color: #FFFFFF;
}



 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0;
	padding: 0;
	color:#333;
	font-size: 28px;
  }
  
   h2 {
	padding: 0;
	margin:0;
  }
  
   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     ----*
  *------------------------------------------------------*/
