@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";

/*------------------------------------------------------*
*-- appel des css formulaire contact -  referencement et navigation  ----*
*------------------------------------------------------*/



/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web ---  CSS 03 mars 08 - MAJ : arno --*
 *------------------------------------------------*/





html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	background-color: #B69F76;
	color: #845133;
}

.pres {
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.carte {
	background-image: url(../images/deco/bg1.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	text-align: justify;
	line-height: 18px;
}
.menu {
	background-image: url(../images/deco/bg2.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	text-align: justify;
	line-height: 18px;
}
.vin {
	background-image: url(../images/deco/bg3.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	text-align: justify;
	line-height: 18px;
}
#cochonbleu {
	position: absolute;
	border: 1px solid #EED39C;
	background-image: url(../images/deco/postit.gif);
	width: 195px;
	height: 254px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	margin: 20px 0 0 20px;
	left: 702px;
	top: 149px;
	cursor:pointer;
	overflow: auto;
}

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

select {
	color: #000;
	background-color: #fff;
}
.tirets {
	background-image: url(../images/deco/tirets.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;
}




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


#general{
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 31px;
}


/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	height:188px;
	background-image: url(../images/deco/header.jpg);
}

#header p{
 color:#000;
}

#header a{
	color:#990000;
	text-decoration:none;
}

#header a:hover{
	color:#999;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:22px 31px 20px 4px;
	background-color:#D4B98A;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content strong{
 font-weight:bold;
 color:#B9627B;
}
.nav {
	background-image: url(../images/deco/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.cartevin td {
	padding-bottom: 5px;
	padding-top: 2px;
	border-bottom: 1px solid;
	border-color: #996633;
}

#f_intro {
	background-color: #A6916C;
	padding: 4px;
}
.border_plan {
	border: 4px solid;
	border-color: #A6916C;
}


.texte {
	text-align: justify;
	line-height: 18px;
}

.texte a{
	color:#DE7694;
	text-decoration:none;
}

.texte a:hover{
	color:#FF33FF;
}

.titre_menu {
	color:#4F2817;
	font-weight:bold;
}

.detail {
	font-style:italic;
}
a.lien {
	color: #643543;
	text-decoration: none;
}
a:hover.lien {
	color: #B9627B;
}



/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:11px 0 0 0;
	height:70px;
	text-align: center;
	color: #EFD198;
	background-image: url(../images/deco/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 18px;
}

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

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


/*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 0 12px 0;
	padding: 0 0 0 6px;
	color:#F3CF93;
	background-image: url(../images/deco/bg_H1.jpg);
	background-repeat: no-repeat;
	line-height: 23px;
	font-size: 14px;
	font-weight: normal;

  }
  
   h2 {
	margin: 0 0 8px 0;
	padding: 0 0 0 6px;
	color:#FFEEC8;
	background-color: #B9627B;
	width: 50%;
	font-size: 13px;
	font-weight: normal;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/



table.carte {
	width:100%;
	margin: 0 0 20px 03;
	background: none;
}

table.carte tr td {
	padding:3px;
}

table.carte tr td.prix {
	width:80px;
	color:#000;
	text-align: right;
	padding: 5px;
}

