body{
background-color: #f4ea7f;
/* color: #c98c0c; */
color: #e38e19;
font-family: Verdana;
font-weight: bold;
}

h1{
color: #ffb10f;
text-align: center;
font-size: x-large;
}

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

a:hover{
text-decoration: underline;
}

h1{
text-align: left;
font-size: x-large;
font-weight: normal;
}

td{
text-align: center;
padding: 4px;
border: thin solid #e38e19;	
}

#titre{
position: absolute;
top: 0px;
left: 50%;
margin-left: -390px;
width: 780px;
height: 145px;
background-repeat: no-repeat;
background: url('facade.jpg');
}

#all{
position: absolute;
width: 780px;
left: 50%;
margin-left: -390px;
top: 145px;
}

#top{
height: 28px;
background: url('top.jpg');
background-repeat: no-repeat;
}

#bottom{
height: 28px;
background: url('bottom.jpg');
background-repeat: no-repeat;
}

#contenu{
padding: 35px;
background: url('fond.jpg');
background-repeat: repeat-y;
}

.picture{
width: 220px;
height: 165px;
background: url('pic.jpg');
background-repeat: no-repeat;
text-align: center;
padding: 0px;
}

.picture:hover{
background: url('pic2.jpg');
}

.picture img{
border: none;
margin: 0px;
margin-top: 7px;
}

.picture a{
text-decoration: none;
}

#footer a{
color: #9F6809;
text-decoration: none;
}

#footer a:hover{
color: #D38D14;
}

#footer{
text-align: center;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
margin-top: 0px;
color: #9F6809;
}

#footer p{
margin: 0px 0px 0px 0px;
}