@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #3C533B;
	color: #424242;
	background-attachment: fixed;
	background-image: url(../images/deco/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#body-home {
	background-attachment: scroll;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:880px;
	background-image: url(../images/deco/bg_general.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:880px;
	height:350px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
}
#gauche {
	float: left;
	width: 367px;
}
#droite {
	float: left;
	width: 477px;
	padding-top: 19px;
}


#header_home {
	height: 350px;
	width: 880px;
	padding: 0;
	margin: 0;
	background-image: url(../images/deco/bg_home.jpg);
}

#chien {
	margin:0 auto; 
	width:960px; 
	height:100px; 
	z-index:2;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 880px;
	background-image: url(../images/deco/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:226px;
	left:0px;
	padding: 0 0 0 18px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}
/*/// partie de droite ///*/
#right_content{
	float:left;
	position:relative;
	width:574px;
	left: 26px;
	margin: 0 0 15px 0;
	
}


.texte{
	background-color:#81a883;
	width:524px;
	padding: 25px;
	text-align: justify;
	margin-bottom: 15px;
}
.texte p{padding:0 0 10px 0;}

#right_content strong {
	color: #365d37;
}

#right_content h1{
	margin:0 0 14px 0;
	padding:0 0 0 8px;
	color:#376439;
	background-image: url(../images/deco/H1.gif);
	background-repeat: repeat-x;
	line-height: 30px;
	font-size: 16px;
}
#right_content h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	background-color: #FFFFFF;
	color: #559257;
	font-size: 12px;
	line-height: 18px;
}

#right_content h3{
	margin:0 0 14px 0;
	padding:0 0 0 8px;
	color:#376439;
	background-image: url(../images/deco/H1.gif);
	background-repeat: repeat-x;
	line-height: 30px;
	font-size: 16px;
}

#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}
.col_gauche {
	float: left;
	width: 250px;
}
.col_gauche_tarifs {
	float: left;
	width: 250px;
}
.col_gauche_tarifs p {
	text-align:left;
}
.col_gauche_tarifs strong{
	text-align:left;
	font-size:12px;
}

.col_droite {
	float: right;
	margin: 5px;
}

a.plan {
	color: #FFFFFF;
	text-decoration: none;
}
a.plan:hover {
	text-decoration: underline;
}
a.liens {
	color: #FFFFFF;
	text-decoration: none;
}
a.liens:hover {
	color: #39623A;
}



#player-video {
	width: 320px;
	float: left;
}
.texte_video {
	float: right;
	width: 219px;
	background-color: #81a883;
	padding: 10px;
}
#photos {
	padding: 15px 0 0 0;
}
#photos img {
	border: 5px solid;
	border-color: #81A883;
	margin: 15px 20px 0 0;
}




/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:580px;
}
#middle_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:110px 0 0 0;
	width:880px;
	text-align: center;
	background-image: url(../images/deco/footer.gif);
	height: 68px;
	line-height: 18px;
}

#footer_home{
	margin:0 auto;
	padding:110px 0 0 0;
	width:880px;
	text-align: center;
	background-image: url(../images/deco/footer_home.gif);
	height: 68px;
	line-height: 18px;
}

#footer a, #footer_home a{
	color:#61a864;
	text-decoration:none;
}

#footer a:hover, #footer_home a:hover{
	color:#424242;
}


/*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;
}
  
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;
}

.big {font-size:50px; text-align:center; font-weight:bold; color:#fff;}

.tarif{
	font-size:14px; 
	color:#fff; 
	font-weight:bold; 
	float:right;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
