@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; text-align:left;}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#bed730;
	background-image:url(../images/structure/fond_site.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	color:#373c3a;
	line-height:13px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-variant: normal;
  	font-size: 12px;
 	line-height: normal;
}

a { text-decoration:none; color:#373c3a}
a:hover { color:#685e8d; text-decoration:none;  }
a img { border:0;}

h1 {}	
h1 a{  }
h1 a:hover{ }
h1 .orange{  }

h2 { font-size:13px; font-weight:bold; padding-top:15px; color:#FF8400;}
h2 a{ color:#685e8d; }
h2 a:hover{ color:#cccccc; }

h3 { font-size:11px; font-weight:bold; }

ol { padding-top:15px; padding-bottom:15px; }
li { list-style:none; padding-left:17px; line-height:16px; color:#a6a6a6; }
p { text-align:justify}


.erreur{ font-size:13px; color:#FF0000;}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* --- BLOC CONTENEUR GLOBAL --- */
div#page {
	position: relative;
		/* permet au bloc de servir de référent pour
		ses descendants positionnés en absolu */
	width: 1000px;
	margin: 0 auto;
	display:block;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* --- BLOC CONTENU --- */
div#contenu{

	padding:0px;
	margin:0px;
	
	height:100%;
	
	min-height: 100%;
	display:block;
	width:1000px;
}
* html div#contenu {
	height: 100%;
}

div#general{
	width:1000px;
	display:block;
	float:left;
}


div#encart-accueil{
	float:left;
	width:1000px;
	height:460px;
	background-image:url(../images/page_accueil/accueil-salade-et-compagnie.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
div#encart-menu{
	float:left;
	width:1000px;
	height:1360px;
	
}
div#encart-contact{
	float:left;
	width:1000px;
	height:400px;
	background-image:url(../images/page_contact/contact-restaurant-perpignan.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* --- BLOC BANNIERE --- */
div#banniere{
	width:1000px;
	min-height:161px;
	display:block;
	background-color:#272727;
}
div#banniere div#logo{
	width:1000px;
	height:116px;
	float:left;
	display:block;
}
div#banniere div#haut_banniere{
	width:992px;
	float:left;
	display:block;
	background-color:#171717;
	text-align:center;
}
div#banniere div#banniere_flash{
	width:992px;
	height:383px;
	float:left;
	display:block;
}
div#banniere div#banniere_petite_flash{
	width:992px;
	height:29px;
	float:left;
	display:block;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* --- LES 2 COLONNES PRINCIPALES  --- */
div#navigation{
	width:1000px;
	float:left;
	display:block;
	background-color:#605b8d;
	height:30px;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* --- BLOC FOOTER --- */
div#footer{
	width:1000px;
	display:block;
	float:left;
	
}
div#footer .adresse{
	width:1000px;
	float:left;
	display:block;
	text-align:center;
	color:#605b8d;
	font-size:11px
}
div#footer .signature{
	width:1000px;
	float:left;
	display:block;
	color:#FFFFFF;
	text-align:center;
}
