/* CSS Document */
html {
  height: 100%;
}
body {
margin:0px;
background: #FFFFFF;
}

a {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#0788FF;
font-weight:bold;
text-decoration:none;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#48A7FF;
font-weight:bold;
text-decoration:none;
}

UL {
list-style-type:square;
}

#contenu { position:relative; height:100%;width:100%; background: #FFFFFF}
#centre { position:relative; width:100%; }
#pvc { position:absolute; top:20px; left:370px; text-align:right; }
#bullet { position:absolute; width:14px; height:14px; visibility:hidden; }
#cbullet { position:absolute; width:14px; height:14px; visibility:hidden; }

.v-10 {
color: #0A8B00;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:10px;
}

.m-10 {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
text-transform:uppercase;
text-align:center;
}
.f-10 {
color: #575757;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:20px;
text-align:center;
}

.g-10 {
color: #989898;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:12px;
}

A.g-10:hover {
color: #989898;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:12px;
text-decoration:underline;
}

.v-11 {
color: #0A8B00;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
}

.n-11 {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
}

.n-10 {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:11px;
}

.titre {
text-transform:uppercase;
margin:10px 0px 10px 0px;
}

.v-18 {
color: #5A5A5A;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
line-height:18px;
font-weight:Bold;
}
.v-17 {
color: #5A5A5A;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:12px;
font-weight:Bold;
}
.v-16 {
color: #5A5A5A;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
line-height:18px;
font-weight:Bold;
}
.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
}

INPUT.normal {
background: #FFFFFF;
font-family: Arial, helvetica;
font-size:11px;
color: #000000;
border : 1px solid #86D131;
}

INPUT.form {
     color:#CC0000;
     background-color:#FFCC00;
     font-size:10px;
     font-family:arial;
}