@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "blocs.css";
@import "style.css";
@import "../lightbox/lightbox.css";
@import "produits.css";
@import "actualites.css";
/*@import "panier.css";
@import "newsletter.css";
@import "acces_client.css";
@import "paiement.css";
@import "restaurant.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#b1c903 url('../images/bg/bg_body.png') center top repeat-x;
	color: #000;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}

/*debut NAVIGATION*/
.retour_haut{
	margin: 3px 0px 10px;
	padding: 2px 0;
	font-size: 11px;
	color: #666666;
	clear: both;
}
.retour_haut a{
	color: #b1c903;
	background-color:#6b7a03;
	text-decoration: none;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0 5px 0 0;
	padding: 1px 4px;
}
.retour_haut a:hover{
	color: #fff;
	text-decoration: none;
}
.nav_pages{
	/*margin: 0 150px 0 0;*/
	padding: 2px 0 20px 0;
	font-size: 11px;
	color: #555;
	border-bottom:1px dotted #fff;
	text-align:center;
}

.nav_pages a{
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	margin: 0 3px;
	padding: 1px 4px;
	background-color:#657204;
}
.nav_pages a:hover{
	color: #657204;
	background-color:#fff;
	text-decoration: none;
}
.nav_pages a.menu_actif{
	color: #657204;
	background-color:#fff;
	text-decoration: none;
}
/*fin NAVIGATION*/



