body {
    background-image: url('../images/Background3.jpg');
    background-size: cover;
    background-attachment: fixed;
    font: 12px/18px Helvetica, Arial, Verdana, sans-serif;
    background-color: rgb(219,219,219);
    -webkit-font-smoothing: antialiased;
}
nav.MainMenu {
    margin-top: 50px;
    float: right;
}
img.Logo {
    /*float: right;*/
}
h1 {
    font-size: 28px;
}
h1.Big {
    font-size: 38px;
}
h2 {
    color: silver;
}
h2.Big {
    font-size: 24px;
}
a:link a:visited a:active {
    text-decoration: none;
}
a {
    text-decoration: none;
    /*color: #08C;*/
    color: red;
    /*color: #39887C;*/
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
span.Lien {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
div.zone:first-of-type {
    /*border-top: thin solid rgb(220,220,220);*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
div.zones > div.zone:last-of-type {
    /*border-bottom-color: rgb(100,100,100);*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0px;
}
div.zone {
    width: 800px;
    background-color: white;
    margin: 0px auto 1px;
    padding: 40px 40px 40px;
    /*border: thin solid rgb(160,160,160);
    border-top: none;*/
    /*box-shadow: rgba(0,0,0,0.5) 0 1px 3px;*/
}
div.Products {
    width: 840px;
    /*background-color: silver;*/
    background-color: rgba(255, 255, 255, 0.33);
    margin: 0px auto 0px;
    padding: 20px 20px 0px;
    box-shadow: rgba(0,0,0,0.3) 0 0px 6px inset;
    overflow-x: hidden;
}
div.Products nav
{
    width: 1040px;
    text-align: center;
    position: relative;
    
}
div.Product {
    /*float: left;*/
    margin: 5px;
    float: none;
    display: inline-block;
    text-align: center;
}
div.Product img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
a.DownloadLink {
    float: right;
    border-radius: 10px;
    padding: 0 8px 0 8px;
    box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
    margin-left: 2px;
    margin-right: 2px;
}
.Col40 {
    float: left;
    display: inline;
    width: 40%;    
}
.Col50 {
    float: left;
    display: inline;
    width: 50%;    
}
.Col60 {
    float: left;
    display: inline;
    width: 60%;    
}
.FClear {
    clear: both;    
}
img.Round {
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
}

p.Mentions {
    text-align: center;
    font-size: smaller;
    color: silver;
}
/* Forms */
form {
    width: 400px;
}
form input {
    float: right;
}
form input[type="text"],input[type="email"],input[type="password"] {
    float: right;
    border-radius: 9px;
    padding: 4px;
    width: 200px;
    border: none;
    box-shadow: rgba(0,0,0,0.5) 0 1px 3px inset;
    background-color: rgb(250,250,235);
}
td {
    padding-left: 8px;
    padding-right: 8px;
}
p.Error {
    font-weight: bold;
}