@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "paiement.css";
@import "panier.css";
@import "actualites.css";
@import "newsletter.css";
@import "acces_client.css";
@import "produits.css";
@import "../lightbox/lightbox.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background:#000 url(../images/background/background.jpg) repeat-x;
	color: #fff;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}

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



/*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
  
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
  
h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:314px;
	background:url(../images/background/header.jpg) top left no-repeat;
	border-bottom:1px solid #fff;
	position:relative;
}
#header-oriental{
	margin:0 auto;
	padding:0;
	width:980px;
	height:314px;
	background:url(../images/background/header-oriental.jpg) top left no-repeat;
	border-bottom:1px solid #fff;
	position:relative;
}#header-evenements{
	margin:0 auto;
	padding:0;
	width:980px;
	height:314px;
	background:url(../images/background/header-evenements.jpg) top left no-repeat;
	border-bottom:1px solid #fff;
	position:relative;
}
#header-decoration{
	margin:0 auto;
	padding:0;
	width:980px;
	height:314px;
	background:url(../images/background/header-location-decor.jpg) top left no-repeat;
	border-bottom:1px solid #fff;
	position:relative;
}
#header-animaux{
	margin:0 auto;
	padding:0;
	width:980px;
	height:314px;
	background:url(../images/background/header-animaux.jpg) top left no-repeat;
	border-bottom:1px solid #fff;
	position:relative;
}

#logo{
	display:block;
	width:156px;
	height:90px;
	clear:both;
	position:absolute;
	left:45px;
	top:60px;
	float:left;
}
#logo img{border:none;}

#header h2 ,#header-oriental h2, #header-evenements h2, #header-decoration h2 , #header-animaux h2{
	font-size:18px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	float:left;
	line-height:16px;
	text-align:center;
	letter-spacing:0px;
	position:absolute;
	top:75px;
	left:200px;
}

#header h3 ,#header-oriental h3, #header-evenements h3, #header-decoration h3, #header-animaux h3{
	color:#E72669;
	font-family:"Times New Roman",Times,serif;
	font-size:24px;
	line-height:16px;
	position:absolute;
	top:132px;
	left:235px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 980px;
	text-align:justify;
	clear:both;
}
#content h1{
	background:#AB194C url(../images/deco/h1.gif) top left no-repeat;
	display:inline;
	padding:7px 10px 7px 30px;
	position:relative;
	top:-34px;
	left:52px;
	font-size:20px;
	font-family:"Times New Roman",Times,serif;
	font-weight:normal;
}

#content p{
	padding-bottom:8px;
}

#content a{
	color:#cc3366;
	text-decoration:none;
}
#content a:hover{text-decoration:underline;}

#content ul{
	padding:0 0 8px 40px;
	list-style:url(../images/deco/puce.gif) outside;
}

#content div.rotator{
	width:340px;
	height:255px;
	float:right;
	border:3px solid #fff;
	margin:0 0 10px 20px;
	position:relative;
}

#content #map{
	float:right;
	width:425px;
	height:350px;
	padding:0 80px 0 30px;
}

/* PAGE CONTACT */
#contact_left
{
	float:left;
	width: 600px;
	margin-top: 20px;
}

#contact_right
{
	float:right;
	padding-right: 30px;
}
/*Bas de page  FOOTER*/

#footer{
	margin:30px auto 0;
	padding:15px 0 0;
	width:100%;
	background:url(../images/background/background_footer.gif) 0 2px repeat-x;
	text-align: center;
	color: #FFF;
	border-top:1px solid #fff;
	clear:both;
}

#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
}

#footer a{
	color:#cc3366;
	text-decoration:none;
}
#footer a:hover, #footer a.menu_actif{
	color:#fff;
	text-decoration:underline;
}

#footer li img{margin:0 5px;}

#footer p{padding:8px 0;}


 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
