/* ------------------------------*/
/* Corp et tableau principal  */
/* -----------------------------*/

body {
	background: #eee;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../img/bgBody.gif) ;
	background-repeat: repeat-x;
	font: 90% "Trebuchet MS", sans-serif;
	text-align: center;
  }

table {
	margin: 20px auto;
	border: 1px solid #000;
	border-collapse: collapse;
	width: 98%;
	padding: 0px;
	border-spacing: 0px;
  }

td {
	border: 1px solid #000;
	border-collapse: collapse;
	padding:0px;
	border-spacing:0px;
	color: #000;
	font-family: verdana;
	font-size: 12px;
  }
  
th {
	border: 1px solid #000;
	border-collapse: collapse;
	padding:0px;
	border-spacing:0px;
	color: #000;
	font-family: verdana;
	font-size: 12px;
}

/* ------------------------------- */
/* celulle du tableau principale */
/* ------------------------------- */

.td_bandeau_haut {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-color: #eee;
	color: #000;
	height: 120px;
}

.th_choix_boutique {
	background-color: #fff;
	color: #000;
	vertical-align:middle;
	text-align: center;
}

.td_chemin {
	background-color: #eee;
	color: #000;
	height:40px;
	text-align:center;
}

.td_menu {
  background-color: #eee;
  color: #000;
  width: 200px;
  text-align: center;
  vertical-align: top;
  }
  
.td_centrale {
	background-color: #FFF;
	color: #000;
	width: 80%;
	vertical-align: top;
  }
  
.td_pied {
	background-color: #eee;
	color: #000;
	text-align: center;
}

/* ------------------------------------------------------------ */
/* tableau boutique, caddie, ajout, ... de la cellule boutique */
/* ------------------------------------------------------------ */

table.boutique_tableau {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #EEE;
	width: 95%;
	text-align: center;
}

td.boutique_tableau {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #36459c;
  }
td.adresse_entr{
	text-align: left;
}

/* ------------------------------*/
/* 		LES LIENS	           */
/* -----------------------------*/

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  } 
            
a:hover {
  color: #880000;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  } 
  
#menu a{
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
  } 	

#menu a:hover{
	color: #880000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
  } 

/* -------------------------------------*/
/* MENU VERTICAL BOUTIQUE  */
/* ------------------------------------*/

dl, dt, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
margin: 0 auto;
}
dd {
margin: 0;
padding: 0;
list-style-type: none;
background-color: #eee;
}
#menu {
position: relative;
top: 0;
left: 0;
text-align: center;
}
dl#menu {
width: 15em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #fff;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: left;
background: #fff;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #88000;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;color:#880000;
}

h1{
	font-style: italic;
}
img {
	border: 0px;
}