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

body{
	width: 850px;
    margin: auto;
	background-image: url("http://www.makisu.ca/images/bg.jpg");
	font-family: Lucide Bright, Lucida Sans Unicode, Lucida Grande, sans-serif;
}

img{
	border: 0px;
}

/*------------------------------------Header------------------------------------*/
#header{
	margin-top: 50px;
	height: 240px;
    width: 850px;
    background-image: url("http://www.makisu.ca/images/header.png");
    background-repeat: no-repeat;
}

#menu{
	padding: 150px 25px 0px 25px;
    width: 800px;
    height: 60px;
}

.elementMenu{
	float: left;
	height: 60px;
    padding-left: 1px;
}

.elementMenuDebut{
	float: left;
	width: 46px;
    height: 60px;
}

.elementMenuFin{
	float: left;
	width: 45px;
    height: 60px;
    padding-left: 1px;
}

/*------------------------------------Content------------------------------------*/
#content{
	overflow: hidden;
	width: 850px;
    background-image: url("http://www.makisu.ca/images/bgContent.png");
    background-repeat: repeat-y;
}

#wrapContent{
	background-image: url("http://www.makisu.ca/images/headerContent.png");
    background-repeat: no-repeat;
	overflow: hidden;
	width: 800px;
    margin: 0px 25px 0px 25px;
}

#textContent{
	background-image: url("http://www.makisu.ca/images/footerContent.png");
    background-repeat: no-repeat;
    background-position: bottom;
	overflow: hidden;
	width: 800px;
    padding-bottom: 20px;
}

.colonne240{
	float: left;
	width: 240px;
    margin-left: 20px;
}

.colonne500{
	float: left;
	width: 500px;
    margin-left: 20px;
}

.colonne760{
	clear: both;
	width: 760px;
    margin-left: 20px;
}

.imgVignettes{
	padding-top: 20px;
}

h1{
	font-size: 20px;
    font-family: Lucide Bright, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #a39e34;
    font-weight: normal;
    padding-top: 20px;
    margin: 0px;
}

h2{
	font-size: 16px;
    font-family: Lucide Bright, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #252525;
    padding-top: 20px;
    margin: 0px;
}

.colonneP{
	font-size: 14px;
    font-family: Lucide Bright, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #4a4a4a;
    padding: 20px 0px 0px 0px;
    text-align: justify;
}

.colonneP a{
	text-decoration: none;
	color: #4a4a4a;
}

.colonneP a:hover{
	color: #cfcfcf;
}

.right{
	text-align: right;
}

#imgGrande{
	margin-bottom: -3px;
}

.elementMenus{
	margin-top: 20px;
	width: 500px;
}

.titreMenus{
	float: left;
	width: 400px;
	font-size: 16px;
    font-family: Lucide Bright, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #4a4a4a;
}

.descMenus{
	clear: both;
	width: 400px;
	font-size: 12px;
    font-family: Lucide Bright, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #6c1413;
    text-align: justify;
}

.prixMenus{
	font-size: 14px;
	float: right;
	width: 100px;
    font-family: Lucide Bright, Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #4a4a4a;
    text-align: right;
}

input.xText, textarea.xText, input.xButton {
	border: 1px solid #CFCFCF;
	padding: 4px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 200px;
	background-position: top;
	font-weight: bold;
}

textarea.xText {
	width: 300px;
	font-weight: normal;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

input.xButton {
	height: 38px;
	width: 235px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #999;
}

input.xButton:hover {
	color: #333;
}

/*------------------------------------Footer------------------------------------*/
#footer{
	clear: both;
	height: 135px;
    width: 850px;
    background-image: url("http://www.makisu.ca/images/footer.png");
    background-repeat: no-repeat;
}

#copyrights{
	padding-top: 45px;
    text-align: center;
    font-size: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #4a3735;
}

#copyrights a:link {
	color: #5D5D5B;
	text-decoration: none;	
}

#copyrights a:visited {
	color: #5D5D5B;
	text-decoration: none;	
}

#copyrights a:hover {
	color: #9F9F9F;
	text-decoration: none;	
}
