
*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* Font */
	font-family: 'Roboto Condensed', sans-serif;
	color: #605e57;
}

html,body
{
	height: 100%;
	min-height: 100%;
	min-width: 960px;
}

a:active,
a:focus
{ 
	outline: none; 
}

hr
{
	margin: 20px 0px 20px 0px;
	border: 1px solid #eee;
}

.accueil_logo
{
	padding-top: 200px;
	text-align: center;
	width: 100%;
}

.nav
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 54px;
	width: 100%;
	min-width: 960px;
	background: #1e1e1e;
	text-align: center;
}
.nav a
{
	display: inline-block;
	height: 54px;
	line-height: 54px;
	width: 130px;
	text-align: center;

	/* Font */
	color: #f4e8d5;
	text-decoration: none;
    font-size: 14px;
}
.nav a:hover
{
	/* Font */
	text-decoration: underline;
}
.nav a img
{
	float: left;
}
.nav a.logo
{
	background-image: url('/assets/images/laprunelle-logo-menu.png');
	background-repeat: no-repeat;
	background-position: center 10px;
}
.nav a.logo,
.nav a.info
{
	/* Font */
	text-decoration: none;
}
.nav a.social
{
	height: 15px;
	width: 40px;
}

.order
{
	position: fixed;
	top: 54px;
	height: 54px;
	line-height: 52px;
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #1e1e1e;

	text-align: center;
}
.order .button
{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	color: #fff;
	background-color: #41d79d;
	cursor: pointer;
	text-decoration: none;
}
.order .button:hover
{
	text-decoration: underline;
}

.top
{
	width: 100%;
	min-width: 960px;
	height: 50%;
	min-height: 500px;
	padding-top: 164px;
}
.bottom
{
	width: 100%;
	min-width: 960px;
	height: 50%;
	min-height: 500px;
	border-top: 18px solid #1e1e1e;
	background-color: #fff;
}

.infos
{
	overflow: hidden;
	width: 670px;
	height: 390px;
	margin: 0 auto;
	background: #fff;
}
.infos .left
{
	float: left;
	width: 32%;
	border-right: 1px solid #605e57;
}
.infos .left a
{
	/* Font */
	text-decoration: none;
}
.infos .left a:hover
{
	/* Font */
	text-decoration: underline;
}
.infos .left.big
{
	line-height: 80px;
	padding-left: 55px;

	/* Font */
	font-size: 28px;
}
.infos .left.small
{
	padding-left: 55px;
	padding-top: 20px;
}
.infos .right.noborder
{
    padding: 15px 0 0 20px;
}
.infos .bold
{
    font-weight: 700;   
}
.infos .right
{
	float: right;
	width: 68%;
	font-size: 16px;
    line-height: 19px;
}
.infos .right p{
    font-size: 16px;
    margin-bottom: 5px;
}
.infos .right.small
{
	padding: 15px 0 15px 20px;
    border-bottom: 1px solid #605e57;
}
.infos .right.small span
{
    margin-left: 20px;    
}
.news_all
{
	overflow: hidden;
	width: 945px;
	margin: 164px auto;
}
.news
{
	padding: 30px;
	overflow: hidden;
	width: 700px;
	margin-bottom: 10px;
	background-image: url('/assets/images/atelier-texture-beige.png');
	background-repeat: repeat;
}
.news .img
{
	width: 240px;
	overflow: hidden;
	float: left;
}
.news .img img
{
	float: left;
}
.news_all .toc
{
	width: 222px;
	float: right;
}
.toc a
{
	/* Font */
	font-size: 14px;
	color: #605e57;
	text-decoration: none;
}
.toc a:hover
{
	/* Font */
	text-decoration: underline;
}
.news_all .toc .in
{
	padding: 30px;
	/*position: fixed;*/
	width: 222px;
	background-image: url('/assets/images/atelier-texture-beige.png');
	background-repeat: repeat;
}

.news .content
{
	margin-left: 270px;
}
.news_title
{
	padding-bottom: 20px;

	/* Font */
	font-weight: 700;
	font-size: 18px;
	color: #605e57;
	text-transform: uppercase;
}
.toc .news_title
{
	border-bottom: 2px solid #dcdad3;
	margin-bottom: 15px;
}
.news .content .title
{
	border-top: 2px solid #dcdad3;
	border-bottom: 2px solid #dcdad3;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;

	/* Font */
    font-weight: 700;
	font-size: 15px;
	color: #605e57;
	text-transform: uppercase;
}
.news .content .date
{
	margin-top: 5px;

	/* Font */
	font-size: 14px;
	color: #605e57;
	text-transform: uppercase;
}
.news .content p
{
	margin-top: 20px;

	/* Font */
	color: #605e57;
	font-size: 14px;
}
.marge{ 
    display: block;
    height: 12px;
}
.menu_all
{
	overflow: hidden;
	width: 945px;
	margin: 134px auto;
}
.menu_tabs
{
	height: 30px;
}
.menu_tabs .menu_tab
{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 150px;
	background-image: url('/assets/images/atelier-texture-beige-fonce.png');
	background-repeat: repeat;

	/* Font */
	text-align: center;
	color: #5f5d56;
	font-size: 14px;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.menu_tabs .menu_tab.on
{
	background-image: url('/assets/images/atelier-texture-beige.png');
}
.menu
{
	overflow: hidden;
	width: 100%;
	padding: 30px;
	padding-bottom: 20px;
	background-image: url('/assets/images/atelier-texture-beige.png');
	background-repeat: repeat;
}
.menu.black{
    background: #1e1e1e;    
}
.menu .col
{
	float: left;
	width: 275px;
	margin-right: 30px;
}
.menu .col2
{
	float: left;
	width: 50%;
}
.menu .col.last
{
	margin-right: 0px;
}
.menu .title
{
	padding-bottom: 30px;

	/* Font */
	
	font-size: 18px;
	color: #605e57;
	text-transform: uppercase;
}
.menu.black .title{
    color: #f7f5ec;    
}
.menu .col2 .item
{
	width: 350px;
	align: center;
	margin: 10px auto;
	margin-top: 0px;
}
.menu .col2 .item.noborder
{
	border: 0px;
}
.menu .col2 p
{
	/* Font */
	text-align: center;
}
.menu .item
{
	border-bottom: 2px solid #dcdad3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.menu.black .item{
    border-bottom: none;    
}
.menu p
{
	/* Font */
	color: #605e57;
	font-size: 14px;
    text-transform: uppercase;
}
.menu p.desc_en{
    font-weight: 300;
    font-style: italic;
    text-transform: none;
}
.menu p.prix
{
	padding-top: 10px;

	/* Font */
}
.menu.black p{
    color: #b3b2aa;    
}
.reserve
{
	display: inline-block;
	align: center;
	margin: 0 auto;
}
.reserve-inner
{
    padding-top: 110px;
	text-align: center;
	width: 300px;
	height: 300px;
    background: url(/assets/images/cercle-promo-2.png);
	background-size: 100%;
}
.reserve-inner>p{ 
    color: #605e57;
    margin-bottom: 5px;
    text-transform: uppercase;
	width: 300px;
	margin: 0 auto;
}
.reserve-inner .ligne1{
    font-size: 22px;
    font-weight: 700;
}
.reserve-inner .ligne2{
    font-size: 36px;
    font-weight: 700;
}
.reserve-inner .ligne3{
    font-size: 17px;
    font-weight: 300;
}
/* eof */
