/*------------------style index-----------*/



body
{
background-color:#816D52;
background-image: url(http://www.cours-deco.com/images/fond.jpg);
background-repeat:no-repeat;
background-position:top center;
background-attachment:fixed;
color:#efe4c7;

}


#conteneur
{
width:450px;
height:410px;
background-color:#816D52;
margin:auto;
}

#contenu
{
padding-top:20px;
width:450px;
height:360px;
margin:auto;
background-color:#816D52;
text-align:center;
position:fixed;
}

.hidden
{
visibility:hidden;
}

#enter
{
text-align:center;
font-size:14px;
}

#footer
{
width:450px;
height:30px;
margin:auto;
margin-top:15px;
color:white;
text-align:center;
font-size:12px;
}


a
{
text-decoration:none;
color:#efe4c7;
font-size:16px
}

a:hover
{
text-decoration:underline;
color:#efe4c7;
font-size:16px;
}
