/* pour les pages fidelite et pop-up divers */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffcd00 url(../images/commun/popup-bg.gif) repeat-x left -36px scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}

#logo {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	display: block;
	width: 105px;
	height: 51px;
	padding: 0 0 0 0;
	background: transparent url(../images/commun/logo.gif) no-repeat left top scroll;
}


/* BENTO DU MOIS */
#teaser {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	padding: 0 20px;
}
#bento {
	text-align: center;
	margin: 45px 0 10px;
}

#bento h1 {
	width: 482px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	text-shadow: 0px -1px 0 #fff0b7, 0 1px 2px #9f7f00;
}
#bento h1 .date {
	font-size: 13px;
	font-weight: normal;
	color: #6f540d;
	text-shadow: none;
}

#bento p {
	margin: 10px auto;
	font-size: 13px;
}
#bento p em {color: #ffe57f;}

#board {
	position: relative;
	width: 640px;
	margin: 0 auto;
	border: 1px solid #000;
}
#board img {
	border: none;
}
#board a#switch {
	display: block;
	width: 640px;
	position: absolute;
	left: 0;
	top: 10px;
	text-align: center;
	text-decoration: underline;
	outline: none;
}
#board #details {
	position: absolute;
	left: 120px;
	top: 50px;
	width: 400px;
	margin: 0;
	padding: 1px 0;
	color: #fff;
	background: transparent url(css-img/bg_black_op75.png) repeat left bottom scroll;
	border: 1px solid #999;
	border-top-color: #000;
	border-bottom-color: #fff;
	border-radius: 				15px;
		-moz-border-radius: 	15px;
		-webkit-border-radius: 	15px;
		-o-border-radius: 		15px;
	box-shadow: 				0 3px 5px hsla(0, 0%, 0%, .5);
		-moz-box-shadow: 		0 3px 5px hsla(0, 0%, 0%, .5);
		-webkit-box-shadow: 	0 3px 5px hsla(0, 0%, 0%, .5);
		-o-box-shadow: 			0 3px 5px hsla(0, 0%, 0%, .5);
}
#board #prix {
	margin-top: 15px;
	padding: 10px 0;
	color: #ffcd00;
	font-weight: bold;
	background: transparent url(css-img/bg_black_op50.png) repeat left bottom scroll;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}


/* SPÉCIAL SAINT-VALENTIN */
body#stval {background: #ffadaf url(../images/commun/popup_stval-bg.gif) repeat-x left top scroll;}
body#stval #logo {background: transparent url(../images/commun/logo_stval.gif) no-repeat right 36px scroll;}
body#stval #bento img {border: none;}


/* PAGE FEEDBACK */
body#feedback {
	background-position: left -27px;
}

body#feedback #logo {
	background: transparent url(../images/commun/logo.gif) no-repeat right 9px scroll;
	height: 60px;
}

body#feedback #main {
	width: 480px;
	margin: 75px auto 0;
	padding: 1px 0 15px;
	background: #ffe26f;
	border: 1px solid #e7bd15;
	border-top-color: #ffec9f;
	border-bottom-color: #d7b221;
	border-radius: 				15px;
		-moz-border-radius: 	15px;
		-webkit-border-radius: 	15px;
		-o-border-radius: 		15px;
}

body#feedback #main h1 {
	font-size: 1.5em;
	color: #6f540d;
	text-align: center;
	padding: 10px 10px 15px;
	border-bottom: 1px solid #e7bd15;
}
body#feedback #main ul {list-style: none;}
body#feedback #main ul li {
	position: relative;
	padding: 3px 10px 3px 150px;
	list-style: none;
	border-top: 1px solid #ffec9f;
	border-bottom: 1px solid #e7bd15;
	background: #ffdd57;
}
body#feedback #main ul li.odd {background: #ffe26f;}
body#feedback #main label {
	position: absolute;
	left: 10px;
	top: 5px;
}
body#feedback #main input, 
body#feedback #main textarea, 
body#feedback #main select {
	padding: 2px 4px;
	width: 300px;
	color: #6f540d;
	border: 1px solid #e7bd15;
	background: #fff0b7;
}
body#feedback #main input:hover, 
body#feedback #main textarea:hover, 
body#feedback #main select:hover {
	background: #fff5cf;
	color: #6f540d;
	border-color: #b79305;
}
body#feedback #main input:focus, 
body#feedback #main textarea:focus, 
body#feedback #main select:focus {
	background: #fff;
	color: #000;
	border-color: #000;
}
body#feedback #main select {padding: 2px 2px 2px 0; width: 310px;}
body#feedback #main select option {padding: 0 4px;}
body#feedback #main textarea {
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body#feedback #main li#boutons {text-align: center; padding: 10px 0; background: #efcd46;}
body#feedback #main button#reset {
	padding-left: 0;
	padding-right: 0;
	width: auto;
	border: none;
	background: none;
	color: #be0c00;
	text-decoration: underline !important;
}
body#feedback #main button#reset:hover {
	color: #f00;
}
body#feedback #main button#submit {margin-left: 25px; padding: 2px 5px;}



