
#smallImage{
	width:60px;
    border: #ffd394 1px solid;
}
#bigImage{
	width:350px;
    border: #ffd394 2px solid;
}
.sideImage{
	margin-top:25px;
	padding:10px;
}
body {
    background-color: #FFEBB5;
    text-align:center; /*center for ie*/
}
#bodyvins {
    background-color: #DBD0B4;
    text-align:center; /*center for ie*/
}
#bodythemes {
    background-color: #DBCBB2;
    text-align:center; /*center for ie*/
}
/*center the whole layout*/
#home {
    width:900px;
    height:580px;
    margin:auto;
    text-align:left; /*re-set text to left*/
    font-family:Garamond, Helvetica, sans-serif;
    color:#000000;
    text-align:center;
    background-image:url(images/home.gif);
    background-repeat:no-repeat;
    background-position:200 100;
}
#homecontent {
	position:relative;
	width:715px;
    background-image:url(images/home.gif);
    background-repeat:no-repeat;
    background-position:160 30;
}
#vins {
    width:1000px;
    height:1600px;
    margin:auto;
    text-align:left; /*re-set text to left*/
    font-size:80%;
    font-family:Garamond, Helvetica, sans-serif;
    color:#000000;
    background-image:url(images/vins.gif);
}
#vinscontent {
	position:relative;
	top:150px;
	left:180px;
	width:800px;
}
#menus {
    width:1000px;
    height:1600px;
    margin:auto;
    text-align:left; /*re-set text to left*/
    font-size:100%;
    font-family:Garamond, Helvetica, sans-serif;
    color:#000000;
    background-image:url(images/menus.gif);
}
.sizefont{
    font-size:90%;
	}
#menus2 {
    width:1000px;
    height:1100px;
    margin:auto;
    text-align:left; /*re-set text to left*/
    font-size:100%;
    font-family:Garamond, Helvetica, sans-serif;
    color:#000000;
    background-image:url(images/menus2.gif);
}

#menuscontent {
position:relative;
top:300px;
left:180px;
width:800px;
}
#themes {
    width:900px;
    height:515px;
    margin:auto;
    text-align:left; /*re-set text to left*/
    font-size:100%;
    font-family:Garamond, Helvetica, sans-serif;
    color:#000000;
    background-image:url(images/themes.gif);
}
#themescontent {
position:relative;
top:250px;
left:100px;
width:400px;
}
#cartevin {
position:relative;
top:-345px;
left:470px;
    font-size:90%;
}
#cartemenu {
position:relative;
top:-230px;
left:30px;
    font-size:90%;
}
td{
	text-align:center
	}
#footer {
    background-image:url(images/footer.gif);
    width:900px;
    height:97px;
}
#lien{
	font-size:80%;
	text-align:right;
	}
#footert {
    position:relative;
    top:0px;
    margin-left:0px;
    background-image:url(images/footer.gif);
    width:920px;
    height:97px;
}
#images {
width:800px;
height:800px;

}



/*______________ links ______________*/

a:link, a:visited {
    color:#000000;
    text-decoration:none;
}

a:hover, a:active {
    color:#AAAAAA;
    text-decoration:underline;
}
