@CHARSET "UTF-8";
/**
 *
 * Vous Avez Choisi ? - Cascading Style Sheet
 * @author  Simon Hostelet
 * @version 2009-09-29
*/

/*
 * Codes couleurs Identité visuelle :
 * Kraft Marron : #ccc2ba (182 / 141 / 90)
 * Kraft beige : #ebe7e3 (211 / 177 / 129)
 * Kraft contours : #ae9e91
 * Bordeaux : #7a1133 (122 / 17 / 51)
 * Magenta : #a20f44 (162 / 15 / 68)
 * Bleu nuit : #1f4463 (31 / 68 / 99)
 * Vert tilleul : #bbd26b (187 / 210 / 107)
 * Bleu ciel : #cdebf9 (205 / 235 / 249)
 *
*/

* {
  margin: 0;
  padding: 0;
}

* { /*behavior: url(/css/iepngfix.htc);*/}



/*****************************
 * HTML general body markups *
 *****************************/

html {
  font-size: 100%; /* avoid a IE6-7 bug */
}

body {
  background-image: url("../images/vac/general_background.jpg");
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  width: 100%;
}

/*#fullbackground{
  background-image: url("/images/vac/fullbackground.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}*/
/* titles */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0.5em 0 0.25em 0.25em; /* Get the title closer to the text */
  line-height: 1.2;
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: normal;
  color: #7a1133;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #7a1133;
  text-decoration: none;
}

h1 a.classic, h2 a.classic, h3 a.classic, h4 a.classic, h5 a.classic, h6 a.classic {
  color: #1f4463 !important;
  text-decoration: underline !important;
}

h1.cufon, h2.cufon, h3.cufon, h4.cufon, h5.cufon, h6.cufon {
  margin: 2px 0;
}

/*
 * Used in setDishOptions and such
*/
h1.restaurant_name {
  /*background-color: #ccc2ba;
  border: 1px solid #ab9c8f;*/
  color:#1F4463;
  font-size:2em !important;
  margin-bottom:20px;
  padding:10px 0 0 5px;
  text-align:center;
}

h1.restaurant_name a {
  color: #1f4463 !important;
}


h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin-right: 10px;
  vertical-align: middle;
}

h1 {
  font-size: 1.75em;
  margin-left: 10px;
}
h1.cufon {
  font-size: 1.35em;
}

h1.h4.cufon {
  font-size: 0.9em;
}

h2 {
  font-size: 1.5em;
}
h2.cufon {
  font-size: 1.2em;
}

h2.help {
  padding-left:45px;
  padding-top:7px;
  width:400px;
}

h3 {
  font-size: 1.25em;
}
h3.cufon {
  font-size: 0.9em;
}

h4 {
  font-size: 1em;
}
h4.cufon {
  font-size: 0.9em;
}


/*h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: none;
}*/

h1 span.display, h2 span.display, h3 span.display, h4 span.display, h5 span.display, h6 span.display {
  display: inline;
}

h1 p.normal, h2 p.normal, h3 p.normal, h4 p.normal, h5 p.normal, h6 p.normal {
  font-size: 0.7em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* Lists and Paragraphs */
ul, ol {
  list-style-image: url(/images/vac/list_decoration/list_decoration_green.png);
  margin: .75em 0 .75em 30px;
  padding: 0;
}
/*ul.green_square{
  list-style-image: URL(/images/vac/list_decoration_green.png);
}*/

ul.error_list {
  color: #f00;
  font-weight: bold;
  list-style-image: URL(/images/vac/error.png);
}

ul.radio_list {
  clear: both;
}

ul.inline_list li {
  display: inline;
}

ul.red_square {
  list-style-image: URL(/images/vac/list_decoration/list_decoration_red.png);
}

ul.blue_square, dl dd ul {
  list-style-image: URL(/images/vac/list_decoration/list_decoration_blue.png);
}

p {
  font-size: 0.95em;
  color: #363636;
  margin: 0.25em 0em 1em 0em;
  padding: .5em .5em;
  text-align: left;
  word-wrap: break-word;
  /*white-space: pre-wrap;*/
}

p.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, div.center {
  text-align: center;
}

address {
  margin: .75em 0;
  font-style: normal;
}

.emphasize {
  background-color: #F0ECE9;
  margin: .25em 0em 1em 0em;
  padding: 5px;
}

blockquote {
  float: left;
}

blockquote.mediumwidth {
  margin: 2px;
  padding: 6px;
  width: 300px;
}


/* Links */
a {
  color: #1f4463;
  text-decoration: underline;
}
a:link {
  color: #1f4463;
}
a:visited {
  color: #1f4463;
}
a:hover, a:focus, a:active {
  color: #1f4463;
  text-decoration: none;
}

a.block {
  border: none;
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

a img {
  vertical-align: middle;
}


/**************
 * Definition *
 **************/
dl {
  margin-left: 20px;
  margin-top: 20px;
}

dt {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 10px;
}



/*********
 * Forms *
 *********/

form, fieldset {
  margin: 0;
  /*padding: 0 10px;*/
  border: none;
  clear: both;
  margin: 0;
  /*width: 100%;*/
}

form {
  padding: 0 10px;
}

.moremargintop {
  margin-top: 20px;
}

form p {
  background-color: transparent;
  text-align: center;
}

/*
 * To display one or two lines of help (explanation on a form field...)
*/
form p.form_help {
  clear: both;
  color: #6F6F6F;
  font-size: 0.9em;
  font-style: italic;
  margin: 0 0 10px 20px;
  padding: 0;
  text-align: left;
}

/*
 * To display a classic paragraph, not centered
*/
p.info
{
  color: #000;
  margin: 0.25em;
  text-align: justify;
}

h1 p.info, h2 p.info, h3 p.info, h4 p.info, h5 p.info, h6 p.info {
  font-size: 0.7em;
  font-weight: normal;
  padding: 0;
  text-align: right;
}

legend {
  color: #7a1133;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
}

input.stupidIE6 {
  border: 0 !important;
  width: auto !important;
}

input, textarea, select {
  margin: 2px;
  padding: 5px 10px 5px 0;
}

input, textarea {
  border: 1px solid #AE9E91;
  width: 398px;
}

/*
 * Style useful for a default value to be cleared on focus
*/
input.defaultvalue, textarea.defaultvalue {
  color: #555;
  font-style: italic;
}

/* a remettre en ordre */

/*input[type="checkbox"] {
  width: auto;
  margin: 5px 10px;
}*/

/*input[type="radio"] {
  width: auto;
  margin: 5px 10px;
}*/

/*input[type="submit"]
{
  width: auto;
  clear: both ;
  margin: 10px 0px;
}*/

input[type="checkbox"], input[type="radio"] {
  border: 0;
  margin: 5px 10px;
  width: auto;
}

input[type="submit"], input[type="button"], input[type="image"] {
  clear: both;
  font-weight: bold;
  margin: 0;
  padding: 5px 15px;
  width: auto;
}

input[type="image"] {
  padding: 0 !important;
  border: 0 !important;
  width: auto !important;
}

/* Form halfwidth, to display something else aside the form
 * see Cart not logged in for example
*/
form.halfwidth, div.halfwidth {
  width: 340px;
}

form.halfwidth input[type="text"], form.halfwidth input[type="password"] {
  width: 200px;
}

form.halfwidth label {
  width: 120px;
}

/* in forms, DIV are surrounding label and inputs together
 * We want them to clear what's above it */
form div {
  clear: both;
}

form div.noclear, .noclear {
  clear: none;
  display: inline;
}

form div.noclear div, .noclear div {
  clear: none;
}

label {
  clear: both;
  color: #1F4463;
  float: left;
  font-weight: bold;
  padding-top: 6px;
  width: 200px;
}

label.optionnal {
  color: #000;
  font-weight: normal;
  font-style: italic;
}

label.smalllabel {
  width: 80px;
}

label.mediumlabel {
  width: 120px;
}

label.largelabel {
  width: 400px;
}

label.hugelabel {
  width: 90%;
}

label.tall {
  height: 80px;
}

label.inline {
  clear: both;
  margin: 0px 5px 0px 0px;
  width: auto;
}
label.checkbox {
  float: none;
}

label.large {
  width: 500px;
}

label img {
  vertical-align: middle;
}

ul li label {
  float: none;
}

input.cleared, textarea.cleared, select.cleared {
  clear: both;
  float: left;
}

/* for input showing a date and calendar helper, for example */
input.smallwidth {
  width: 100px;
}

input.mediumwidth {
  width: 300px;
}

input.inline, textarea.inline {
  float: none;
}

/* classes */

form.form_row { /* one form row, include label and input */
                clear: both;
}

form.form_row, .form_line {
  clear: both;
  float: left;
  font-weight: bold;
  margin: 5px 0;
}

form.form_row, .form_line {
  width: 100%;
}

ul.noliststyle {
  margin: 0;
}

ul.checkbox_inline_list, ul.noliststyle {
  list-style-type: none !important;
  list-style-image: none !important;
}

ul.checkbox_inline_list li {
  display: inline;
}
ul.checkbox_inline_list_survey li {
  display: inline;
}
ul.checkbox_inline_list_survey label {
  margin: 0px 20px 0px 0px;
  width: auto;
}

ul.checkbox_inline_list label {
  margin: 0px 0px 0px 15px;
  width: auto;
}

ul.checkbox_inline_list input[type="checkbox"] {
  margin: 5px 5px;
}

/* Misc */
dfn {
  color: #7a1133;
  border-bottom: 1px dotted #1f4463;
  cursor: help;
}

img {
  border: 0;
  vertical-align: top;
}

/* Transport line logo */
img.transport {
  margin: 0 1px 0 0 !important;
  padding: 0 !important;
}

/* Trick to load images at page load, but that would be used
 * only for ajax purpose. Sometimes ajax response is so quick,
 * ajax loaders dont even have time to be loaded, so it's not
 * eye candy to see the img alt attribute instead of the loader.
*/
img.ajax-preload {
  display:none;
}

quote {
  font-style: italic;
}

/*
 *  Table settings
*/
table {
  /*border: 1px solid #000;*/
  border-spacing: 0px;
  clear: both;
  color: #000;
  /*border-bottom: solid 1px #fff;*/
  margin-bottom: 10px;
  width: 100%;
}

table.nostyle, table.nostyle th, table.nostyle td, table.nostyle thead, table.nostyle tbody {
  background-color: transparent;
  border-spacing: 4px;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: auto;
}

table.borderspaced {
  border-spacing: 2px;
}

table.vertborderspaced {
  border-spacing: 0px 2px;
}

table.vertborderspaced thead th {
  border-bottom: 4px solid #CCC2B9;
  padding-bottom: 5px;
}

table.noborderspacing {
  border-spacing: 0px;
}

/* Similar to form. Useful in FRT review
 * for new and saved review to display same width */
table.padding10 {
  padding: 0 10px;
}

table.width100pc {
  width: 100%;
}

table thead {
  background-color: #73919d;
  color: #fff;
  height: 30px;
}

.thead_style {
  background-color: #73919d;
  color: #fff;
  height: 30px;
}

table thead th {
  font-size: 1.2em;
}

table tbody tr th {
  background-color: #c0bcba;
}

table tbody tr.bordered, table tbody th.bordered {
  border-top: 3px solid #fff;
}

tbody {
  /*background-color: #F0ECE9;*/
  margin-top: 60px;
}

tfoot {
  background-color: #b9c8ce;
}

tfoot td {
  border-top: 3px solid #fff;
}

td, th {
  padding: 2px 8px;
}

th.leftalign {
  text-align: left;
}

td.rightalign, th.rightalign {
  text-align: right;
}

td.center, th.center {
  text-align: center;
}


td.mediumwidth {
  width: 110px !important;
}

td.mediuminputwidth {
  width: 330px !important;
}

td.submitwidth {
  width: 100px !important;
}

/* for a sub info of a cell, tabulate data to the right */
td.subcell, td.subcell2 {
  font-style: italic;
  font-size: 0.9em;
}
td.subcell {
  padding-left: 25px;
}
td.subcell2 {
  padding-left: 50px;
}

td.noborder {
  border: none !important;
}

/*
 * End of Table settings
*/



/*
 * Restaurant large info box
 * to be displayed on restaurant list for example
*/

.large_info_box, .very_large_info_box {
  background-repeat: no-repeat;
  clear: both;
  margin: 10px 0 0 0;
}

.large_info_box {
  height: 223px;
  width: 463px;
}

.very_large_info_box {
  background-position: top left;
  height: 170px;
  padding: 10px;
  position: relative;
  width: 319px;
}

.very_large_info_box h1 {
  display: inline;
  float: left;
}

.no_bg_image {
  background-color: #F0ECE9;
  border: 1px solid #AE9E91;
}

.large_info_box img.restaurant_name, .large_info_box h3 {
  margin-left: 264px;
  margin-top: 10px;
  padding: 8px 0 0 0;
}

.large_info_box h3 {
  clear: both;
}

.large_info_box ul.address {
  list-style-image: none;
  list-style-type: none;
  margin-left: 265px;
  width: 195px;
}

.very_large_info_box ul.address {
  clear: left;
  width: 200px;
}

.very_large_info_box p {
  top: 170px;
  position: absolute;
  width: 200px;
}

.very_large_info_box .map {
  float: right;
}

.very_large_info_box .infos {
  float: right;
  height: 193px;
  margin-left: 10px;
  padding: 5px;
  width: 253px;
}

.very_large_info_box .infos h4 {
  margin-top: 10px;
}


/**
* GMAP
**/
/* hide Gmap stuff that suck and don't display smoothly */
.gmap span {
  white-space: normal;
}
.gmap span a {display: block;}
#small_right_pannel div.gmap div {
  background:none;
}

#smc, #smc div{
  background-color: transparent !important;
}

#logocontrol {
  background-color: transparent !important;
}

/*.gmap div {
	background-color: transparent !important;
}*/

/*******************
 * VAC Identifiers *
 *******************/

/********************/
/* Start of CHECKED */
/********************/

#container {
  background-image: url("../images/vac/background_container.png");
  margin: 0 auto;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  width: 996px;
}

#header, #header_restend {
  background-image: url("../images/vac/header/header_frontend.jpg");
  background-repeat: no-repeat;
  height: 97px;
  /*position: absolute;
  top: 0;*/
  width: 996px;
}

#header_restend {
  background-image: url("../images/vac/header/header_restend.jpg");
}

/* -------------------------------- HEADER LINKED LOGO -----------------------------------------------------*/

#container #header a img#logo{
  float: left;
  height: 89px;
  margin: 6px 0 0 8px;
  width: 453px;
}

#container #header_restend a img#logo_restend{
  height: 89px;
  margin: 7px 0 0 8px;
  width: 366px;
  float: left;
}

/* -------------------------------------------- START OF NAVIGATION ------------------------------------------ */

#navigation {
  background-image: url("../images/vac/navbar_background.png");
  height: 60px;
  width: 996px;
  float: left;
  margin-height:5px;
}

#navigation ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}

#navigation a {
  display: block;
  height: 100%;
}

#navigation .nav_element {
  float: left;
  height: 40px;
  margin: 0px;
  /*width: 155px;*/
  width: 140px;
}

/* -------------------------------------------- END OF NAVIGATION -------------------------------------------- */

/* -------------------------------------------- START OF LOGIN PANNEL ------------------------------------------ */

#vac_login_pannel {
  background-position: right;
  background-repeat: no-repeat;
  float: right;
  font-size: 0.9em;
  height: 75px;
  margin-top: 5px;
  margin-right: 10px;
  padding: 10px 10px 0px 10px;
  width: 315px;
}

#vac_login_pannel p, #vac_login_pannel form {
  margin: 0;
}

#vac_login_pannel p#welcome {
  color: #fff;
  float: left;
  height: 30px;
  padding: 5px 0 0 5px;
  width: 140px;
}

#vac_login_pannel p#welcome a, #vac_login_pannel form fieldset span {
  color: #fff;
}

#vac_login_pannel p#action_links {
  clear: both;
  height: 25px;
  padding: 5px 0 0 5px;
  text-align: center;
  width: 315px;
}

#vac_login_pannel form#address_list_form, #vac_login_pannel form#restaurant_change_list_form{
  clear: none;
  float: right;
  height: 34px;
  padding: 0 0 0 1px;
  width: 165px;
}

#vac_login_pannel form#address_list_form select, #vac_login_pannel form#restaurant_change_list_form select {
  padding: 0;
}


#vac_login_pannel form#include_login {
  height: 34px;
  padding: 5px 0 0 5px;
  width: 310px;
}

#vac_login_pannel form#include_login input {
  clear: none;
  margin: 0 2px;
  padding: 0px;
  width: 70px;
}

#vac_login_pannel form label {
  clear: none;
  padding-top: 0;
  width: auto;
}

#vac_login_pannel form label.memory {
  color: #fff;
  font-weight: normal;
}

/*
#vac_login_pannel form#include_login, #vac_login_pannel p#action_links, #vac_login_pannel form#address_list_form, #vac_login_pannel form#restaurant_change_list_form {
  height: 34px;
}

#vac_login_pannel form#include_login, #vac_login_pannel p#action_links, #vac_login_pannel form#include_login fieldset, #vac_login_pannel form#include_login label, #vac_login_pannel form#include_login input[type="checkbox"], #vac_login_pannel p#welcome, #vac_login_pannel form#address_list_form, #vac_login_pannel form#restaurant_change_list_form {
  margin: 0;
  padding: 0;
}

#vac_login_pannel form label {
  clear: none;
  float: none;
}

#vac_login_pannel label.memory, #vac_login_pannel p#welcome a {
  color: #ffffff;
  font-weight:bold;
}

#vac_login_pannel label.memory {
  padding-left: 10px;
}

#vac_login_pannel p#welcome {
  float: left;
  height: 30px;
  padding-left: 5px;
  padding-top: 5px;
  width: 155px;
}

#vac_login_pannel form#address_list_form, #vac_login_pannel form#restaurant_change_list_form {
  clear: none;
  float: right;
  padding-top:1px;
  width: 150px;
}

#vac_login_pannel form#address_list_form select, #vac_login_pannel form#restaurant_change_list_form select {
  margin: 0;
  padding: 2px;
}

#vac_login_pannel form#include_login input {
  padding: 0px;
  width: 70px;
}

#vac_login_pannel p#action_links {
  clear:both;
	padding-top:5px;
	text-align:center;
	width:315px;
}

#vac_login_pannel form#address_list_form fieldset {
	margin-left: -10px;
	width: 180px !important;
}*/


/* -------------------------------------------- END OF LOGIN PANNEL ------------------------------------------ */


/* -------------------------------------- START OF SIDEBAR ---------------------------------------------------------*/

ul.sidebar{
  background-color: #CDC2B8;
  border: 1px solid #AE9E91;
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  margin-bottom: 10px;
}


ul.sidebar li {
  background-color: #F0ECE9;
  height: auto;
  margin: 5px;
  overflow: auto;
  padding: 8px;
  width: 202px;
}

ul.sidebar li h3{
  float: left;
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 0px;
  display: inline;
}

ul.sidebar li h3 a {
  color: #3E607C !important;
  text-decoration: none;
}

ul.sidebar li p {
  clear: both;
  color: #820032;
  font-size: 0.9em;
  margin: 0px;
  padding:3px 0 0 5px;
}

ul.sidebarlite li {
  background-color: #f0ece9;
  margin: 5px;
  padding: 4px;
}

/* -------------------------------------- END OF SIDEBAR ---------------------------------------------------------*/



/* -------------------------------------------- START of different PANNELS ------------------------------------------ */

#big_right_pannel, #big_left_pannel, #small_left_pannel div, #small_right_pannel div, #middle_pannel, #half_left_pannel, #half_right_pannel, #third_right_pannel, #two_thirds_left_pannel {
  background-color: #CCC2B9;
  border: 1px solid #AE9E91;
  margin-bottom: 9px;
}

#big_right_pannel, #big_left_pannel {
  padding: 10px;
  width: 714px;
}
#big_right_pannel {
  float: right;
}
#big_left_pannel {
  float: left;
}

/*
 * half_right/left_subpannel are meant to be 50/50% aside pannels
 * within a big_right or big_left pannel. For example in command recap page
*/
#big_right_pannel #half_right_subpannel, #big_left_pannel #half_right_subpannel, #big_right_pannel #half_left_subpannel, #big_left_pannel #half_left_subpannel {
  width: 342px;
  padding: 5px;
}

#big_right_pannel #half_right_subpannel, #big_left_pannel #half_right_subpannel {
  float: right;
  margin-left: 5px;
}

#big_right_pannel #half_left_subpannel, #big_left_pannel #half_left_subpannel {
  float: left;
  margin-right: 5px;
}


#small_right_pannel, #small_left_pannel {
  width: 230px;
}

#small_left_pannel {
  float: left;
  margin-right: 5px;
}
#small_right_pannel {
  float: right;
  /*margin-left: 5px;*/
}
#small_left_pannel div, #small_right_pannel div {
  padding: 10px;
  width: 208px;
}

#small_left_pannel div div, #small_right_pannel div div {
  border: 0;/* !important;*/
  margin: 0;/* !important;*/
  padding: 0;/* !important;*/
  width: auto;
}

#middle_pannel {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 20px;
  width: 494px;
}

#up_left_pannel, #up_right_pannel, #large_pannel {
  background-color: #CCC2B9;
  border: 1px solid #AE9E91;
  margin-bottom: 10px;
  overflow: auto;
}

#up_left_pannel, #up_right_pannel {
  height: 234px;
  padding: 10px;
}

#up_left_pannel {
  float: left;
  width: 622px;
}

#up_right_pannel {
  float: right;
  width: 300px;
}

#large_pannel {
  clear: both;
  padding: 10px 7px;
  width: 960px;
}

#half_left_pannel, #half_right_pannel {
  padding: 10px;
  width: 462px;
}

#half_left_pannel {
  float: left;
}

#half_right_pannel {
  float: right;
}

#two_thirds_left_pannel {
  float: left;
  padding: 9px;
  width: 584px;
}

#third_right_pannel {
  float: right;
  padding: 10px;
  width: 340px;
}


/*---------------------------------------- START OF INNER GLOW PANNELS -----------------------------------------------*/

/*******************************
 *panneaux avec ombrage interne*
 *******************************/

.inner_glow_background_top {
  background-image: url("/images/vac/inner_glow_background/big_pannel_inner_glow_background_top.png");
  background-repeat: no-repeat;
  height: 10px;
  margin-top: 10px;
  width: 714px;
}

.inner_glow_background_middle {
  background-image: url("/images/vac/inner_glow_background/big_pannel_inner_glow_background_middle.png");
  height: auto;
  overflow: auto;
  padding: 10px;
  width: 694px;
}

.inner_glow_background_bottom {
  background-image: url("/images/vac/inner_glow_background/big_pannel_inner_glow_background_bottom.png");
  background-repeat: no-repeat;
  height: 10px;
  width: 714px;
}

.small_side_pannel_inner_glow_background_top {
  background-image: url("/images/vac/inner_glow_background/small_side_pannel_inner_glow_background_top.png");
  background-repeat: no-repeat;
  height: 9px;
  margin-top: 10px;
  width: 208px;
}

.small_side_pannel_inner_glow_background_middle {
  background-image: url("/images/vac/inner_glow_background/small_side_pannel_inner_glow_background_middle.png");
  height: auto;
  padding: 1px;
  width: 208px;
}

.small_side_pannel_inner_glow_background_bottom {
  background-image: url("/images/vac/inner_glow_background/small_side_pannel_inner_glow_background_bottom.png");
  background-repeat: no-repeat;
  height: 9px;
  width: 208px;
}

.half_inner_glow_background_top {
  background-image: url("/images/vac/inner_glow_background/half_pannel_inner_glow_background_top.png");
  background-repeat: no-repeat;
  height: 10px;
  margin-top: 10px;
  width: 462px;
}

.half_inner_glow_background_middle {
  background-image: url("/images/vac/inner_glow_background/half_pannel_inner_glow_background_middle.png");
  height: auto;
  padding: 10px;
  width: 442px;
}

.half_inner_glow_background_bottom {
  background-image: url("/images/vac/inner_glow_background/half_pannel_inner_glow_background_bottom.png");
  background-repeat: no-repeat;
  height: 10px;
  width: 462px;
}



/*---------------------------------------- END OF INNER GLOW PANNELS -----------------------------------------------*/
/* -------------------------------------------- END PANNEL ------------------------------------------ */

/* main part with content */

#content {
  margin: 0 10px;
  width: 976px;
}

#breadcrumb {
  /* container of the whole crumbs */
  background-image: url("../images/vac/crooked_line.png");
  background-position: center;
  background-repeat: repeat-x;
  clear: both;
  color: #791134;
  font-size: 0.9em;
  font-weight: bold;
  margin: 5px 10px;
  padding: 8px 10px;
  width: 956px;
  overflow: auto;
}
p#breadcrumbs, p#favorite_restaurants {
  /* The actual list of links */
  background-color: #fff;
  display: inline;
  margin: 0;
  padding: 5px 10px;
}
p#breadcrumbs {
  float: left;
}
p#favorite_restaurants {
  float: right;
}

p#favorite_restaurants a {
  color: #7a1133;
}


#footer {
  background-color: #bbb;
  clear: both;
  overflow: auto;
  /*padding: 0 5px;*/
  width: 996px;
}

#footer ul {
  width: 478px;
  padding: 4px 10px;
  margin: 0px;
}
#footer ul li {
  display: inline;
}
ul.footer_left_list {
  float: left;
}
ul.footer_right_list {
  float: right;
  text-align: right;
}

ul.quicklinks {
  background-color: #7a1133;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
}
ul.quicklinks a {
  color: #fff;
  text-decoration: none;
}

#footer ul.footnotes {
  color: #000;
  font-size: 0.8em;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
}


/******** LOYALTY STAR ********/
a.login_loyalty_star_link {
  text-decoration: none !important;
}
a.login_loyalty_star_link .login_loyalty_star {
  background-image: url("../images/vac/loyalty_star/small/loyalty_star.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #1f4463;
  display: inline;
  font-size: 0.8em;
  font-weight: bold;
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  text-decoration: none !important;
  width: 26px;
}

.loyalty_star, .loyalty_star_notannoying {
  clear: both !important;
  margin-bottom: 15px !important;
  position: relative;
}

.loyalty_star {
  margin-top: 40px !important;
  margin-bottom: 20px;
}

#home_loyalty .loyalty_star {
  margin-top: 25px !important;
}

.loyalty_star div, loyalty_star_notannoying div {
  /*width: auto !important;*/
  background-color: transparent;
}

.loyalty_star .loyalty_star_value, .loyalty_star_notannoying .loyalty_star_value {
  background-color: transparent !important;
  clear: both;
  float: left;
  left: -3px;
  margin-top: 0 !important;
  overflow: visible;
  text-align: center;
  top: -14px;
}

.loyalty_star .loyalty_star_value {
  position: absolute;
}


.loyalty_star .loyalty_star_value img, .loyalty_star_notannoying .loyalty_star_value img {
  margin: 0;
  padding: 0;
}
.loyalty_star .loyalty_star_value.big_star, .loyalty_star_notannoying .loyalty_star_value.big_star {
  background-repeat:no-repeat;
  height: 46px;
  margin: 0px 0 !important;
  padding: 21px 32px 0 7px !important;
  width: 54px !important;
}

.loyalty_star .loyalty_star_value.huge_star, .loyalty_star_notannoying .loyalty_star_value.huge_star {
  margin: 0px 0 !important;
  background-repeat: no-repeat;
  height:	75px;
  padding: 29px 0px 0 0px !important;
  vertical-align: middle;
  width: 120px;
}

.loyalty_star .loyalty_star_value.huge_star.bg_cent, .loyalty_star_notannoying .loyalty_star_value.huge_star.bg_cent {
  background-image: url("../images/vac/loyalty_star/huge/loyalty_star_cent.png") !important;
}

.loyalty_star .loyalty_star_value.huge_star.bg_euro, .loyalty_star_notannoying .loyalty_star_value.huge_star.bg_euro {
  background-image: url("../images/vac/loyalty_star/huge/loyalty_star_euro.png") !important;
}

.loyalty_star .loyalty_star_value.big_star.bg_cent, .loyalty_star_notannoying .loyalty_star_value.big_star.bg_cent {
  background-image: url("../images/vac/loyalty_star/big/loyalty_star_cent.png") !important;
}

.loyalty_star .loyalty_star_value.big_star.bg_euro, .loyalty_star_notannoying .loyalty_star_value.big_star.bg_euro {
  background-image: url("../images/vac/loyalty_star/big/loyalty_star_euro.png") !important;
}


.loyalty_star .loyalty_star_value.medium_star, .loyalty_star_notannoying .loyalty_star_value.medium_star {
  /*background-image: url("../images/vac/loyalty_star/medium/loyalty_star.png") !important;*/
  background-repeat: no-repeat;
  height: 30px;
  padding: 12px 8px 8px 6px !important;
  width: 43px !important;
}

.loyalty_star .loyalty_star_value.medium_star.bg_cent, .loyalty_star_notannoying .loyalty_star_value.medium_star.bg_cent {
  background-image: url("../images/vac/loyalty_star/medium/loyalty_star_cent.png") !important;
}

.loyalty_star .loyalty_star_value.medium_star.bg_euro, .loyalty_star_notannoying .loyalty_star_value.medium_star.bg_euro {
  background-image: url("../images/vac/loyalty_star/medium/loyalty_star_euro.png") !important;
}


.loyalty_star .loyalty_star_value.medium_star {
  margin-top: 12px !important;
}

.cashback_star {
  background-image: url("../images/vac/cashback_star/medium/cashback_star.png");
  background-repeat: no-repeat;
}

.loyalty_star .loyalty_star_value.small_star, .loyalty_star_notannoying .loyalty_star_value.small_star {
  background-image: url("../images/vac/loyalty_star/small/loyalty_star.png");
  background-repeat: no-repeat;
  height: 26px;
  padding: 4px 1px 0 0;
  width: 26px;
}

.loyalty_star .loyalty_star_message, .loyalty_star_notannoying .loyalty_star_message {
  background-color: #fff !important;
  font-size: 1em;
  margin-top: 8px;
  margin-left: 8px;
  height: auto !important;
}

.loyalty_star .loyalty_star_message.huge_star, .loyalty_star_notannoying .loyalty_star_message.huge_star {
  padding: 8px 5px 8px 70px !important;
  height: 30px;
}

.loyalty_star .loyalty_star_message.big_star, .loyalty_star_notannoying .loyalty_star_message.big_star {
  padding: 8px 5px 8px 70px !important;
  height: 30px;
}

.loyalty_star .loyalty_star_message.medium_star, .loyalty_star_notannoying .loyalty_star_message.medium_star {
  padding: 10px 5px 10px 60px !important;
}

.loyalty_star .loyalty_star_message.small_star, .loyalty_star_notannoying .loyalty_star_message.small_star {
  padding: 20px 0px 0px 0px !important;
}

#restaurant_cart .loyalty_star {margin: 20px 0 10px !important;}
p.gallery_resto {margin:0.25em 0 0;padding-left:0.5em;}

/*******************************
 *** General classes CHECKED ***
 *******************************/

.redline {
  border: 0;
  background-image: url("../images/vac/crooked_line.png");
  background-repeat: repeat-x;
  clear: both;
  display: block;
  height: 10px;
  margin-bottom: 10px;
  width: 100%;
}

form .redline {
  background-position: center;
  padding: 10px 0;
}

form .redline.nopadding {
  padding: 0;
}

.vertical_redline {
  border: 0;
  background-image: url(../images/vac/vertical_redline.png);
  background-position: center;
  background-repeat: repeat-y;
  display: block;
  height: 100%;
  width: 7px;
}


.hidden {
  visibility:hidden;
}

.nodisplay {
  display: none;
}

/* Flash messages */
.notice, .error {
  margin: 4px 0;
  clear: both;
}

/* Flash message notice */
.notice {
  background-color: #bbd26b;
  color: black;
  padding-left: 5px;
}

/* Flash message error */
.error {
  background-color: #f00;
  background-image: url(../images/vac/error.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: white;
  font-weight: bold;
  padding-left: 25px;
  margin-left: 10px;
}

/* Help popin */
.helppopin {
  background-color: #fff;
}
a.help-popin {
  cursor: help;
}
div.help-popin {margin-bottom: 20px;}
div.help-popin a {
  display:block;
  margin-left:50px;
  padding-top:10px;
  width:150px;
}
a.popin-close {
  float: right;
  margin: 5px 10px 5px 15px;
}

a.nodecoration {
  text-decoration: none;
}

.whitehelp {
  color: #fff;
}

.em {
  font-style: italic;
}

.strong {
  font-weight: bold;
}

.strong_em {
  font-variant: small-caps;
  font-weight: bold;
}

.strong_blue {
  color: #1f4463;
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.centered {
  text-align: center;
}

.overflowauto {
  overflow: auto;
}

.leftside {
  /*clear: none;*/
  display: inline;
  float: left;
}

.rightside {
  clear: none;
  display: inline;
  float: right;
}

.rightside img {
  vertical-align: bottom;
}

.noheight {
  height: auto !important;
}

.margin10 {margin-left:10px;}
.padding10 {padding:10px;}


h2 span {
  display: inline;
}

.red {
  color: #f00 !important;
}

.redvac {
  color: #7a1133 !important;
}

.bordeaux {
  color: #7a1133;
}

.blue {
  color: #1F4463 !important;
}

.purple {
  color: #7a1133 !important;
}

.black {
  color: #000000 !important;
}

span.huge {
  font-size: 2em;
  font-weight: bold;
}

.tiny {
  font-size: 0.9em !important;
}

.big {
  font-size: 1.2em;
}

ul.big li {
  padding-bottom: 0.5em;
}

.clear {
  clear: none;
}

.clearboth {
  clear: both;
}

.nomargin {
  margin: 0 !important;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.nopadding {
  padding: 0 !important;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nowidth {
  width: auto !important;
}

.normalweight {
  font-weight: normal !important;
}

.paddingtop7 {
  padding-top: 7px;
}

.paddingtop14 {
  padding-top: 14px;
}

.paddingbottom7 {
  padding-bottom: 7px;
}

.moretoppadding {
  padding-top: 20px;
}

.nolink, .nolink a {
  text-decoration: none;
}


/*********************/
/* End of CHECKED OK */
/*********************/













/*
A integrer mieux que là
*/
input.incorrect {
  background-color: #ffaaaa;
}

label.gris {
  color: #888888;
  font-weight: normal;
  font-style: italic;
}



.underline {
  text-decoration: underline;
}




/*INSCRIPTION*/

.valid-inscript {
  margin:auto;
  padding-top:20px;
  width:100px;
}


/**
* Classes for displaying a label over an input. See Authentication in Backend
*/

label.overlabel {
  color: #888;
  display: block;
  font-style: italic;
  font-weight: normal;
  position: relative;
  width: 210px;
}

label.overlabel span {
  /*-x-system-font:none !important;*/
  color:#000;
  font-weight: normal;
  cursor:text;
  display:block;
  width: 200px;
  opacity: 0.5;
  /*font-family:Arial,Helvetica,sans-serif !important;
  font-size:12px !important;
  font-size-adjust:none !important;
  font-stretch:normal !important;
  font-style:normal !important;
  font-variant:normal !important;
  font-weight:normal !important;*/
  height:28px;
  line-height:21px !important;
  margin-bottom:-28px;
  /*margin-right:4px;*/
  padding:0 5px;
  /*position:relative;*/
  /*text-shadow:0 1px 0 #FFFFFF;*/
  z-index:10;
}
label.overlabel input {
  z-index: 9;

}


/* Surveys */
/* now in survey.css */
.modify_pwd {margin-top: 30px;}
.help_icon p {font-size:0.8em;}
.help_icon-inline {margin:auto;width:90%;}
.help_icon p,.help_icon-inline p { padding:0 10px;}
.help_icon img, .help_icon-inline img {vertical-align: middle;}
/*Alignement AVIS*/
div.opinion_vac {
  margin-top:10px;
}
h4.opinion_vac {
  float:left;
  margin: -1px 5px 0 0
}
.opinion_vac_resto {
  float:left;
  margin-left: 0;
}


div.restaurant_home img {
  margin-left:264px;
}
/*PROFIL FRIENDS*/
li h2.friends_group_list {color: #1f4463;height: 1px;}
li h2.friends_group_list + a {float:right;margin-left:10px;}
li h2.friends_group_list canvas {top:-20px !important;}
h1.profil_user { margin: 5px 0 !important; }
div.infos_user { line-height: 2px; }
div.infos_user h2,.infos_user_profil h2 { margin: 0px 5px 5px !important; }

/*FRIENDS*/
ul.sidebar ul.subnav {
  overflow: hidden;
  margin:5px 0 5px 30px;
  padding: 0;
}
ul.sidebar ul.subnav li {
  border-left:2px solid #738799;
  margin:0 !important;
  padding: 3px 5px;
}
li.friend_group {
  /* background:url("/images/vac/friends/ico_group-work.png") no-repeat scroll 0 5px transparent; */
  list-style: none outside none;
  padding: 50px 0 0 50px;
}
li.friend_nogroup {
  background:url("/images/vac/friends/ico_group-family.png") no-repeat scroll 0 5px transparent;
  list-style: none outside none;
  padding: 50px 0 0 50px;
}
span.nb_member_group {display:block;text-align:right;color:#7a1132;font-weight:bold;}
div.pagination { clear: both; padding: 10px; text-align: center; }
div.pagination a {margin: 5px; }
ul.sidebar ul.subnav li a { text-decoration: none; }
ul.subnav li.active { background-color: #dbdbdb; }
div#search_friends input#search_query {  float: left;  margin-top: 0;  width : 462px; }
#form_search_friend { margin:5px 0px; }
div.search_result {
  background-color:#F0ECE9;
  /*height:107px;	*/
  height: auto;
  margin:10px 8px;
  width:340px; }
div.search_result_img {
  background:url("/images/vac/friends/bg_ico_friend.png") no-repeat scroll 0 0 transparent;
  /*height:93px;*/
  height: auto;
  margin:5px 10px;
  padding:19px 8px;
  width:69px;
}
.search_result h3 a {
  color: #7a1132;
  background-color:#DBDBDB;
  border-bottom:1px solid #1F4463;
  display:block;
  margin-left:90px;
  margin-right:15px;

  height: auto;
}
.search_result h3 { display: inline; margin:0; }
li.invite_lunch { list-style-image: url('/images/vac/friends/bt_friends_invite-lunch.png'); }
li.invite_friend { list-style-image: url('/images/vac/friends/bt_add_friends.png'); }
li.invite_lunch,li.invite_friend { font-size: 13px; margin-left: 90px; }
ul li.invite_lunch a, ul li.invite_friend a { position:absolute; text-decoration:none; }
ul.profile_list { list-style: none; }
#profil_show_friend_status { font-size:13px;margin:10px 0 0 440px;text-align:left;}
#profil_show_friend_status img {vertical-align: middle; margin: 0 5px;}
form#friend_group_create_form input[type="image"] {vertical-align: middle;}
.profile_link { color: #000 !important; text-decoration: none; }
.profile_link:hover { color: #1F4463 !important; }
.resquest_contact_wait .picture_user { background-color:#FFFFFF; height:109px; margin-right: 15px; width:94px; }
.picture_user { background-color:#FFFFFF; margin-right: 15px;}
.picture_user img { margin:5px 7px; }
.infos_user_profil h2 { background-color:#D6D6D6; border-bottom:1px solid #1F4463; padding-left: 5px; width: 380px;}
.infos_user_profil p { color: #7a1132; font-weight: bold; margin:5px 0; padding-left: 10px;}
.infos_user_profil ul { list-style: none; margin: 20px 10px; }
.request_contact .friend_status_under_wait { margin-left: 30px; }
.resquest_contact_wait { margin: 5px 0px;  position: relative; width: 50%; }
.resquest_contact_wait h4 { left:105px;position:absolute;top:5px; }
.resquest_contact_wait h4 a { color: #7A1133; }
.resquest_contact_wait .picture_user { position: relative; z-index: 2; }
.resquest_contact_wait div.waiting_answer { background-color: #A9A9A8;color:#1F4463;height:56px;left:80px;position:absolute;top:50px;width:233px; }
.waiting_answer span { display: block; margin: 20px 0 0 20px;  }
#friend_group_create { font-weight: bold; text-align: center; }
.back_profil {list-style:none;}
.invite_profil select {display:block;margin:35px auto;}
/*EVENT*/
ul.event_list { line-height: 20px; list-style:none outside none; margin:0; }
div.event_logo_resto { height:107px; overflow:hidden; text-align:center; width:180px;}
div.users_infos { margin-right:5px; text-align:center; width:120px;}
div.users_infos_img { background:url("/images/vac/friends/bg_ico_friend.png") no-repeat scroll 70% 0 transparent;text-align:center;width:100px; height:90px; }
p.status_invitation { text-align:justify; white-space: nopre;}
div.event_infos {border-left:1px solid #718596;color:#1F4463;font-weight:bold;padding-left:10px;}
.event_infos .centered { margin-top: 25px;width:380px; }
.event_infos .centered p {display:block;text-align:center;margin:auto;}
.event_infos .centered a { margin-left:10px;  }
.event_infos .centered img { background-color:#EBE7E3; }
h2.events_friends { display:inline; margin-right:135px; }
#breadcrum_event {font-weight: bold;}
.step {  color:#FFFFFF;  height:25px;  margin-left:20px;  margin-top:10px;  position:relative; }
div.step div.active,div.step div.next,div.step div.passed { margin-right:2px;position:relative;z-index:2; }
div.step div.active img,div.step div.next img,div.step div.passed img { left:-11px;position:absolute;top:-7px;z-index:-2; }
/*TRACKER AVEC TICK*/
img.tick_tracker {
  margin:7px -15px 0 7px !important;
  position:relative !important;
  z-index:10 !important;
}


span.step_description_1 { margin-left:17px !important; }
span.step_description_2 { margin-right: 155px !important; margin-left:40px !important; }
div.step_description { color: #464646; font-size:11px;}
div.step_description span {margin-left:10px; margin-right:100px; }
div.step span { margin: 0 10px;}
div.step span.active,div.step div.active { color: #1f4463; }
div.step span.passed, div.step span.next { color: #fff; }
span.status_nb_invitation {margin-left:5px;}
div.event_infos a.event_link_passed,
div.event_infos a.event_link_future {font-size:19px;}
p.status_invitation > a.event_link_passed,
p.status_invitation > a.event_link_future {font-size:1em;}
p.status_invitation img {background-color: #EBE7E3;}
/*EVENT STEP1*/
form#event_step1 label { float:none;}
form#event_step1 select { margin-bottom: 15px; }
form#event_step1 label.event_label { display: block; float: left; }
form#event_step1 input[type="text"] { width: 350px; }
#event_step1 input[type="image"] {margin:0 10px -7px;}
.event_info_resto {margin:7px 0 0 7px;;}
#event_step1_resto_infos ul {list-style:none; margin: 10px 0;}
a.event_next_step { display: block; margin-top: 10px; text-align: center; }
/*EVENT STEP2*/
table#event_form tbody tr th,table#event_form tbody tr td,table#event_form tfoot tr td,
table#event_form_invitations tbody tr th,table#event_form_invitations tbody tr td,table#event_form_invitations tfoot tr td { background-color: #ebe7e3 !important; border:none !important; }
table#event_form tbody tr th {border-bottom:none !important;}
table#event_form tbody tr td { border-bottom: 1px solid #ae9e91 !important; padding: 10px !important;}
table#event_form tbody tr td ul  { list-style: none; margin: 0 !important; }
table#event_form tbody ul li input { margin: 10px 0 !important; width: 16px !important;}
table#event_form tbody tr td.noborder { border-bottom: none !important;}
table#event_form tbody tr th {margin-top:0; padding-left:60px; }
table#event_form tbody tr th.calendar {background:url("/images/vac/navigation_icons_medium/calendar.png") no-repeat scroll 5px 10px transparent; }
table#event_form tbody tr th.mode {background:url("/images/vac/navigation_icons_medium/command-mode.png") no-repeat scroll 5px 10px transparent; }
#event_form tbody tr th.edit {background:url("/images/vac/navigation_icons_medium/edit.png") no-repeat scroll 5px 40px transparent; }
#event_form tbody tr th.privatization {background:url("/images/vac/navigation_icons_medium/privatization.png") no-repeat scroll 5px 41px transparent; }
#event_form tbody tr th.name {background:url("/images/vac/navigation_icons_medium/review.png") no-repeat scroll 5px 7px transparent; }
form.create_event a,form.events_invitations a { display:block; float:left; margin-left:25%; margin-right:40px; margin-top:40px;}
form.create_event input[type="image"],form.events_invitations input[type="image"] { margin-top:20px; }
form.create_event input[type="image"].modify {margin:35px 0 0;}
/*EVENT STEP3*/
#event_form_invitations ul  { list-style: none; margin: 5px 0 !important; }
p.alignleft { text-align: left; }
form.events_invitations div { clear: none;}
form.events_invitations label {width:250px;}
div.users_infos_event a {display:inline;float:none;margin:0;}

select#event_group_list {float:right;margin:0 10px;}
select#event_group_list + h3 {clear:none;margin:0 0 10px 5px;}
p.selection_invited {margin:20px 0 0;}

/*EVENT DETAIL*/
#event_command,#event_invitation_answers, .list_invites { clear:both; }
#event_restaurant_gmap,
#event_controls {float:left;}
#event_description {font-size:12px;font-weight:bold;}/*IL Y A PAS QUE LA DIV QUI A CET ID ...*/
div#event_description {width:500px !important; margin-bottom: 40px;text-align: justify;}
#event_controls a {display:block;margin:0 20px 20px;text-decoration:none;}
#event_controls a img {margin-right: 10px;}
#event_controls span.cancelled,#event_command span {display:block;width:230px;}
#event_controls span.cancelled img {float:left;margin-left:15px;}
#event_controls span.cancelled a {padding-top:14px;}
#checkout_at_warning {color:red;padding:20px 0 0;text-align:justify;}
.checkout_at_warning {font-weight:bold;}
#event_command span {font-weight:bold;width:auto;}
#event_invitation_answers span {margin-left: 20px;}
#event_invitation_answers a {margin-bottom: 0;}
#event_invitation_answers a img {margin-right: 5px;}
.nb_invite {margin:10px;}
.nb_invite .invited {background:url('/images/vac/events/brd_btn_step_accept.png') no-repeat scroll -3px -3px transparent;}
.nb_invite .waiting {background:url('/images/vac/events/brd_btn_step_wait.png') no-repeat scroll -3px -3px transparent;}
.nb_invite .refused {background:url('/images/vac/events/brd_btn_step_refused.png') no-repeat scroll -3px -3px transparent;}
.nb_invite .invited,.nb_invite .waiting,.nb_invite .refused {margin-right:10px;}
.nb_invite span {color:#FFFFFF;display:block;font-weight:bold;height:30px;padding:7px;text-align:center;width:15px;}
.nb_invite span.number {width: 60px;}
.list_invites ul {overflow:hidden;}
.list_invites ul li {background-color:#fff;list-style:none;width:59px;height:68px;position: relative;margin:10px;}
.list_invites ul li img.photo,.list_invites ul li img.check {position: absolute;}
.list_invites ul li img.photo {left:4px;top:2px;}
.list_invites ul li img.check {left:40px;top:44px;}
#event_messages_form #event_message_message {width:680px;}
#event_messages_form label {width:auto;}
#comment_list span a {text-decoration: none;}
#comment_list p.comment_body span {font-weight: bold; }
#comment_list p.comment_head span {color:#1F4463;}
.event_command_can_order {padding:15px 0 10px;}
/*AVIS RESTAURANT*/
.pagination_desc {margin: 10px 0 15px;}
span.avis_note_restaurant {margin-left: 10px;}
span.avis_note_restaurant img {vertical-align: middle;margin-right: 5px;}
table.restend_review_table {margin-top: 15px;}
table.restend_review_table thead th {border-bottom: 1px solid #fff;}
table.restend_review_table tr { text-align:center;}
table.restend_review_table tr td.avis {text-align: left;}
table.restend_review_table tr td.note {width: 60px;}
table.restend_review_table tr td.note-restaurant {width: 100px;}
table.restend_review_table tr td {border-bottom:10px solid #ccc2b9}
.notation {background-color: #fff;padding: 10px 0;margin: 40px 10px 20px; }
h4.review_restaurant,h4.review_commands {color: #000;margin-top: 60px;}
h1.review_restaurant a ,h1.review_commands a {text-decoration: underline;}

p.price-help-matrix {font-style:italic;margin-top: 50px;}

/*loginbox*/
p#list_address_current span {color: #fff; margin-right: 5px}
/*ALERT MENU*/
.alert {
  background-image:url("/images/vac/navigation_icons_big/info_menu.png");
  background-repeat:no-repeat;
  height:60px;
}

.alert-menu {
  background-image:url("/images/vac/navigation_icons_big/alert_menu.png");
  background-repeat:no-repeat;
  height:60px;

}
.alert p {color:#363636;}
.alert-menu p {color: #ff0000;}
.alert p, .alert-menu p  {
  margin-left:75px;
  text-align:justify;
  font-size: 14px;
}
/*img curiocite*/
#resto_curiocites a img {width: 205px;}
/*MENU LOGIN*/
#menulogin {padding-left:5px;}
#menulogin_img {float: left;}
#menulogin,#menulogin_img {
  margin:0;
  padding:0;
  width:280px;
}
#profile_photo_file {width: 250px;}
/*privatisation*/
.home_privatisation {margin: 10px;}
.home_privatisation a img {width: 474px; height: 239px;}
div.privatisation h2 {display: inline;}
div.privatisation span {display:block;margin:6px;color: #1f4463;font-weight: bold;}
div.privatisation span.detail {display:block;float:right;text-align:right;}
/*FAVORIS*/
form #favorite_address p {text-align: left; margin: 0;padding: 3px 0;}
#favorite p {margin: 0;}
fieldset#favorite_address,fieldset#favorite {clear:none;}
fieldset#favorite_address label,fieldset#favorite label {width: auto; margin-right: 10px;}
fieldset#favorite_address img {margin:-5px 5px 0 15px;}
.favorite_bag {float: left;padding-top:50px;;padding-right:10px;width:100px;}
.favorite_bag p {margin: 0; padding: 0;}
table#fav_icons_list {background-color:transparent;border-spacing:4px;color:#000000;margin:0;padding:0;text-align:center;vertical-align:middle;width:auto;  }
table#fav_icons_list input {margin:0; padding: 0;}
table#fav_icons_list tr td {padding:5px 0;width:200px;}
.address_favorite {display: inline;}
/******************************/
/**********TEMPORAIRE**********/
/******************************/
span.a_modifier { color:red; font-weight:bold }
div.marginneg { margin-left: -56px; }

/*NAVIGATION*/
form.navigation_form {
  float:right;
  margin:3px 0;
  width:190px;
  padding: 0 10px;
}
form.navigation_form input {margin:7px 0;padding:3px 5px;}
form.navigation_form input[type="image"] {vertical-align: middle;}
form.navigation_form select {padding: 0;}

/**** Ajouté par Bastien, pour temporaire aussi ***/
form .help { clear:none; font-size: 80%; }
#matrix-loader {vertical-align: super;}

/*REVIEW INDEXSUCCESS*/
.command_review {width: 220px; height: 220px; margin: 10px 4px 5px;text-align: center;position: relative;}
.command_review p {bottom:0;color:#363636;font-size:12px;font-weight:bold;position:absolute;text-align:center;width:200px;}
.command_review_note {width: 232px;margin: 0 3px 10px;}
.command_review_note a {color: #363636;font-size: 14px; font-weight: bold;margin-left: 5px;}
a.all_review {display:block;margin:15px 0;text-align:right;}
div.last_review_command {min-height: 80px;}
div.last_review_command img {margin: 15px 10px;}
.last_review_command p {float: left;color:#363636;font-weight: bold;margin: 0;padding: 8px 0;}
.last_review_command p span {color: #7A1133;}
p.description_review {float: none;text-align: left;padding: 0;}
.note_review {height:40px;}
div.last_review_command .note_review img {margin: 5px 0;}
.last_review_command form {clear: none; float: left;margin:0;padding:0;}