.contenuD {
  color:#000000;
  font-size:12px;
  margin:auto;
  width:900px;
}


.info{
   font-size:12px; 
   text-align: left;
   width:600px;
   margin:auto;
   border-radius: 5px 5px 5px 5px;
   background-color:#B0BED9;
}

.info ul{
    width:300px;
    text-decoration: none;
}

.info ul li{
    text-decoration: none;
    list-style-type: circle;
}

.orange{
    color: #F57316;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}


.contactBulle{
    width:200px;
    height:100px;
    border-radius: 5px 5px 5px 5px;
    background-color:#00A7DE;
    position:absolute;
    left:78%;
    top:95px;
    -moz-opacity:0.8;
    opacity: 0.8;
    filter:alpha(opacity=80);
    padding: 15px;
}

.contactBulle a:link{
    color: #F57316;
}

.ChercheNom{
    padding-left: 40px;
}

#contect h2{
    color: #000000;
}

.needsfilled {
border: 1px solid red !important;
}

#actionMessages
    {
        position:fixed;
        right: 0px;
        width: 400px;
        top:0;
        text-align: center;
        z-index: 1000;
    } 

#triSection{
    width:150px;
    display:inline;
    padding-left: 30px;
}

.liste{
    text-align: left;
}

.loading{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #B0BED9 url("../img/loading.gif") no-repeat fixed center;
    opacity: 0.5;
    display: none;
}
