body{
    width: 900px;
    background-color:#0184cd;
    color:#1d204b;
    margin-left: auto;
    margin-right: auto;
    font-family:sans-serif;
    font-size: 100%;
}

label, input{
    size:100%;
    font-size:100%;
}

.aMontrer{
    display:none;
}

a:link{
    color:#101e11;
}

a:visited{
        color:#101e11;

}

td{
       background-color:#ceedfe;
    /*background-image:url('img/guillemet.png');
    background-repeat: none;*/
    border-color:#0184cd;
    border-style: solid;
    border-width: 1px;
    padding:3px;
}

h1{
    font-size:larger;
    margin:0px;
    display: inline;
}


h2{
    font-size: larger;
    margin:0px;
}

hr{
    display: none;
}


.divBleu{
    background-color:#80d1fd;
    border-color:#0184cd;
    border-style:solid;
    border-width: 1px;
    padding: 3px;


}

input, select{
    border-color:#0184cd;
    border-style:solid;
    border-width: 1px;
    background-color:#c6e9fd;
    margin-bottom: 3px;
}

textarea{
    border-color:#0184cd;
    border-style:solid;
    border-width: 1px;
    background-color:#c6e9fd;
}

label{
    font-size: 100%;
}

#contribuer label{
	display: block;
	width: 220px;
	float: left;
}

#footer {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 17px;
}

#options{
    text-align: right;
    margin-bottom: 5px;
}

#options a:link{
    color:#fefefe;
}

#plus_de_resultats{
    /*font-size: large;*/
}

#texte_chargement{
    /*font-size:x-large;*/
    text-align:center;
}

#radios{
    line-height: 23px;
}

.a_droite{
    float: right;
}

.arrondi{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

.annonce{
    background-color:#fea97b;
    border-color:#ff6e21;
    border-style:solid;
    border-width: 1px;
    padding: 5px;
    margin-bottom: 5px;
}

.resultat{
    margin-bottom: 10px;
    overflow:auto;

}

.quote{
    background-color:#ceedfe;
    /*background-image:url('img/guillemet.png');
    background-repeat: none;*/
    border-color:#0184cd;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 3px;
    padding: 5px;
    margin-top:3px;
    color:#304957;

}

.quote img{
    border: 5px white solid;
    margin-right: 5px;
}

.Informateur{
    float:right;
    margin-right: 5px;
}

#menu{
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: auto;
    
}

#menu_droite{
            display:block;

}

#recherche{
    margin-bottom: 10px;
   /*height: 115px;*/
}


#recherche select{
    width: 100%;
}

@media only screen and (min-width : 1300px){
    #recherche div {
        width: 440px;
        display:table-cell;
        margin:3px;
    }
    #menu_droite{
    float:right;
    margin-right: 5px;
}
        
}
/*
@media (min-width: 858px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 780px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 702px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 724px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 623px) {
    html {
        font-size: 8px;
    }
}*/