#menu_2lv{	
    display:none;
}

div#title p{
   padding-top: 40px;
   font-size: 24px;
}

div.text p {
   margin: 10px 0 0 10px;
   padding-top: 5px;
   border-top: 3px solid #3C3986;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   color: #3C3986;
}

form.friend{
    position:relative;
    margin: 10px 0 0 10px;
    overflow:auto;
    height: 321px;
        width: 660px;
}

form.friend input {
  margin: 5px 0 0 0;
  border:1px solid #3C3986;
}

form.friend textarea {
  margin: 5px 0 0 0;
  border:1px solid #3C3986;
  width: 300px;
  height: 100px;
}

form.friend input.numero{
  width: 30px;
  margin: 10px 5px 0 5px;
}

form.friend label {
   font-weight:bold;
   display: block;
   font-family: Courier New, Courier, mono, Times;
   font-size: 14px;
   color: #3C3986;
   margin: 10px 10px 0 0;
}

form.friend p {
   font-family: Arial;
   font-size: 12px;
   color: #3C3986;
}

form.friend p a {
   font-weight: bold;
   text-decoration: none;
    color: #3C3986;
}

/*__________ERRORS________________________-*/

ul.errors {
   margin: 15px 0 15px 10px;
}

ul.errors li{
   font-weight:bold;
   font-family: Courier New, Courier, mono, Times;
   font-size: 14px;
   color: #3C3986;
   list-style: none;
}

p.quilink {
    color:#3C3986;
    font-family:Arial;
    font-size:12px;
    margin-left: 10px;
}

p.quilink a{
    color:#3C3986;
    font-weight:bold;
    text-decoration:none;
}
