body {
    background : #90C65C;
    text-align : center;
}

#container {
    margin : 0 auto;
    width : 800px;
    height:100%;
    text-align : center;
}

#banniere {
    width : 800px;
    height : 100px;
    background : #90C65C;
    cursor:pointer;
}

#message {
    display : block;
    /*color : blue;*/
    font-size : 1.1em;
    margin-top : 50px;
    min-height: 50px;
}

.green {

    color:green;
}    

.red {

    color:red;
}

.blue {

    color:blue;
}

#centre form {
    background : #aee588;
    /*margin-left : 150px;
    margin-right : 150px;*/
    -moz-border-radius : 50px; 
}    

.accueil_menu {
    background : url("./img/fond/accueil.png") no-repeat;
    height : 600px;
} 

.auberge_menu {
    background : url("./img/fond/auberge.png") no-repeat;
    height : 600px;    
} 

.musee_menu {
    background : url("./img/fond/musee.png") no-repeat;    
    height : 600px;
} 

.button_musee img {
    position : relative;
    cursor : pointer;
    border : 0 none;
    top : -380px;
    left : -230px;
}

.button_auberge_photos img {
    position : relative;
    cursor : pointer;
    border : 0 none;
    top : 110px;
    left : 470px;
}

.button_auberge_animations img {
    position : relative;
    cursor : pointer;
    border : 0 none;
    top : 150px;
    left : 330px;
}

.button_auberge_restauration img {
    position : relative;
    cursor : pointer;
    border : 0 none;
    top : 190px;
    left : 170px;
}

.button_auberge img {
    position : relative;
    cursor : pointer;
    border : 0 none;
    top : -400px;
    left : 90px;
}

.button_musee_photos img {
    position : relative;
    cursor : pointer;
    border : 0 none;
    top : 260px;
    left : -110px;
}

.button_musee_animations img {
    position : relative;
    cursor : pointer;
    border : 0 none;
    top : 300px;
    left : -250px;
}

.admin_menu {
    margin-top : 20px;
}

.admin_logon {
    margin-top : 20px;
}

.admin_menu a {
    font-size : 1.5em;
    display : block;
    margin-bottom : 10px;
    background : #4EBBC9;
    text-decoration : none;
    color : blue;
    border : 1px dotted #4EBBC9;
}

.admin_menu a:hover {
    font-weight : bold;
    border : 1px solid #4EBBC9;
}

.admin_menu a:visited {
    text-decoration : none;
    border : 1px dotted #4EBBC9;
    color : blue;
}

.admin_fichiers {
    margin-top : 60px;
}

.admin_fichiers textarea {
    width : 400px;
    height : 100px;
}

.medias_liste {

   display:inline;
}

.medias_liste_element {

    font-size:70%;
}

.medias_liste_element_ctrl {

    text-align:center;
    font-size:100%;
}

.articles_liste {

   display:inline;
}

.articles_liste_element {

    font-size:70%;
}

.articles_liste_element_ctrl {

    text-align:center;
    font-size:100%;
}

.liste_photos div {

    display:inline;
    margin:20px;
}

.liste_photos_element {

    cursor : pointer;
}

.liste_articles div {

    /*display:inline;*/
    padding:20px;
}

.coordonnees {

    -moz-border-radius: 50px;
    background-color:#aee588;
    padding:20px;
    color:#223333;
}

.coordonnees_title {

    font-size:170%;
    
}

.mail {
 
    text-align:left;
}

.mail form {

    padding-left:50px;
}

#footer {
    
    bottom : 0px;
    font-style : italic;
    font-size:80%;
}
