/*--------------------------------------------------------------------------------------------*/
/* Généralités                                                                                */
/*--------------------------------------------------------------------------------------------*/

*{
	padding : 0;
	margin : 0;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.or{
	color:#bc9d00;
}

.argent{
	color:#9c9e9f;
}

.bronze{
	color:#a81c22;
}

.vert{
	color:#a7b807;
}

.rouge{
	color:#a81c22;
}

.hidden{
	display : none;
}

a, a:visited{
	text-decoration: none;
	color: #a7b807;
}

a:hover{
	text-decoration: underline;
  	color: #a7b807;
}

a img{
	border: 0;
	display: block;
}

body{
	background: #333333 url('../pictures/layout/background-white.png') repeat left top;
	font-size: 1em;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	color: black;
}

h1{
	font-size: 1.6em;
	margin-bottom: 15px;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	color: #a7b807;
	text-decoration: none;	
}

h2{
	font-size: 1.4em;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	color:#a81c22;
	/*color: #d4d5cf;*/
	text-decoration: none;	
}

/*--------------------------------------------------------------------------------------------*/
/* Positionnement                                                                             */
/*--------------------------------------------------------------------------------------------*/

#page{
	width: 960px;
	margin: 0 auto;
}

#banniere{
	width: 960px;
	height: 120px;
	background: white;
	/* background: url(../layout/banniere.png) no-repeat top center; */
}

#menu{
	width: 960px;
	height: 50px;
	background: #a7b807 url('../pictures/layout/background-menu.png') repeat-x left top;
}

#menu-barre{
	width: 960px;
	height: 8px;
	background: #d4d5cf;
}

#conteneur{
	padding: 0;
	margin: 0;
	width: 960px;
	overflow:hidden;
	/* background:#e3dadb url(../layout/contenu.png) repeat-y top center; */
	background: #f9f9f1;
}

#contenu{
	float: left;
	padding: 5px 15px 15px 30px;
	width: 655px;
	text-align: justify;
}

.contenu-padding{
	margin-top: 15px;
}

#colonne{
	margin-left: 700px;				
	padding: 15px 30px 15px 15px !important;	/* pris en compte par Firefox */
	padding: 15px 28px 15px 13px; /* pris en compte par IE*/
	width: 215px;
	text-align: center;
}

#pied-presse{
	width: 960px;
	height: 120px;
	padding: 5px 0;
	background: #d4d5cf;
}	

#pied-presse a, #pied-presse a img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#piedpage{
	width: 960px;
	height:40px;
	background: #a7b807 url('../pictures/layout/background-footer.png') repeat-x left top;
}	

#shadow{
	width: 968px;
	margin: 0 auto;
	/*padding-left: 4px;*/
	background: url('../pictures/layout/background-shadow-middle.png') repeat-y center top;
}

#shadow-bottom{
	width: 968px;
	height: 9px;
	margin: 0 auto;
	/*padding-left: 4px;*/
	background: url('../pictures/layout/background-shadow-bottom.png') left top;
}

#paiement{
	width: 968px;
	margin: 0 auto;
	text-align: center;
	/*padding-left: 4px;*/
}

#paiement ul, #paiement ul li {
	list-style:none;
	margin: 0;
	padding:0;
	border:none;
}
	
	
/*--------------------------------------------------------------------------------------------*/
/* Menu                                                                                       */
/*--------------------------------------------------------------------------------------------*/
	
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	width: 115px;
	height: 50px;
	margin-right: 0;
	padding: 0;
	
}

#menu li.first {
	margin-left: 60px;
}

#menu a {
	display: block;
	width:  115px;
	height: 50px;
	color: white;
	font: 12px;
	font-weight: normal;
	line-height: 45px ;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

#menu > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
	text-decoration: underline;
  	color: #333333;
}

#menu a.bronze{
	color: #a81c22;
}

#menu a.bronze:hover {
	text-decoration: underline;
  	color: #a81c22;
}

#menu li:hover {
	background: url('../pictures/layout/background-menu.png') repeat-x left bottom;
}

#menu li a.double {
	padding-top: 8px;
	line-height: 15px ;
}


/*--------------------------------------------------------------------------------------------*/
/* Colonne                                                                                    */
/*--------------------------------------------------------------------------------------------*/

#panier{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
}

#colonne-pub{
	/*padding: 15px 30px 30px 15px !important;	/* pris en compte par Firefox */
	/*padding: 15px 28px 30px 13px; /* pris en compte par IE*/
	
	/*padding: 15px 0 0 15px !important;	/* pris en compte par Firefox */
	padding-top: 15px;
	text-align:center
	margin: 0 auto;

	width: 215px;
	height: 270px;
	background: url('../pictures/layout/background-colonne-pub.png') no-repeat;
}

#colonne-pub-inside{
	padding-left: 15px;

	width: 215px;
	height: 270px;
}

#colonne-vente{
	padding-top: 15px;
	width: 215px;
	height: 270px;
	background: url('../pictures/layout/background-colonne-pub.png') no-repeat;
}

#colonne-resto{
	padding-top: 15px;
	width: 215px;
	height: 270px;
	background: url('../pictures/layout/background-colonne-resto.png') no-repeat;
}

#colonne-plat{
	padding-top: 15px;
	width: 215px;
	height: 155px;
	background: url('../pictures/layout/background-colonne-plat.png') no-repeat;
}

#pub {
	width: 185px;
	height: 255px;
}


/*--------------------------------------------------------------------------------------------*/
/* Contenu                                                        				              */
/*--------------------------------------------------------------------------------------------*/

#contenu-page-top{
	width: 655px;
	height: 15px;
	background: url('../pictures/layout/background-page-top.png') bottom no-repeat;
}

#contenu-page{
	width: 615px;
	padding: 17px 20px 17px 20px;
	background: white url('../pictures/layout/background-page-middle.png') repeat-y;
	overflow: hidden;
}

#contenu-page-bottom{
	width: 655px;
	height: 3px;
	background: url('../pictures/layout/background-page-bottom.png') top no-repeat;
}


/*--------------------------------------------------------------------------------------------*/
/* Footer                                                        				              */
/*--------------------------------------------------------------------------------------------*/

#piedpage{
	line-height: 40px;
	color: white;
	text-align: center;
	font-size: 1em;
}

#piedpage a{
	color: white;
	text-decoration: underline;
}

#piedpage a:hover{
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------*/
/* Page accueil.php                                                                           */
/*--------------------------------------------------------------------------------------------*/

#concept{
	width: 640px;
}

#resto-fourchette{
	float:left;
	width:305px;
}

#vente-en-ligne{
	width:305px;
	margin-left:335px;
}

#content-accueil h2{
	font-size: 0.6em;
}

#content-accueil p{
	font-size: 0.6em;
	padding: 10px;
}



/*--------------------------------------------------------------------------------------------*/
/* Page restaurants.php                                                                       */
/*--------------------------------------------------------------------------------------------*/

.resto-bloc{
	width: 655px;
	height: 140px;
	margin: 10px 0;
	background: white url('../pictures/layout/background-resto-bloc.png');
}

.resto-pic-left{
	float: left;
	width: 120px;
	height: 120px;
	padding: 10px 0 10px 20px;
	margin: 0;
	display:block;
	text-align:center;
	overflow:hidden;
}

.resto-right{
	margin-left: 140px;
	height: 140px;
	padding: 20px 30px 20px 30px;
	/*background: blue;*/
}

/*.resto-pic-right{
	float: right;
	width: 120px;
	height: 120px;
	padding: 10px 0 10px 20px;
	background: yellow;
}

.resto-left{
	margin-right: 170px;
	width: 595px;
	height: 140px;
	background: blue;
}*/

.lien-titre-resto{
	font-size: 1.5em;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	color: #a7b807;
	text-decoration: none;
	
}

.lien-titre-resto:hover{
	font-size: 1.5em;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	color: #a7b807;
	text-decoration: underline;
	
}



/*--------------------------------------------------------------------------------------------*/
/* Page restaurant.php                                                                        */
/*--------------------------------------------------------------------------------------------*/

#resto-nav-top{
	width: 655px;
	padding-top: 10px;
}
#resto-page-top{
	width: 655px;
	height: 15px;
	background: url('../pictures/layout/background-page-top.png') bottom no-repeat;
}

#resto-title-or{
	width: 615px;
	padding: 0 20px 0 20px;
	height: 37px;
	background: url('../pictures/layout/background-title-or.png') top left no-repeat;
}

#resto-title-argent{
	width: 615px;
	padding: 0 20px 0 20px;
	height: 37px;
	background: url('../pictures/layout/background-title-argent.png') top left no-repeat;
}

#resto-title-bronze{
	width: 615px;
	padding: 0 20px 0 20px;
	height: 37px;
	background: url('../pictures/layout/background-title-bronze.png') top left no-repeat;
}

#resto-page-bottom{
	width: 655px;
	height: 3px;
	background: url('../pictures/layout/background-page-bottom.png') top no-repeat;
}


#resto-page{
	width: 655px;
	padding: 0 0 17px 0;
	background: white url('../pictures/layout/background-page-middle.png') repeat-y;
	overflow: hidden;
}

#resto-page-texte{
	float: left;
	width: 495px;
	padding: 10px 20px 0 20px;
}

#resto-page-photo{
	text-align: center;
	padding-top: 20px;
	margin-left: 535px;
	width: 100px;
}

.resto-page-website, .resto-page-website:visited{
	font-size: 1em;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	/*color: black;
	text-decoration: none;*/
	
}

.resto-page-website:hover{
	font-size: 1em;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	/*color: #a7b807;
	text-decoration: underline;*/
	
}


/*--------------------------------------------------------------------------------------------*/
/* Page activite.php                                                                        */
/*--------------------------------------------------------------------------------------------*/

#activite-nav-top{
	width: 655px;
	padding-top: 10px;
}

#activite-page-top{
	width: 655px;
	height: 15px;
	background: url('../pictures/layout/background-page-top.png') bottom no-repeat;
}

#activite-title{
	width: 615px;
	padding: 0 20px 0 20px;
	height: 37px;
	background: none;
}



#activite-page-bottom{
	width: 655px;
	height: 3px;
	background: url('../pictures/layout/background-page-bottom.png') top no-repeat;
}


#activite-page{
	width: 655px;
	padding: 0 0 17px 0;
	background: white url('../pictures/layout/background-page-middle.png') repeat-y;
	overflow: hidden;
}

#activite-page-texte{
	float: left;
	width: 495px;
	padding: 10px 20px 0 20px;
}

#activite-page-photo{
	text-align: center;
	padding-top: 20px;
	margin-left: 535px;
	width: 100px;
}

.activite-page-website, .activite-page-website:visited{
	font-size: 1em;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	/*color: black;
	text-decoration: none;*/
	
}

.activite-page-website:hover{
	font-size: 1em;
	font-family: Cambria, "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	/*color: #a7b807;
	text-decoration: underline;*/
	
}


/*--------------------------------------------------------------------------------------------*/
/* Page formules.php                                                                        */
/*--------------------------------------------------------------------------------------------*/

#formules ul{
	margin-left: 40px;
}

#formules li{
	list-style: square;
}
#formules h3{
	text-align:left;
	display: block;
	width: 615px;
	border-bottom: solid 1px;
}

#formules h3.bordure-or{
	border-bottom-color: #bc9d00;
}

#formules h3.bordure-argent{
	border-bottom-color: #9c9e9f;
}

#formules h3.bordure-bronze{
	border-bottom-color: #a81c22;
}

/*--------------------------------------------------------------------------------------------*/
/* Page concept.php                                                                        */
/*--------------------------------------------------------------------------------------------*/

#ccm ul{
	margin-left: 40px;
}

#ccm li{
	list-style:decimal;
}
#ccm h3{
	text-align:center;
}

#flipbook{
	width: 614px;
	height: 421px;
}


/*--------------------------------------------------------------------------------------------*/
/* Page presse.php                                                                        */
/*--------------------------------------------------------------------------------------------*/

#presse ul{
	margin-left: 40px;
}

#presse li{
	list-style: square;
}

/*--------------------------------------------------------------------------------------------*/
/* Page reglement.php                                                                        */
/*--------------------------------------------------------------------------------------------*/

#reglement ul{
	margin-left: 40px;
}

#reglement li{
	list-style: square;
}

/*--------------------------------------------------------------------------------------------*/
/* Page faq.php                                                                        */
/*--------------------------------------------------------------------------------------------*/

#faq ul{
	margin-left: 30px;
	margin-right: 15px;
}

#faq li{
	list-style: square;
	
}

/*#faq li a{
	color: black;
}

#faq li a:hover{
  	color: black;
}*/

.return-top {
	float: right;
	cursor: pointer;
	padding-left: 15px;
}
/*--------------------------------------------------------------------------------------------*/
/* Page mentions-legales.php                                                                        */
/*--------------------------------------------------------------------------------------------*/

#mentions-legales ul{
	margin-left: 40px;
}

#mentions-legales li{
	list-style: square;
}


/*--------------------------------------------------------------------------------------------*/
/* Page panier.html                                                                       */
/*--------------------------------------------------------------------------------------------*/

#point-vente ul{
	margin-left: 30px;
	margin-right: 15px;
}

#point-vente li{
	list-style: square;
	
}

/*#faq li a{
	color: black;
}

#faq li a:hover{
  	color: black;
}*/
