@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 --*
 *------------------------------------------------*/


* {
 margin: 0;
 padding: 0;
}


body {
	/*font-family: 'Lucida Sans', Lucida, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #ff4a4a;
	background: #be0000 url(../images/body-bg.png) 0 0 repeat-x;
	border-top: 2px solid #cab695;
}

img, a img {
	border: 0 none;
	display: block;
}
select {
	color: #000;
	background-color: #fff;
}

address {
	font-style: normal;
	margin-top: 1ex;
	color: #500;
}

iframe {
	border: 1px solid #cee5e8;
	padding: 1px;
}
.right { float: right; }
.left { float: left; }
.hide { display: none; }
.clear { 
	clear: both;
	height: 1px;
	width: 1px;
	line-height: 0;
	font-size:0;
}


 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/
 
div#index,
div#general,
div#header,
ul#menu_horizontal,
div#outContent,
div#footer {
	margin: 0 auto;
}

body,
div#general {
	text-align: center;
}

/* -- INDEX -- */
div#index {
	width: 500px;
	margin-top: 50px;
	background-color: #6b0000;
}

div#menuIndex {
	background-color: #6b0000;
	padding: 10px 0;
	color:#fff;
	border:2px solid #fff;
}
div#menuIndex p{
/*	font-size:1.3em;*/
}

.fermeture{
font-weight:bold;
font-size:1.5em;
padding-bottom:10px;
}
/* -- */

div#general {
	width:990px;
}

div#header {
	background: transparent url(../images/header-logo-bg.jpg) 0 0 no-repeat;
}

div#header a { display: block; width: 400px; height: 144px; margin: 0 auto; }

div#outContent {
	padding: 6px;
	background: #be0000 url(../images/content-border-degrad.png) 0 0 repeat-x;
}

div#outContent,
div#footer {
	width: 936px;
}
div#content {
	text-align: left;
	background-color: #6b0000;
}
div#content_carte {
	text-align: left;
	background: #6b0000 url(../images/div-content-bg.png) 0 0 repeat-y;
}

h2{
	padding-left: 50px;
	height: 39px;
	font: bold 1.8em/39px Arial, Helvetica, sans-serif;
	background: transparent url(../images/h2-bg.png) 0 0 no-repeat;
	color:#fff;
}

div#content p,
div#content_carte p{
	padding: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
}
div#content img {
	padding: 1px;
}

div#content p strong {
	color: #fff;
}
div#polaroid {
	border: 2px solid white;
}
/*/// debut des colonnes ///*/
div#left_content {
	float:left;
	width: 302px;
}

div#content_carte div#left_content {
	width: 259px;
}

/*///    partie du centre   ///*/
div#middle_content{
	padding-right: 10px;
	width: 623px;
	float:left;
}

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

div#coords {
	width: 240px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}

/* ------------- <CARTE> ------------- */
div#content_carte table {
	caption-side:top;
	border: 0 none;
	width: 90%;
	margin: 2em auto;
	vertical-align: middle;
}
div#content_carte table caption { /* Désignation catégorie d'aliments */
	font-size: 1.8em;
	color: #c00;
	font-weight: bold;
	text-align: left;
	padding-left:30px;
}
div#content_carte table h3 { /* Désignation sous catégorie aliment */
	font-size: 1.4em;
	padding-top: 1ex;
	color: #c00;
	font-weight: bold;
}

div#content_carte table h3.nespresso { /* Désignation sous catégorie aliment */
	font-size: 1.6em;
	padding-top: 1ex;
	color: #fff;
	font-weight: bold;
	text-align:center;
}

div#content_carte table td.prix h3 { color: #6b0000; }
div#content_carte table h4 {  /* Désignation aliment */
	font-size: 1.4em;
	color: #faa;
	font-weight: bold;
}

div#content_carte table p { /* Description de l'aliment */
	color: #fee;
	padding: 0 0 1ex 0;
}

div#content_carte table p.texte_nespresso { /* Description de l'aliment */
	text-align:left;
	font-weight:bold;
	color: #fee;
	padding: 0 0 1ex 0;
}

div#content_carte table td { 
	background-color: #700; 
	vertical-align: top;
	padding: 1ex;
}

div#content_carte table td.nespresso {
	background-color:#6B0000;
	vertical-align: top;
	padding: 1ex;
}
div#content_carte table td.prix {
	vertical-align: bottom;
	font-weight: bold;
	text-align: center;
	color: #c00;
	background-color: #c00;
	border-left: 1px solid #6b0000;
}

div#content_carte table td.prix p {
	color: #fff;
}

div#content_carte div#menu {
	text-align: center;
	padding-left: 20px;
	margin-bottom: 3em;
}

div#content_carte table td.prix_tva {
	vertical-align: bottom;
	font-weight: bold;
	text-align: center;
	color: #c00;
/*	background-color: #c00;
	border-left: 1px solid #6b0000;*/
}

div#content_carte table td.prix_tva p {
	color: #fff;
	text-decoration:line-through;
}

div#content_carte table td.prix_tva2 p {
	color: #fff;
	text-decoration:line-through;
}




div#content_carte div#menu table { 
	text-align: center;
	width: 45%;
	padding-left: 10px;
	float: left;
	margin: 1em 0 0 0;
}

.tva {
	text-decoration:line-through;
}
/* ------------ </CARTE> ------------- */


/* Bas de page  FOOTER*/

div#footer{
	margin:0 auto;
	padding:10px 0;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fcc;
}

div#menuIndex {
	font-size:1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
div#footer a, 
div#menuIndex a,
a {
	color:#fcc;
	text-decoration:underline;
}

div#footer a:hover, 
div#menuIndex a:hover,
a:hover {
	color:#fff;
}


.surligne {
	background:#fff;
	padding:2px;
}
