@charset "UTF-8";
/* CSS Document */
/*
 * Author : Germain Guglielmetti
 * Company : ashorlivs
 * URL : www.ashorlivs.fr
 */

/*****************/
/* MISE EN FORME */
/*****************/

body {
	background:#521210;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
}
table, div, ul {
	font-size:.8em;
}

#contenu {
	color:#000;
	background:#FFF;
}


p.text {
	font-size:1.3em;
}
p {
	margin-bottom:15px;
	line-height:130%;
}



/* CARTE */
.carte-col2,
.carte-col1 {
	float:left;
}
.carte-col1 {
	margin-right:40px;
	margin-left:20px;
}

.carte-col1 table,
.carte-col2 table {
	font-size:1.3em;
	margin-top:5px;
	margin-bottom:40px;
}

.carte-col1 table td,
.carte-col2 table td {
	padding-bottom:3px;
}

.carte-col1 th,
.carte-col2 th {
	color:#56120f;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding-bottom:3px;
}
span.lettrine,
span.lettrine {
	font-size:1.3em;
}

.prix {
	color:#56120f;
}




/* MENUS */
table#menus {
	font-size:1.1em;
}
table#menus strong {
	color:#56120f;
}
table#menus h1 {
	font-size:1em;
	text-transform:uppercase;
	color:#56120f;
	margin:5px 0 15px 0;
}








/* VINS */
table#vins {
	font-size:1.1em;
}
table#vins strong {
	color:#56120f;
	font-weight:normal;
}
table#vins h1 {
	font-size:1em;
	text-transform:uppercase;
	color:#56120f;
	margin:5px 0 15px 0;
}




/* SALLE */
.salle-col1 {
	float:left;
	width:620px;
}
.salle-col2 {
	float:left;
	width:290px;
	font-size:1.1em;
}






/* MENTIONS */
.mentions {
	font-size:12px;
	line-height:120%;
}
.mentions h1 {
	font-size:13px;
	color:#56120F;
	font-weight:bold;
	padding-bottom:3px;
	text-align:left;
	text-transform:uppercase;	
}
.mentions h1.marge {
	margin-top:20px;
}
.mentions p {
	width:630px;
	text-align:justify;
}