/* 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;
}

#contenu { position:relative; height:100%;width:100%; background: #FFFFFF}
#centre { position:relative; width:100%; }
#batiment { position:absolute; top:20px; left:360px; text-align:right; width:437px; }
#bullet { position:absolute; width:14px; height:14px; visibility:hidden; }
#cbullet { position:absolute; width:14px; height:14px; visibility:hidden; }

.bord { 
border:5px solid #FFFFFF; 
}

.n-10 {
color: #1A226E;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:10px;
}

.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;
}

.n-11 {
color: #1A226E;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
}
.n-12 {
color: #1A226E;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:20px;
}

.titre {
text-transform:uppercase;
margin:10px 0px 10px 0px;
}

.v-11 {
color: #0A8B00;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
}

.bl-11 {
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
}

.n-20 {
color: #1A226E;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
line-height:20px;
font-weight:Bold;
letter-spacing: 2px;
text-transform:uppercase;
}

.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;
}

UL {
list-style-type:square;
}