@charset "utf-8";

/* Feuille de style CSS LINOTY.COM - Linoty Inc */

body
{
   margin: auto;
   width: 800px;
   background-image: url(images/design/fond.jpg);
   background-repeat: no-repeat;
   background-position: center top;
   background-color: #000000;
}


a
{
   text-decoration: underline;
   color: #999999;
}


a:hover
{
   text-decoration: none;
   color: #999999;
}


#header
{
   width: 800px;
   height: 110px;
}


#titre
{
   margin-left: 385px;
}


#corps
{
   width: 800px;
   margin-top: 50px;
   min-height: 400px;
}


#vignettes
{
   margin-top: 100px;
   margin-left: 60px;
}


#menu
{
   margin-left: 60px;
}


#corpswrite
{
   margin-left: 85px;
   margin-top: 50px;
   font-size: 16px;
   width: 620px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}


#footer
{
   width: 800px;
   margin-top: 50px;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   padding-bottom: 44px;
}