@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(../img/bckgrd.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#entete_haut {
	background-image: url(../img/entete/haut_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#entete_fond {
	background-image: url(../img/entete/images/navig_fond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 104px;
}
#entete_milieu {
	height: 104px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#entete_navig {
	height: 104px;
	float: right;
}
#entete_navig ul {
	list-style-type: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#entete_navig ul li {
	float: left;
}
#entete_navig ul li a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 19px;
	padding-top: 85px;
	display: block;
	text-align: center;
	margin-left: 10px;
}
#entete_navig   ul li a.midi {
	background-image: url(../img/entete/images/navig_midi.jpg);
	width: 98px;
}
#entete_navig ul li a.midi:hover {
	background-image: url(../img/entete/images/navig_midi_over.jpg);
	width: 98px;
}
#entete_navig ul li a.soir {
	background-image: url(../img/entete/images/navig_soir.jpg);
	width: 83px;
}
#entete_navig ul li a.soir:hover {
	background-image: url(../img/entete/images/navig_soir_over.jpg);
	width: 83px;
}
#entete_navig ul li a.vins {
	background-image: url(../img/entete/images/navig_vins.jpg);
	width: 50px;
}
#entete_navig ul li a.vins:hover {
	background-image: url(../img/entete/images/navig_vins_over.jpg);
	width: 50px;
}
#entete_navig ul li a.restaurant {
	background-image: url(../img/entete/images/navig_restaurant.jpg);
	width: 116px;
}
#entete_navig ul li a.restaurant:hover {
	background-image: url(../img/entete/images/navig_restaurant_over.jpg);
	width: 116px;
}
#entete_navig ul li a.cour {
	background-image: url(../img/entete/images/navig_cour.jpg);
	width: 96px;
}
#entete_navig ul li a.cour:hover {
	background-image: url(../img/entete/images/navig_cour_over.jpg);
	width: 96px;
}
#entete_navig ul li a.salon {
	background-image: url(../img/entete/images/navig_salon.jpg);
	width: 86px;
}
#entete_navig ul li a.salon:hover {
	background-image: url(../img/entete/images/navig_salon_over.jpg);
	width: 86px;
}


#entete_navig ul li a.contact {
	background-image: url(../img/entete/images/navig_contact.jpg);
	width: 98px;
}
#entete_navig ul li a.contact:hover {
	background-image: url(../img/entete/images/navig_contact_over.jpg);
	width: 98px;
}
#corps {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#bas_logo {
}
#bas_logo img {
	float: left;
}
#bas_logo h1 {
	color: #A1959F;
	font-size: 14px;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#corps #bas_logo h1.ligne1 {
	padding-top: 50px;
}
#txt {
	clear: both;
}
#txt h1 {
	color: #A1959F;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1959F;
	margin-bottom: 10px;
}
#txt p {
	margin-bottom: 5px;
}

#txt a {
	color: #A296A0;
}
#txt  h6 {
	color: #A1959F;
	margin-bottom: 10px;
	font-size: 16px;
}

.carte {
	width: 980px;
	display: block;
	padding-bottom: 10px;
	margin-top: 20px;
}
#txt a {
	text-decoration: none;
}
#txt a:hover {
	color: #FFFFFF;
}

.carte_haut {
	background-image: url(../img/txt/carte_haut.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 37px;
	display: block;
}
.carte_haut ul {
	list-style-type: none;
	padding-left: 50px;
}
.carte_haut ul li {
	float: left;
}
.carte_haut ul li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/txt/carte_menu.jpg);
	display: block;
	height: 22px;
	width: 83px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.carte_haut ul li a:hover {
	color: #A1959F;
	background-image: url(../img/txt/carte_menu_over.jpg);
}
.carte_haut ul li a.actif {
	background-image: url(../img/txt/carte_menu_over.jpg);
}


.carte_bas {
	background-image: url(../img/txt/carte_bas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	clear: both;
}
.carte_milieu {
	background-image: url(../img/txt/carte_milieu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.carte_col_gauche {
	background-image: url(../img/txt/carte_col_gauche.jpg);
	padding: 10px;
	width: 460px;
	margin-left: 10px;
	float: left;
	background-repeat: no-repeat;
	min-height:320px;
}
.carte_col_droite {
	background-image: url(../img/txt/carte_col_droite.jpg);
	padding: 10px;
	width: 460px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	min-height: 320px;
}
.clear {
	clear: both;
}
.carte   h2   {
	color: #2D2729;
	font-size: 30px;
	padding-left: 153px;
	padding-top: 5px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.carte  h2  .lettrine   {
	color: #a8a9ad;
}
.carte  h3   {
	text-align: center;
	padding-top: 36px;
	font-size: 14px;
}
.carte h4 {
	padding-top: 15px;
	color: #312B2F;
	font-size: 14px;
	font-weight: bold;
}
.carte p {
	color: #312B2F;
}
#corps #txt .carte p {
	margin: 0px;
}

#pied {
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-bottom: 20px;
}
#pied a {
	color: #FFFFFF;
	text-decoration: none;
}
#pied a:hover {
	color: #CCCCCC;
}
.prix {
	float: right;
	width: 50px;
}
.prixh4 {
	float: right;
	width: 100px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.annee {
	float: right;
	width: 50px;
}
.taille {
	float: right;
	width: 50px;
}
#enfants {
	border: 1px solid #312B2F;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
#enfants h4 {
	margin: 0px;
	padding: 0px;
}
.flott-gauche {
	float: left;
	margin-right: 20px;
}
.flott_droite {
	float: right;
}
#form_contact {
	width: 400px;
	margin-left: 540px;
	background-color: #2D2729;
	padding: 10px;
}
.petit {
	font-size: 9px;
}
