/* CSS Document */
html {
  height: 100%;
}
body {
margin:0px;
background: #F6F4EA url('img/degrade-bg.jpg') center top repeat-y
}

a {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#B9432D;
font-weight:bold;
text-decoration:none;
}

a:hover {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#8F969C;
font-weight:bold;
text-decoration:none;
}

#skip {font-family:Arial,sans-serif;font-size:11px;color:#656A6F;position:absolute;z-index:99;top:10px;left:750px;}

#contenu { position:relative; height:100%;width:100%; background: #F6F4EA url('img/degrade-bg.jpg') center top repeat-y}
#centre { position:relative; width:800px; }

.n-texte {
color: #3B1C1F;
font-family:"Times New Roman", Times, serif;
font-size:12px;
line-height:16px;
}

.n-titre {
color: #470101;
font-family:"Times New Roman", Times, serif;
font-size:24px;
line-height:24px;
font-weight:Bold;
text-transform:uppercase;
}

.bord {
border : 1px solid #C1472D;
}

.form-bout {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
background: #D24D4D;
border : 1px solid #4A100D;
font-weight:bold;
text-transform:uppercase
}