@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-family: Lucida Bright, Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-image: url("http://www.sakurachi.com/images/bg.jpg");
}

img{
	border: 0px;
}

a{
	text-decoration: none;
    color: #000;
}

a:hover{
	color: #aca289;
}

#degrade{
	width: 100%;
	margin: 0px;
	background-image: url("http://www.sakurachi.com/images/bgDegrade.png");
    background-repeat: repeat-x;
	background-position: top;	
}

#wrap{
	width: 940px;
    margin: auto;	
}

/*------------------------------------Header------------------------------------*/
#top{
	width: 940px;
    height: 114px;
    background-image: url("http://www.sakurachi.com/images/top.png");
    background-repeat: no-repeat;
}

#header{
	width: 940px;
    height: 360px;
}

#flash{
	position: relative;
	float: left;
	width: 450px;
    height: 360px;  
    background-color: #FFF;
}

#logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
    height: 360px;
	background-image: url("http://www.sakurachi.com/images/logo.png");
    background-repeat: no-repeat;
}

#ombre{
	float: left;
	width: 20px;
    height: 360px;
    background-image: url("http://www.sakurachi.com/images/ombreLogo.png");
    background-repeat: no-repeat;
}

#ombre2{
	float: left;
	width: 20px;
    height: 360px;
    background-image: url("http://www.sakurachi.com/images/ombreImage.png");
    background-repeat: no-repeat;
}

#image{
	float: left;
	width: 450px;
    height: 360px;
    overflow: hidden;
}

/*------------------------------------Content------------------------------------*/
#menu{
	clear: both;
    width: 940px;
    height: 80px;
    background-image: url("http://www.sakurachi.com/images/menu.png");
    background-repeat: no-repeat;
}

#menuBox{
	margin: auto;
	padding-top: 30px;
    width: 725px;
}

.elementMenu{
	margin: 0px 10px 0px 10px;
    font-size: 16px;
    float: left;
}

#content{
	width: 940px;
    background-image: url("http://www.sakurachi.com/images/bgContent.png");
    background-repeat: repeat-y;
    overflow: hidden;
}

#page{
	width: 800px;
    margin: 20px 0px 0px 70px;
}

.columnFull{
	clear: both;
	width: 760px;
    margin: 0px 0px 20px 20px;
}

.column240{
	float: left;
    width: 240px;
    margin: 0px 0px 20px 20px;
}

.column500{
	float: left;
    width: 500px;
    margin: 0px 0px 20px 20px;
}

p{
	width: 100%;
    font-size: 14px;
    margin: 0px 0px 20px 0px;  
    text-align: justify;
}

h1{
	font-size: 16px;
    margin: 0px 0px 20px 0px; 
}

h2{
	font-size: 15px;
    margin: 0px 0px 20px 0px; 
    color: #831717;
}

.vignettes{
	width: 238px;
    height: 98px;
    border: 1px solid #393939;
    margin-bottom: 20px;
}

li{
	font-size: 14px;
    list-style-type: none;
    font-weight: bold;
    margin-bottom: 20px;
}

li a{
	color: #000;
}

li a:hover{
	color: #831717;
    margin-left: 10px;
}

.menuItem{
	clear: both;
	width: 500px;
    margin-bottom: 20px;
}

.menuTitre{
	float: left;
    width: 400px;
    color: #831717;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.menuSoustitre{
	clear:both;
    width: 500px;
    font-size: 12px;
    text-align: justify;
}

.menuPrix{
	float: left;
    width: 100px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.descCat{
	width: 520px;
    margin-bottom: 15px;
	color: #831717;
    font-size: 12px;
}

/*------------------------------------Footer------------------------------------*/
#footer{
	width: 940px;
    height: 114px;
    background-image: url("http://www.sakurachi.com/images/footer.png");
    background-repeat: no-repeat;
    background-position: top;
}

#copyright{
	text-align: center;
    font-size: 12px;
   	padding-top: 50px;
   	color: #6F6C68;
}
