/* CSS Document */

html, body {
	background-image:url(../images/fond.jpg);
	background-color:#3d3028;
	background-repeat:repeat-x;
}
a{ color:#45392f;}
a:hover{color:#45392f;}
:focus{-moz-outline-style: none;}

h1{
	font-size:20px;
}

li{
line-height:25px;
}

div#structure{
width: 963px;
height: 1127px;
margin: 0 auto;
color:#000000;
}

div#header{
height: 184px;
background-image:url(../images/header.png);
}

div#menu{
height: 38px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
line-height:38px;
color:#45392f;
}

div#menu a{ color:#45392f; text-decoration:none;}
div#menu a:hover{ color:#fbf5eb; }

div#content{
min-height: 850px;
background-image:url(../images/repeat.png);
}

div#content-text{
min-height: 850px;
background-image:url(../images/content.png);
background-repeat:no-repeat;
padding:50px 90px 50px 50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#45392f;
}

div#footer{
height: 195px;
clear: both;
background-image:url(../images/footer.png);
background-repeat:no-repeat;
padding-left:50px;
padding-top:95px;
font-size:19px;
font-weight:bold;
color:#45392f;
}