#txtDeco{
	position : relative;
}
#contenu #txtDeco .sous_titre{
	position : absolute;
	top : 10px;
	left : 36%;
}

#txtDeco #cadre_G{
	background : url(../../images/carte_G-trans.png);
	width : 396px;
	height : 260px;
	float : left;
	margin-top : -14px;
}

#txtDeco #cadre_D{
	background : url(../../images/carte_D-trans.png);
	width : 402px;
	height : 260px;
	float : left;
	margin-top : -14px;
}

#txtDeco h3{
	color : #92100F;
	margin : 18px 0 0 26px;
	font-size : 1.3em;
}

#txtDeco h3.surcommande{
	color : #92100F;
	margin : 0px 0 0 26px;
	font-size : 1.3em;
}

#txtDeco h4{
	color : #92100F;
	margin : 10px 0 0 26px;
	font-size : 1.2em;
}
#txtDeco table{
	font-size : 0.92em;
	text-indent : 0;
	margin : 8px 44px 4px 24px;
	color : #000;
}

#txtDeco table.dessert_carte{
  margin : 1px 44px 1px 24px;
}

#txtDeco table.surcommande{
	font-size : 0.92em;
	text-indent : 0;
	margin : 0px 44px 4px 24px;
	color : #000;
}

#txtDeco table tr td{
  vertical-align : bottom;
  padding : 0;
}
#txtDeco table tr td.intitule{
  vertical-align : bottom;
  padding : 0 8px 0 16px;
  background : url(../../images/puce.gif) no-repeat 2px 5px;
}

#txtDeco table.surcommande tr td.intitule{
  vertical-align : bottom;
  padding : 0px;
  background : none;
}



#sous_menu{
	float : right;
	width : 150px;
	margin-right : 10px;
}
#sous_menu h4{
  margin : 40px 0 5px 0;
  font-size : 1.0em;
}
#sous_menu p{
  margin : 0;
  color : #fff;
  padding : 0;
  background : 0;
  text-align : right;
}
#sous_menu ul{
	width : 150px;
	margin : 0;
	padding : 0;
	list-style-position : inside;
}
#sous_menu ul li a, #sous_menu ul li{
	color : #FFF9D1;
	text-decoration: none;
	margin : 10px 0;
}
#sous_menu ul li a:hover, #sous_menu ul li.current a{
	color : #AFA981;
}
