/* Paramètres généraux */
/* ------------------- */

html, body {
background-image: url(images/bg.png);
margin: 0px 0px 0px 0px;
font-family: Tahoma, Arial;
font-size: 12px;
color: #282828;
}

a img {border: 0 none;}
table {border-collapse : collapse;}

del { 
  color: red; 
  text-decoration: line-through;
  font-weight : normal  
} 
 
del span { 
  color: black; 
}

a, a:active, a:visited {
color: #282828;
font-size: 11pt;
text-decoration: none;
}

a:hover {color: #901408;}

.link, .link:active, .link:visited {
color: #282828;
font: bold;
font-size: 10pt;
text-decoration: none;
}

.link:hover {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}

.temp:hover {
color: #901408;
font-weight: bold;
text-decoration: underline;
}

.menus {font-size: 11pt;
		font-weight: bold;
		color: #901408;}

.det {font-size: 10pt;
	  color: #000000;}

.infos {font-size: 8pt;
		font-weight: bold;
		color: #282828;
		font-style: italic;
		text-align: center;}

.title {font-size: 12pt;
   	   	font-style: italic;
		font-weight: bold;
		color: #901408;}

.details_menu th {text-align: center;}

.details_menu td {font-size: 11px; padding:5px;}

.details_formule {font-size: 11px; padding:5px; text-align: center;}

.tb_vins {font-size: 12px; font-style: italic;}

div, div.a:hover{font-size: 11pt; color: #000000;}

.none, .none.a:hover {font-size: 11pt; color: #000000;}


/* Paramètres des div */
/* ------------------ */


#content {
  overflow: auto;
  width: 420px;
  height: 460px;
  padding: 10px;
}

#eve {
  width: 250px;
  height: 100px;
  margin-top: 350px;
  margin-right:75px;
  float:right;
  cursor: pointer;  
}

#form {
    background-color : #FFFFFF;
	display: none;  /* hidden */
    position: absolute;
    left:33%;
    top: 25%;
    width: 600px;
    height: 400px;
    z-index : 2;
    color : #000000;
    padding: 20px;
	}

#wait {
    display: none; /*  hidden */
    position: absolute;
	top : 0;
	left: 0;
    cursor : wait;
    width: 100%;
    height: 100%;
    z-index : 1;
    background-color: #FFFFFF;
	opacity : 0.1;
    filter : alpha(opacity=30);
	}



/* Paramètres spécifiques */
/* ---------------------- */



/* Paramètres des spry */
/* ------------------ */

