@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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #625b41;
	color: #5a4d4a;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image: url(../images/deco/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:25px 0 0 0;
	width:862px;
	height:347px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0 0 20px 0;
	width: 800px;
	background-color:#c2b799;
}

#content_carte {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}

.separation {
	margin:15px auto;
	display:block;
	padding:0;
	width:392px;
	height:16px;
	background:url(../images/deco/separation.jpg) no-repeat top left;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:460px;
	left:0px;
	text-align: center;
	padding: 0 40px 0 30px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h2 {
	color: #625b41;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

.mini-title{
	color: #524D36;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#left_content strong {
	color: #887f5a;
}
#left_content p {padding:0 0 8px 0;}

#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}

#left_content a{
	color:#786014;
	text-decoration:none;
}
#left_content a:hover{
	color:#A42F22;
}

#left_content ul{
	padding-left: 170px;
}

#left_content li{
	text-align: left;
}

#left_content_carte{
	float:left;
	position:relative;
	width:180px;
	left:0px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

#left_content_contact{
	float:left;
	position:relative;
	width:330px;
	left:0px;
	text-align: justify;
	padding: 0 40px 0 30px;
}
/*/// 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:248px;
}

#middle_content img, #middle_content_contact img{
	border: 4px solid #e9e7da;
}


#middle_content_contact{
	float:left;
	position:relative;
	width:369px;
}

#middle_content_contact a, #middle_content_carte a{color:#786014; text-decoration:none;}
#middle_content_contact a:hover, #middle_content_carte a:hover{color:#A42F22;}


#middle_content_carte{
	float:left;
	position:relative;
	width:600px;
}

#middle_content_carte p{
	padding-left: 10px;
}
/*/// fin des colonnes ///*/	

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

div#content_carte table td.prix h3 {
	color: #2B2930;
}
div#content_carte table h4 {  /* Désignation aliment */
	font-size: 1em;
	color: #B3A88E;
	font-weight: bold;
}

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

div#content_carte table td {
	background-color: #CBC1A9;
	vertical-align: top;
	padding: 5px;
}
div#content_carte table td.prix {
	vertical-align: bottom;
	font-weight: bold;
	text-align: center;
	color: #A42F22;
	background-color: #ADA289;
	background-image: url(../images/deco/bg_nav_vertic.gif);
	background-repeat: repeat-y;
	background-position: center;
}
div#content_carte table td.prix p { color: #fff; width:67px }
div#content_carte  table  td.col1  h3 {
	color: #2B2930;
}
div#content_carte  table  td.col1 {
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: #A42F22;
	background-color: #ADA289;
	background-image: url(../images/deco/bg_nav_vertic.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 100px;
}
div#content_carte  table  td.col1  p { color: #fff; }
div#content_carte  table  td.col2 {
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: #A42F22;
	background-color: #988f75;
	width: 100px;

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

div#content_carte table tr th {
	color: #A42F22;
	padding:5px;
	border-bottom:2px solid #A42F22;
	text-align: left;
	font-size: 16px;
}


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

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


.haut {
	float:right;
	padding-right:10px;}

.barre {
	text-decoration:line-through;
}

.barre2 {
}

.red {
color:#CC0000;
}

.italic {
font-style:italic;
}

.bold {
color:#5A4D4A;
font-weight:bold;
}

/* ------------ </CARTE> ------------- */


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:800px;
	text-align: center;
	color: #f2e4bf;
	background-image: url(../images/deco/bg_footer.gif);
	height: 92px;
	background-repeat: no-repeat;
	background-position: top;
	line-height: 18px;
}

#footer a{
	color:#625b41;
	text-decoration:none;
}

#footer a:hover{
	color:#f2e4bf;
}


/*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;
}
#encart_droite{
	float: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#encart_middle{
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 311px;
}

#encart{
	height: 200px;
	width: 311px;
	font-size: 14px;
	color: #D6CEBA;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 20px;
	background-image: url(../images/deco/ardoise.jpg);
	background-repeat: no-repeat;
	list-style-type: disc;

}
#encart  p{
	text-align: center;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
#encart   ul{
	line-height: 20px;
	padding-left: 55px;
	padding-top: 0px;
}
#encart_titre{
	width: 300px;
	color: #D6CEBA;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	text-align: center;
	line-height: 25px;
	padding-bottom: 10px;
}

.liste-ardoise ul li{
	padding:0;
	margin:5px 0 0 35px;
	list-style:none;
}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	color:#625b41;
	font-size: 30px;
	font-weight: normal;
	background-image: url(../images/deco/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 66px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 118px;
}

h2 {
	color: #524D36;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
  
h3 {
	margin: 0;
	color:#A42F22;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 5px;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
  
a.telecharger {
	color:#fff;
	background:#990000;
	  
}
a:hover.telecharger {
	color:#990000;
	background:#fff;
}

#galerie_content {
	text-align:center;
	
}

.entete-carte {
	font-weight:bold; 
	text-align:center;
}
