@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: 12px;
	background:url(../images/deco/general_bkg.jpg) repeat-x left top #799e15;
	color: #000;
}

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

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



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


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

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:221px 0 16px 0;
	width:950px;
	background:url(../images/deco/header_bkg.jpg) no-repeat center top #f2eee9;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:4px 10px;
	width: 930px;
	background-color:#f2eee9;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:213px;
	left:0px;
}
#left_content h2{
	font: bold 16px Arial, Helvetica, sans-serif;
	background:url(../images/deco/menu_produits_top_bkg.gif) no-repeat center top;
	line-height:35px;
	text-align:center;
	margin:0;
	padding:0;
	color:#f2eee9;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}
/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	width:700px;
	padding:0 0 0 17px;
}
#middle_content h1{
	margin:0;
	padding:0 0 1px 10px;
	line-height:35px;
	height:35px;
	color:#f2dea5;
	background: url(../images/deco/titre_content_bkg.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	border-bottom:#2b4556 solid 1px;
	letter-spacing:2px;
}
#middle_content h4{
	margin:0 0 10px 0;
	padding:0;
	color:#365871;
	font-size:14px;
}
#middle_content h5{
	margin:15px 0 0 0;
	padding:0;
	color:#000;
	font-size:12px;
}

#middle_content a.blink {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	float: right;
	display: block;
	width: 100px;
	height: 37px;
	margin: 0;
	padding: 8px 12px;
	background: transparent url(../images/deco/convention.jpg) no-repeat left top;
	color: #fff;
}
#middle_content a.blink:hover {
	background: transparent url(../images/deco/convention_hover.jpg) no-repeat left top;
	color: #fff;
}


#texte_statique h4 {
	font-weight:bold;
	text-align:center;
}

/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:950px;
	background: url(../images/deco/footer_bkg.gif) no-repeat center bottom #f2eee9;
	text-align: center;
	color: #75AAB6;
	font-size:10px;
}

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

#footer a:hover{
	text-decoration:underline;
}
.footer_adresse {
	color:#333;
	margin:5px 0 0 0;
}

/*Liens globaux*/
a {
	color:#75AAB6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*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;
	padding: 0;
	color:#000;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/

/*Module recherche*/
#module_recherche {
	width:183px;
	padding:5px 15px;
	background: url(../images/deco/recherche_top.gif) no-repeat left top #75aab6;
}
#module_recherche .recherche_titre {
	color:#31474d;
	padding:4px 0 4px 18px;
	background:url(../images/deco/puce_recherche.gif) no-repeat left center;
	font-size: 12px;
}
#module_recherche .recherche_input {
	width:177px;
	height:12px;
	border:#6a9ba6 solid 1px;
	background-color:#a3c5cc;
	padding:2px;
	margin:1px 0 5px;
	font-size: 11px;
}
#module_recherche .recherche_envoyer {
	color:#a3c5cc;
	background-color:#31474d;
	border:none;
	cursor: pointer;
	float:right;
	font-size: 10px;
}
#module_recherche_bottom {
	width:213px;
	height:5px;
	background: url(../images/deco/recherche_bottom.gif) no-repeat;
}

/*Encart horaires*/
#encart_horaires {
	margin:10px 0 0 0;
}

/*Pages statiques*/
#flash_anim {
	width:340px;
	border:#365871 solid 1px;
	padding:1px;
	margin:20px 0 10px 20px;
	float:right;
}
.texte_statique {
	margin:20px 0;
}
.texte_statique p {
	margin:0 0 10px 0;
	line-height:20px;
}

/*Contact*/
.texte_contact {
	margin:20px 0;
}
.google_maps {
	float:right;
	margin:0 0 30px 0;
}

/*Logos alimentation*/
.logo_alimentation {
	width:350px;
	margin:0 auto 20px;
}
.logo_alimentation a {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.logo_alimentation a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*Présentation gamme*/
.presentation_gamme {
	margin:20px 0;
}
.presentation_gamme p {
	padding: 0 0 10px 0;
}
.presentation_gamme img {
	width:200px;
	margin:0 20px 0 0;
	float:left;
}
.presentation_gamme a img {
	width: 114px;
	height: 130px;
	margin: 0;
	padding: 0;
	float: right;
	border: none;
}
/*Accueil*/
.accueil_encart_alimentation a {
	width:213px;
	height:47px;
	float:left;
	background: url(../images/deco/accueil_alimentation.jpg) no-repeat;
	text-align:right;
	color:#fff;
	font:normal 21px Arial, Helvetica, sans-serif;
	padding:153px 20px 0 0;
	margin:2px 0 0 0;
	text-decoration:none;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.accueil_encart_alimentation a:hover {
	color:#f2dea5;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration:none;
}

.accueil_encart_accessoires a {
	width:213px;
	height:47px;
	float:left;
	background: url(../images/deco/accueil_accessoires.jpg) no-repeat;
	text-align:right;
	color:#fff;
	font:normal 21px Arial, Helvetica, sans-serif;
	padding:153px 20px 0 0;
	margin:2px 0 0 0;
	text-decoration:none;
}
.accueil_encart_accessoires a:hover {
	color:#f2dea5;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration:none;
}

.accueil_encart_toilettage a {
	width:213px;
	height:47px;
	float:left;
	background: url(../images/deco/accueil_toilettage.jpg) no-repeat;
	text-align:right;
	color:#fff;
	font:normal 21px Arial, Helvetica, sans-serif;
	padding:153px 20px 0 0;
	margin:2px 0 0 0;
	text-decoration:none;
}
.accueil_encart_toilettage a:hover {
	color:#f2dea5;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration:none;
}

.accueil_encart_contact a {
	width:213px;
	height:47px;
	float:left;
	background: url(../images/deco/accueil_contact.jpg) no-repeat;
	text-align:right;
	color:#fff;
	font:normal 21px Arial, Helvetica, sans-serif;
	padding:203px 20px 0 0;
	margin:3px 0 20px 0;
	text-decoration:none;
}
.accueil_encart_contact a:hover {
	color:#f2dea5;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration:none;
}

.accueil_encart_magasin a {
	width:446px;
	height:47px;
	float:left;
	background: url(../images/deco/accueil_magasin.jpg) no-repeat;
	text-align:right;
	color:#fff;
	font:normal 21px Arial, Helvetica, sans-serif;
	padding:203px 20px 0 0;
	margin:3px 0 20px 0;
	text-decoration:none;
}
.accueil_encart_magasin a:hover {
	color:#f2dea5;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration:none;
}

/*Actualité du moment*/
.actu_bottom {
	height:15px;
	background:url(../images/deco/menu_produits_bottom_bkg.gif) no-repeat;
	margin:0 0 20px 0
}
.actu_middle h5 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#fff;
}
.actu_middle {
	background-color:#406680;
	color:#ccc;
	padding:5px;
	font-size:10px;
}
.actu_middle img {
	margin:0 5px 0 0;
	float:left;
}
#photo_actu {
	width:340px;
	border:#365871 solid 1px;
	padding:1px;
	margin:20px 20px 10px 0;
	float:left;
}